What is there to chart if you have only one value? What is this the topN of? What is the summary? What is the group structure of the report (what fields are you grouping on)?
Once you have inserted topN = 3 on group #1, you could then insert a chart in the Group #1 footer. Then create a formula to add to the Group #1 header:
whileprintingrecords;
numbervar cnt := cnt + 1;
Then suppress GF#1 with:
whileprintingrecords;
numbervar cnt;
cnt <> 3
You could use that to suppress other sections as well.
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.