Is this possible?
The report currently looks like this:
Col1 Col2 Col3
1 ABC 123
1 ABC 456
1 ABC 123
1 DEF 123
I would like to remove the duplicates so the report looks like:
Col1 Col2 Col3
1 ABC 123
DEF 456
So basically group it by Col1 and then just show unique items for Col2 and Col3.
But I am getting this:
Col1 Col2 Col3
1 ABC 123
ABC 456
DEF 123
I just want ABC to show up once and 123 to show up once since since they are grouped by Col1. I tried the 'hide duplicates' in the report but it keeps leaving blanks everywhere.
Is this possible? Or is there a way around this?
thanks in advance,
j
The report currently looks like this:
Col1 Col2 Col3
1 ABC 123
1 ABC 456
1 ABC 123
1 DEF 123
I would like to remove the duplicates so the report looks like:
Col1 Col2 Col3
1 ABC 123
DEF 456
So basically group it by Col1 and then just show unique items for Col2 and Col3.
But I am getting this:
Col1 Col2 Col3
1 ABC 123
ABC 456
DEF 123
I just want ABC to show up once and 123 to show up once since since they are grouped by Col1. I tried the 'hide duplicates' in the report but it keeps leaving blanks everywhere.
Is this possible? Or is there a way around this?
thanks in advance,
j