chrisv91301
Programmer
Hi gentlemen,
Been doing this for a while and now am kind of stuck on this one issue. trying to make a report which would print out the # of pages based on an array or parameter.
To describe it better:
Database Fields:
NUMBER_OF_INTERNAL_COPIES
FLAG1
FLAG2
FLAG3
So if all flags are Y and NUMBER_*** = 3 then it should print 6 pages. 3 of internal copy pages (this is the problem) and one for each flag (this was easy)
if any of the flags is selected that "flag" gets a page printed for them.
But where its difficult is:
number of internal copies should also print out a specific # of pages. However I just cant get that to work. really seems like thats not a designed functionality.
i tried putting that number into a global var, array, etc... but these i cant group on to create a group or make it go over one page.
Is there any way to make this happen without making 2 different reports simply?
Been doing this for a while and now am kind of stuck on this one issue. trying to make a report which would print out the # of pages based on an array or parameter.
To describe it better:
Database Fields:
NUMBER_OF_INTERNAL_COPIES
FLAG1
FLAG2
FLAG3
So if all flags are Y and NUMBER_*** = 3 then it should print 6 pages. 3 of internal copy pages (this is the problem) and one for each flag (this was easy)
if any of the flags is selected that "flag" gets a page printed for them.
But where its difficult is:
number of internal copies should also print out a specific # of pages. However I just cant get that to work. really seems like thats not a designed functionality.
i tried putting that number into a global var, array, etc... but these i cant group on to create a group or make it go over one page.
Is there any way to make this happen without making 2 different reports simply?