Hi,
I want to add a calculated (currency) field to my custom form that calculates a sum value based on the options selected in the multi-select field.
SUM(IF(Field A multiselect="NL 01",25,IF(Field A multiselect="NL 02",50,0)))
When I select one option, the calculation works. However, when I select multiple options, the calculation fails.
Does anyone have an idea how to solve this riddle ;)?