mainmandeano
IS-IT--Management
Group 1
Storecode
Group 2
OrderNumber
Group 3
ProductCode
Hi I'm hoping someone can help me.
My problem is that there are sometimes multiple orders for each store on the same date.
Duplicate products are sometimes ordered when this happens.
The report is planned to show duplicate usage of the product codes for each store.
The part I think it's falling short is getting the formula to work across two or more order numbers.
For example:
Store 23, order number 2, orders product x
then
Store 23, order number 3, orders product x
Maybe because of the different order number it does not pick up as a Duplicate value?
//Dupes placed in Group 3 Footer
if Count ({ProductCode}, {ProductCode}) > 1 then "Faults!!" else "Fine!"
Storecode
Group 2
OrderNumber
Group 3
ProductCode
Hi I'm hoping someone can help me.
My problem is that there are sometimes multiple orders for each store on the same date.
Duplicate products are sometimes ordered when this happens.
The report is planned to show duplicate usage of the product codes for each store.
The part I think it's falling short is getting the formula to work across two or more order numbers.
For example:
Store 23, order number 2, orders product x
then
Store 23, order number 3, orders product x
Maybe because of the different order number it does not pick up as a Duplicate value?
//Dupes placed in Group 3 Footer
if Count ({ProductCode}, {ProductCode}) > 1 then "Faults!!" else "Fine!"