I have created a Crystal Reports Cross-Tab that calculates number of accounts per account class as rows and months per column along with other calculations. A total of 6 summarized columns per month. This is a very general overview of the cross-tab
January February March Difference Mar -Feb
(Count) (count) (count) (Calculated member)
Emergency 150 300 200 100
Inpatient 75 30 100 70
Outpatient 250 75 65 10
My report allows my users to select the months for the report. How can write the Insertion Formula to enter the Difference column after the last month column AND calculate the difference between those months. The issue is that the user may select a variety of number of months so my columns will change depending on the parameter value.
The user may only want to see January thru April along with the difference between March and April as the last column.
Any help would be greatly appreciated.
January February March Difference Mar -Feb
(Count) (count) (count) (Calculated member)
Emergency 150 300 200 100
Inpatient 75 30 100 70
Outpatient 250 75 65 10
My report allows my users to select the months for the report. How can write the Insertion Formula to enter the Difference column after the last month column AND calculate the difference between those months. The issue is that the user may select a variety of number of months so my columns will change depending on the parameter value.
The user may only want to see January thru April along with the difference between March and April as the last column.
Any help would be greatly appreciated.