reportdr
Technical User
- Apr 11, 2006
- 10
Hi
I am using Crystal 8.5 on a Windows XP/SP3 computer accessing an ODBC database.
I have a report where I'm splitting a year's worth of data into quarters. For instance, cases 1 formula indicates:
If DatePart ("m",{ABSTRACT.DISDATE} ) in [4,5,6] then +1 else 0
However, sometimes this report is run by calendar year and sometimes by fiscal year so the above wouldn't be appropriate in the first position of run by calendar year. I think I want an array here but I don't use them and need help.
Thanks very much.
S.
I am using Crystal 8.5 on a Windows XP/SP3 computer accessing an ODBC database.
I have a report where I'm splitting a year's worth of data into quarters. For instance, cases 1 formula indicates:
If DatePart ("m",{ABSTRACT.DISDATE} ) in [4,5,6] then +1 else 0
However, sometimes this report is run by calendar year and sometimes by fiscal year so the above wouldn't be appropriate in the first position of run by calendar year. I think I want an array here but I don't use them and need help.
Thanks very much.
S.