We are using Tableau APIs to get report image with different filters.
As of now we have tried the filters like drop down list, checkbox etc. But now we got the requirement to use checkbox where values can be multiple for single param.
In that case, how we can send multiple values to API params.
I hope you can help me on this.
1 answer
Hi Mukeh, you can use multiple values in the view filters by separating them with commas: vf_Category=Office%20Supplies,Technology,Furniture
-Keshia