Hi All,
I am compiling a report that highlights how staff complete line checks. I need to highlight any line check that are all equal to the same quantities.
The psuedo code in my head would read something like this:
If{ProductsSold.Quantity} all = 0 highlight{ProductsSold.TxnId} in RED or if all entries are = the same quantities then highlight {ProductsSold.TxnId} in BLUE.
Once this calculation has been made I would like to distinctcount each 'RED' {ProductsSold.TxnId} and each 'BLUE' {ProductsSold.TxnId} by user.
I hope this makes sense.
I am compiling a report that highlights how staff complete line checks. I need to highlight any line check that are all equal to the same quantities.
The psuedo code in my head would read something like this:
If{ProductsSold.Quantity} all = 0 highlight{ProductsSold.TxnId} in RED or if all entries are = the same quantities then highlight {ProductsSold.TxnId} in BLUE.
Once this calculation has been made I would like to distinctcount each 'RED' {ProductsSold.TxnId} and each 'BLUE' {ProductsSold.TxnId} by user.
I hope this makes sense.