Thanks - that works great.
Now I have to add Year to Date and Life to date fields to this report. This parameter seems to be causing the report to only pull data from the month.
How to I do this? I have tried adding a date range in the field formula but the parameter seems to override...
I have a date range parameter setup and want the data for the report to only pull docuements that are dated within that date range, without having to go into the Selection expert each time.
The report is setup with a group by a specific field (equipmentId)
We are in the process of upgrading our servers. We have SLQ 2008 running on the new server with our accounting system. On the old server we have Crystal 11 Enterprise. I need to test the existing reports using the upgraded Database on the new server. .
What would be the best way to do this...
Hello:
I have a report that is using the formula below to pull in data for a YTD field which is to coincide with the Cutoff date parameter value.
datevar svPriorYearEnd :=
date
(
iif(month({?Cut-off Date}) in [9 to 12],
year({?Cut-off Date})...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.