jschill2628
Programmer
I am trying to do two things; I am trying to provide on a Crystal report, my users, with a "final close date", basically the maximum date of the two. The second thing I am trying to do is get duration for how long a “case” has been open.
Formula for “final close date”
totext (maximum([{IRSCLAIM.MISC6_DT},{IRSCLAIM.MISC7_DT}]))
Formula for duration
totext ((maximum([{IRSCLAIM.MISC6_DT},{IRSCLAIM.MISC7_DT}])) - {IRSCLAIM.CREATE_DT})
My problem comes when I try to export the reports (after it’s run) into excel and it fills in the blanks, or nulls with a value of 0.00, for the duration column.
I hope I explained this well enough. I am using Crystal XI. Thanks in advance
Formula for “final close date”
totext (maximum([{IRSCLAIM.MISC6_DT},{IRSCLAIM.MISC7_DT}]))
Formula for duration
totext ((maximum([{IRSCLAIM.MISC6_DT},{IRSCLAIM.MISC7_DT}])) - {IRSCLAIM.CREATE_DT})
My problem comes when I try to export the reports (after it’s run) into excel and it fills in the blanks, or nulls with a value of 0.00, for the duration column.
I hope I explained this well enough. I am using Crystal XI. Thanks in advance