I need to get a sum on the number of records that occur in a parameter field.
The parameter field asks the user to pick a range of dates to indicate the reporting period to be used to run the report ({?This Reporting Period}).
For whatever reason, this formula works logically, but won't calculate all the records in the range:
If {NCR_37_ttx.Notices~Date} >= ({?This Reporting Period}) and {NCR_37_ttx.Notices~Date} <= ({?This Reporting Period})then Count ({NCR_37_ttx.Notices~Date}) else 0. (I've also tried Distinct Count with the same result).
Let me know if you need any more info.
Thanks in advance for the help and guidance!
Amy
The parameter field asks the user to pick a range of dates to indicate the reporting period to be used to run the report ({?This Reporting Period}).
For whatever reason, this formula works logically, but won't calculate all the records in the range:
If {NCR_37_ttx.Notices~Date} >= ({?This Reporting Period}) and {NCR_37_ttx.Notices~Date} <= ({?This Reporting Period})then Count ({NCR_37_ttx.Notices~Date}) else 0. (I've also tried Distinct Count with the same result).
Let me know if you need any more info.
Thanks in advance for the help and guidance!
Amy