I'm trying to create a pie chart based on a formula field grouping but the 'group option' button on the chart expert is greyed out. Only the 'advanced option' button is active. My report contains agebands that I've summarized.
ageband formula = if ({@age}) <30 then "Age <30" else
if ({@age}) <40 then "Age 30-39" else
etc. etc. else "Not Specified"
I then created summary fields for the 'agebands' and placed them in the report footer with text headings.
I'd like to do a pie chart for these ageband groupings. Even if I group by ageband and try inserting the chart in the groupheader, it only gives me the 'advanced option' option.
ageband formula = if ({@age}) <30 then "Age <30" else
if ({@age}) <40 then "Age 30-39" else
etc. etc. else "Not Specified"
I then created summary fields for the 'agebands' and placed them in the report footer with text headings.
I'd like to do a pie chart for these ageband groupings. Even if I group by ageband and try inserting the chart in the groupheader, it only gives me the 'advanced option' option.