
[
"zqu__Opportunity__c.Wave_Close_Date__c_Month",
[
"{{value(selection(Wave_Close_Date__c_Year_Wave_Close_Date__c_Month_16))}}"
],
"in"
],
It filters by the first value selected but not by all selected values. Does anyone know how to add all selected values to this code?
2 answers
Follow these example links to add all selected values to this code:
https://developer.salesforce.com/docs/atlas.en-us.bi_dev_guide_json.meta/bi_dev_guide_json/bi_dbjson_binding_selection_static.htm
https://resources.docs.salesforce.com/sfdc/pdf/bi_dev_guide_json.pdf (Page 47 onwards)
https://developer.salesforce.com/docs/atlas.en-us.bi_dev_guide_json.meta/bi_dev_guide_json/bi_dbjson_binding_operations.htm
https://developer.salesforce.com/docs/atlas.en-us.bi_dev_guide_json.meta/bi_dev_guide_json/bi_dbjson_binding_static_group.htm