Hi guys,
In the report footer section of a sub report I have a total based on the figures on all of the report. The sub report also provides a drill down of information contained on the main report that i want to appear at the end of the report should the user only want to see the top level information
The problem is the totals that are in the subreport report footer are appearing on the bottom of the page when the user drills down to it. This is obviously becuase as far as crystal is concerned this is the bottom of the report. I have tried conditionally setting the pagenumber or totalpagecount functions but i am struggling to find a condition to pass it as to when i want it to show the totals.
I have removed it by just setting the pagenumber to totalpagecount-1 but i now need to find an IF condition as to when this should be = totalpagecount i.e. show the totals.
I hope this makes sense?! Does anyone have any ideas / better ways of doing this etc?
any suggestions would be much appreciated.
Many thanks
Matt
In the report footer section of a sub report I have a total based on the figures on all of the report. The sub report also provides a drill down of information contained on the main report that i want to appear at the end of the report should the user only want to see the top level information
The problem is the totals that are in the subreport report footer are appearing on the bottom of the page when the user drills down to it. This is obviously becuase as far as crystal is concerned this is the bottom of the report. I have tried conditionally setting the pagenumber or totalpagecount functions but i am struggling to find a condition to pass it as to when i want it to show the totals.
I have removed it by just setting the pagenumber to totalpagecount-1 but i now need to find an IF condition as to when this should be = totalpagecount i.e. show the totals.
I hope this makes sense?! Does anyone have any ideas / better ways of doing this etc?
any suggestions would be much appreciated.
Many thanks
Matt