Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
Is there a way of aggregating a field within groups without re-loading it?
Lets say I have a Field1 with values {a,b,c,d,e,f}. I would like to aggregate them randomly in groups {ab},{cd},{ef} , call them respective Group1, Group2, Group3. Which feature you would start with to accomplish this?
Do you want this in the chart? you may use subfield function to create new columns in the straight table by breaking it in different groups, not sure about the dynamic random grouping.
Thanks for the response, I would like to use newly created groups as Filters.
Currently I can filter with separate values of {a,b,c,d,e,f}, after grouping it would be perfect to be able to filter with Group1, Group2 and so on