BarryMurphy
Technical User
If I want to use GROUP BY to group records on Field1, how can I get it to show only distinct values in the first column?
The report should look like this:
Field1 Field2 Field3
1 a b
s d
d e
2 w f
s g
3 a e
The report should look like this:
Field1 Field2 Field3
1 a b
s d
d e
2 w f
s g
3 a e