Conditional Line Printing
-
- Posts: 6
- Joined: Tue Oct 10, 2017 12:44 pm
Conditional Line Printing
I am having a problem with conditional line printing. I am trying to only print some lines on the first page, and only if certain data exists. My condition is: reportpage()=1 .and. tsd_ships>0____I suspect the problem is caused by tsd_ships which is a pre-processed total, but I do not understand why. If tsd_ships>0 then no matter what the line prints. ____Any help would be appreciated.____Thanks,__pete
=> RE: Conditional Line Printing
It is really the reportpage() that is causing the problem. R&R really should not let you even use reportpage() as a logical field condition. Page related functions should not be available to control line printing.____Kathleen__R&R Support
-
- Posts: 6
- Joined: Tue Oct 10, 2017 12:44 pm
==> RE: Conditional Line Printing
ok, then how how can I accomplish this? I only want this preprocessed data to appear on the 1st page, but it cannot be in the title section because it has to appear below things like "company name" etc and these appear on each page.____Thanks,__pete
===> RE: Conditional Line Printing
Try using individual calculated fields based on the condition rather than a logical line condition.____Kathleen__R&R Suppport