Hi all,
how can i find out if all elements of a multiselect field are contained in another multiselect field?
Example 1:
Multicell Field "Value1" has: "a d"
Multicell Field "Value2" has: "a b c d"
Answer: true, all values from "Value 1" are in "Value 2"
Example 2:
Multicell Field "Value1" has: "a d"
Multicell Field "Value2" has: "a b c e"
Answer: false, not all values from "Value 1" are in "Value 2"
Thank you and have a nice evening, Joachim