Hi All,
Love these forums! Anyways.
I created a beast mode calculation that takes into consideration my Campaign Metrics
variable values.
CASE WHEN Campaign Metrics
= 'A' THEN (…)
WHEN Campaign Metrics
= B THEN (…)
ETC…
If I try to change the variable's control type [from a dropdown] into a checkbox selector [which allows multiple selections], DOMO returns the following error —>
I tried changing the beast mode to account for multiple selections, but still received the same error. For ex —>
CASE WHEN Campaign Metrics
= 'A' and Campaign Metrics
= 'B' THEN(…
I cannot even find an example online of people using checkboxes for variables. Any help is very much appreciated!