Skip to main content
I am trying to filter a Raw Data dashboard in wave from a Toggle with 3 options. When I use this code:

 

[

 

                            "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
0/9000