I have a Report in Crystal XI where there are 3 groups ,
Category, Type and Item for all incidents closed in a date range.Since the requirement is for 25 most frequent CTI, I have suppressed first 2 groups, Category and Type and kept only the summarized group footer of , Item , this would get the total of each CTI .
However now I want to select only top 25 incidents for all the summaries for which in group sort expert I use TopN formula.Unfortunately it doesn't seem to be working.
Are there any ideas how I can meet this objective?
Category, Type and Item for all incidents closed in a date range.Since the requirement is for 25 most frequent CTI, I have suppressed first 2 groups, Category and Type and kept only the summarized group footer of , Item , this would get the total of each CTI .
Code:
eg Total tickets closed in Category {Group 1 Name},Application{Group 2 name},Item {Group 3 Name} :{Count of Group 3} =
Are there any ideas how I can meet this objective?