Hi
I have a SP list comparising staff annual leave records. Each member of staff currently has 5 records each but in a particular gallery I only want to show one record per staff member. I have tried the DISTINCT function in the ITEMS propert of the galler such as:
Distinct('Time Off Balances', Employee),Value
...but this only returns one column so I am unable to 'get at' the other columns using the usual "ThisItem....." property?
Can anyone tell me how I remove duplicate rows based on the EMPLOYEE NAME but still show all columns available in the gallery please?
Many thanks!