I'm not sure the subject line accurately describes what I am getting at.
Example 1: I have some Columns, and in those columns, say Field 2 as some numbers, and Field 3 has some numbers. Fields, Doesn't matter, too much but I am likely to display it.
Fields | Fields| Fields
123 2 111
123 4 111
567 6 222
567 8 222
Example 2, what I want to see is:
Field1 | Field2| Field3
123 2 111
567 6 222
Is it possible to do this?
Thanks for your insights!