Solved
Infotable Aggregate with Strings
Dear community,
I would like to use aggregation on string values, comparable to other languages, e. g. SQL. Easy example of an Infotable:
| myKey | stringValue |
| 1 | "mx" |
| 2 | "my" |
| 2 | "mz" |
Any chance I can use the Aggregate function (or anything else) to get
| myKey | stringValue |
| 1 | "mx" |
| 2 | "my" |
with "my" as the first or minimum value?
Thank you
Benny

