I know I'm close but I just can't tie a bow on this one. My possible groups are: Business Critical, High, Standard and Scheduled. If there is no data for one group, I want to display it anyway.
I have been advised by a programmer at Crystal to create an "array formula" like this:
If IsNull{table.field} then sum_variable := 0
Else sum_variahble := {table.field}
I'm perplexed though on where I tell Crystal what all of the groups should be so it can determine which ones have data and which ones do not. I've tried declaring an array variable and setting it to MakeArray("Business Critical", "High", "Standard", "Scheduled") but I get an error telling me that the result of a formula cannot be an array.
I would appreciate any nudge in the right direction. This is driving me batty!
I have been advised by a programmer at Crystal to create an "array formula" like this:
If IsNull{table.field} then sum_variable := 0
Else sum_variahble := {table.field}
I'm perplexed though on where I tell Crystal what all of the groups should be so it can determine which ones have data and which ones do not. I've tried declaring an array variable and setting it to MakeArray("Business Critical", "High", "Standard", "Scheduled") but I get an error telling me that the result of a formula cannot be an array.
I would appreciate any nudge in the right direction. This is driving me batty!