Hello
When I run my report I get the following error message:
A running total cannot refer to a print time formula.
I think the reason I am getting this error message is because my formula dates are worked out in a subreport then passed to the main report for processing.
The subreport works out the start date and end date for each month based on a year parameter. Not all the start, end dates are the same for a specific month. E.g
Start date for April 2004 is 28/3/2004 (dd/mm/yyyy)
Start date for April 2007 is 29/3/2004 (dd/mm/yyyy)
Below is an example of the running total that displays the error message. Is it possible to create a formula instead of a running total to work out the information?
Running Total Name: Volume Expected April
Field to summarize: L_FUNDING.Learner_ID
Type of summary: Count
Evaluate Formula:{L_FUNDING.DateStart}>= {Period1From} and {L_FUNDING.DateStart}<= {Period1To}
Reset: Group By Advisor
Any help will be greatly appreciated.
When I run my report I get the following error message:
A running total cannot refer to a print time formula.
I think the reason I am getting this error message is because my formula dates are worked out in a subreport then passed to the main report for processing.
The subreport works out the start date and end date for each month based on a year parameter. Not all the start, end dates are the same for a specific month. E.g
Start date for April 2004 is 28/3/2004 (dd/mm/yyyy)
Start date for April 2007 is 29/3/2004 (dd/mm/yyyy)
Below is an example of the running total that displays the error message. Is it possible to create a formula instead of a running total to work out the information?
Running Total Name: Volume Expected April
Field to summarize: L_FUNDING.Learner_ID
Type of summary: Count
Evaluate Formula:{L_FUNDING.DateStart}>= {Period1From} and {L_FUNDING.DateStart}<= {Period1To}
Reset: Group By Advisor
Any help will be greatly appreciated.