HI I have a case which i would like to use WHILEPRINTING RECORDS. we only want to show orders which have qty of 1 total. we can get this from detail rows. but, I am trying to use an existing report. For format and other summary reasons. the report has a command and there is does have a code
SUM("OEIND94"."IDSHP#") AS NUM_UNITS,
I then put in record select Num_UNITS = 1 but
this is not working on the order level, just on the line item level.
i then made order # as a group but the report still outputs more than 1 item per order, just that the qty of the line = 1. but i do a running total so i CAN see the orders with only 1 qty total. but this should be a case for while printing records. which i do not know how to use.
so i would want a formula which will filter for me the group order # total of 1 qty for the entire order. i have no idea how to do this.