All:
I have a report grouped by a date field, grouping by date. On each section footer is a formula that calculates a value based on a running total and another formula.
The boss wants a line chart that shows the value of this formula field for each day. Now, I understand that charts can't use values from running totals, so I created a value := value + 1 formula to use instead.
Next I was getting a message that form Print-time formulas can't be used. But when I remove WhilePrintingRecords from the offending formula, the values turn to 0s. I've gone through this and eventually got the correct values to appear in each section footer, but the chart shows a flat line at zero for the who reporting period.
What do I need to do to show a chart with correct formula values?
Thanks.
I have a report grouped by a date field, grouping by date. On each section footer is a formula that calculates a value based on a running total and another formula.
The boss wants a line chart that shows the value of this formula field for each day. Now, I understand that charts can't use values from running totals, so I created a value := value + 1 formula to use instead.
Next I was getting a message that form Print-time formulas can't be used. But when I remove WhilePrintingRecords from the offending formula, the values turn to 0s. I've gone through this and eventually got the correct values to appear in each section footer, but the chart shows a flat line at zero for the who reporting period.
What do I need to do to show a chart with correct formula values?
Thanks.