calculation field to evaluate if a value is not included in a field (multiple choice)
Hi,
In an app I have a multiple choice field (Activity Type).
Since it is not possible to create a OR filter on a NOT filter (at least vith the Browser UI), I planned to create this calculation field in javascript :
if (("PossibleValue1" in @Activity Type)) { false } else { true }
But the result is ALWAYS 1.0 (true)
Does someone has a solution ?
If I'm not clear enough, my objectif if to find out all items that does not have the value "PossibleValue1" in the "Activity Type" multiple choice field.
Thanks for your help.
regards.
Joseph
Please sign in to leave a comment.
Comments
1 comment