How can I instruct the report to display the groups that have the highest summary, taking from the parameter the number of groups that need to be displayed? Please note, that the details of the top N groups should also be displayed
According to my understanding you want to do group sort using Top N(Highest N group Summaries), where N is the parameter selected by the user
for the number of groups to be displayed. If this is right try the following.
1>>Create a paramater NoOfGroups and select the type as Number.
2>> In the report> group sort Expert
a: select Top N in the drop down list for this group sort
b: click on X2 next to where N is and add
{?NoOfGroups}
I've tried this already and tried it again now. This works and doesn't work for what I need.
What happens is, yes, it picks up the correct number of groupings, but the details under each grouping, for some reason is always returning only 1 row or detail. This is regardles if that group has multiple details under it. I'm not sure if I'm doing something wrong or it simply doesn't work.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.