I have a field containing hundreds of values. I want to group by a specific 6 of these values but still need the other values as an 'else' so cannot just filter them out.
If you mean you want the six values to each be their own group, with the others in a separate group, then create a formula:
if not({table.value} in ["value1","value2","value3","value4","value5","value6"]) then "Others" else {table.value}
Group on this formula. This is the equivalent of grouping on {table.value}, choosing "specified order", selecting the six values to order, and then choosing the "Others" tab and selecting "display all others in their own group."
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.