I have a column that populates the below 7 options, I would want to have another option 'All' which displays numbers of all 7 cases instead of manually selecting all 7.
I am trying to write a below beast mode for the same but the 'All' option would not include all of the cases.
case
when combination
= 'desktop' then 'desktop'
…
when combination
in ('desktop','android','ios','desktop_ios','android_desktop','android_ios','android_ios_desktop') then 'All'