polynominalc
Programmer
Hi
I am using Crystal Reports 9.
In my report I am grouping on a formula called @groupdays.
I have used a formula called open to calculate days in my report.
My formula is
if {TSSeverity}= "Critical" and {open} > 5 then "5 days" else if {TSSeverity}= "High" and {open} > 10 then "10 days" else if {TSSeverity}= "Medium" and {open} > 15 then "15 days"
When I group on this I get the groups high, medium and low and a blank group with all the records that dont meet this criteria. I can suppress them, but I need to do a count on the number of records and when I do the ones in the blank group come into the count and also when I graph the number of records that meet the @groupdays criteria, the suppressed records are displayed
Is there a way around this
Thanks
Mark
I am using Crystal Reports 9.
In my report I am grouping on a formula called @groupdays.
I have used a formula called open to calculate days in my report.
My formula is
if {TSSeverity}= "Critical" and {open} > 5 then "5 days" else if {TSSeverity}= "High" and {open} > 10 then "10 days" else if {TSSeverity}= "Medium" and {open} > 15 then "15 days"
When I group on this I get the groups high, medium and low and a blank group with all the records that dont meet this criteria. I can suppress them, but I need to do a count on the number of records and when I do the ones in the blank group come into the count and also when I graph the number of records that meet the @groupdays criteria, the suppressed records are displayed
Is there a way around this
Thanks
Mark