I am curious, is it possible to output nested results?
For example, lets say I have 3 fields:
Date, Name_1, Name_2
Can I nest Name_1 and Name_2 within Date, grouping by date in the output?
If date is the same for multiple output rows, can you group associated fields for the same date together, only showing one unique date but multiple nested fields?
I hope this made sense.
Thanks.