Hi Good Day, can somebody help me with my problem
Row data
Batch Date InvcNumber PO# QtyTotal
0001 02/05/2020 12345 1357 2
0001 02/05/2020 12345 1357 2
I want to be displayed repeatedly based on the sum of qty total but when I tried group by Qtytotal it displayed but repeated it on how many rows is
this how it looks like:
PO# : 1357
InvcNumber : 12345
Date : 02/05/2020
PO# : 1357
InvcNumber : 12345
Date : 02/05/2020
how do I make repeat to display it based on sum of qtytotal not on how many rows.
PO# : 1357
InvcNumber : 12345
Date : 02/05/2020
PO# : 1357
InvcNumber : 12345
Date : 02/05/2020
PO# : 1357
InvcNumber : 12345
Date : 02/05/2020
PO# : 1357
InvcNumber : 12345
Date : 02/05/2020
Hope somebody help me
thanks in advance
Note: I’m using Crystal Reports 2008
ayceejay18 (BOB member since 2020-02-05)