Using CR 8.5 and a line chart tracking 2 data series.
Target Lesson count and
Actual Lesson Count
The Target data comes from a statis table that has the years worth of target data. This is already know and planned for the year.
The Actual lesson Count is live data joined from a different table.
Both Target and Actual data is each set up as a running sum field.
The Target data is fine to show Jan - Dec.
But since we are only in July Once the running sum passes beyond any real data it flattens out showing the current value but still printing a line that runs flat across the remaining months.
I want to suppress the printing of the Actuals unless it has real data.
I can see that a formula where chart date > Current date then "suppress" but there is no suppress options in the code and
although the running sum field is on the report body as group data ( grouped by month)
I set the field to "suppress if = 0" as a formula for the field control but that really doesn't affect the underlying data which the line graph uses. So the line continues on..
This might be a future "feature" CR might consider.
Anyway hopefull this is understandable, and there is a simple way to fix this.
Regards and Thanks BeforeHand
AJ
Target Lesson count and
Actual Lesson Count
The Target data comes from a statis table that has the years worth of target data. This is already know and planned for the year.
The Actual lesson Count is live data joined from a different table.
Both Target and Actual data is each set up as a running sum field.
The Target data is fine to show Jan - Dec.
But since we are only in July Once the running sum passes beyond any real data it flattens out showing the current value but still printing a line that runs flat across the remaining months.
I want to suppress the printing of the Actuals unless it has real data.
I can see that a formula where chart date > Current date then "suppress" but there is no suppress options in the code and
although the running sum field is on the report body as group data ( grouped by month)
I set the field to "suppress if = 0" as a formula for the field control but that really doesn't affect the underlying data which the line graph uses. So the line continues on..
This might be a future "feature" CR might consider.
Anyway hopefull this is understandable, and there is a simple way to fix this.
Regards and Thanks BeforeHand
AJ