mcallaghan
IS-IT--Management
I am trying to only display the data if they have more then one order per group. I need to display each record it has different info but they are all grouped by id. Currently I created a array within the group in the detail but its showing the data data multiple times. Does anyone have any suggestion on how to do this.
if person 1 has 1 orders so i don't want to display him.
person 2 has 2 orders so i do want to display both orders so order number 1 and order numb2
id name order #
2 jack 123
345
Note the person can have more then 2 orders
if person 1 has 1 orders so i don't want to display him.
person 2 has 2 orders so i do want to display both orders so order number 1 and order numb2
id name order #
2 jack 123
345
Note the person can have more then 2 orders