I have a field and I need to get all unique values by this field in table or something else. Does it have some tools for it ?
If you are creating table than you can simply use unique aggregation function instead of count.
Yeah I saw that. But I need to see all unique values. Unique count
will return only number of unique values by field
I found a solution on StackOverflow.
This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.