Seagate Info 7.5
Crystal Reports 8.0
I have created a formula field that calculates a growth rate from month to month as follows:
({Statistics.EnrolledUsers} - previous({Statistics.EnrolledUsers})) % previous({Statistics.EnrolledUsers})
Since I'm using the "previous" function, the first record does not have a growth rate value. This is fine, but when I chart the growth rate (line chart), it displays the first record's date, but no value (because there isn't one). Is there a way to get rid of that month column on the chart? Is there a way to tell the chart to ignore the first record?
For the chart, the group axis is the date (month and year) and the data axis is the growth rate value (percentage).
Thanks in advance!
~D
Crystal Reports 8.0
I have created a formula field that calculates a growth rate from month to month as follows:
({Statistics.EnrolledUsers} - previous({Statistics.EnrolledUsers})) % previous({Statistics.EnrolledUsers})
Since I'm using the "previous" function, the first record does not have a growth rate value. This is fine, but when I chart the growth rate (line chart), it displays the first record's date, but no value (because there isn't one). Is there a way to get rid of that month column on the chart? Is there a way to tell the chart to ignore the first record?
For the chart, the group axis is the date (month and year) and the data axis is the growth rate value (percentage).
Thanks in advance!
~D