[resolved] taggregaterow vs taggregatesortedrow vs tuniqrow
Hi,
I'm pulling out unique combinations of fields from a file.
What I'm doing atm is using taggregaterow and grouping on the fields I want to have unique and using no expressions. Seems to work ok.
But I wonder what the difference between aggregatesortedrow and aggregaterow is. And uniqrow needs to work on sorted input as well if I read the docs correctly so what's the deal there?
Br
/fr