I have a report that lists the orders for the current day broken down by division...
Work Order # Range
Division 1 : 100000 - 199999
Division 2 : 200000 - 299999
Division 3 : 300000 - 399999
Division 4 : 400000 - 499999
Division 5 : 500000 - 599999
Right now the report prompts the user for a division (?Divison) and only looks in the range specified for that division. What I would like is to not prompt the user for a response and just automatically print division 1 through 5, each division on a separate page. This is roughly how the code looks now..
if (?Division) = 1 then {BKARINV_INV_WONUM} in 100000 to 199999
etc...
how can i group on something like this? Any tips are greatly appreciated...
Work Order # Range
Division 1 : 100000 - 199999
Division 2 : 200000 - 299999
Division 3 : 300000 - 399999
Division 4 : 400000 - 499999
Division 5 : 500000 - 599999
Right now the report prompts the user for a division (?Divison) and only looks in the range specified for that division. What I would like is to not prompt the user for a response and just automatically print division 1 through 5, each division on a separate page. This is roughly how the code looks now..
if (?Division) = 1 then {BKARINV_INV_WONUM} in 100000 to 199999
etc...
how can i group on something like this? Any tips are greatly appreciated...