alexbelovtt
Programmer
I have report with 12 subreports.
Depends of what data field of subreports or part of subbreports is displaying on to the page, I need change page footer.
If subreports has only one record or record that define footer value is last one I can use formula for section and suppress or show.
But if record in to the middle, I can’t catch when that happened.
Does Crystal have formula to loop through each record on page and exit loop if condition reached?
May be possible to set global variable for page and change it only once when condition is meets?
To make my question simple I want to know:
Is certain field displays on to the current page;
Is the value of that field meets my criteria at least ones.
Sorry if that question is newbie…
Than I think I can add three page footers and suppress or not.
Depends of what data field of subreports or part of subbreports is displaying on to the page, I need change page footer.
If subreports has only one record or record that define footer value is last one I can use formula for section and suppress or show.
But if record in to the middle, I can’t catch when that happened.
Does Crystal have formula to loop through each record on page and exit loop if condition reached?
May be possible to set global variable for page and change it only once when condition is meets?
To make my question simple I want to know:
Is certain field displays on to the current page;
Is the value of that field meets my criteria at least ones.
Sorry if that question is newbie…
Than I think I can add three page footers and suppress or not.