Multi-select picklists values in report
Hi,
I have a report where there are multi-select picklist values summed up, i.e. sum of the times a certain value has been chosen. These are activity purposes, like visit, demo, installation, etc, and we want to know how many of the activities have been about demo or installation etc. This has been achieved by the formula: CASE WHEN "- Custom MSP_1 (Activity)".MSPICK_01_08 = 'Y' THEN 1 ELSE 0 END in the value in order to get the sum of one value instead of the combination. Now I would like to add a picklist on the page (or dashboard prompt would