Hi everyone,
I have an array field containing checkbox selections: ["Audience:01", "Audience:02"]
I want to create a calculated field that:
I am struggling to get the formula to work as it is an array.
Any ideas??
Solved! Go to Solution.
Views
Replies
Total Likes
Hi @ab_cdef
If I understand this correctly, you have a check box field and want a calculated field to display a value depending on the checkbox selections.
in the calculated field, try this (it's silly since you have to compare the string representation of the checkbox group)
Hi @ab_cdef
If I understand this correctly, you have a check box field and want a calculated field to display a value depending on the checkbox selections.
in the calculated field, try this (it's silly since you have to compare the string representation of the checkbox group)
This works beautifully!! Thanks so much! @Sven-iX
Views
Replies
Total Likes