Hello,
The issue with this solution is : i have a lot of dimension available for filter.
And in a filter panel, i'm not able to know which dimensions are selected. So it means, each time i add a filter, i have to store all the values for each dimension in variables. If i have 30 dimensions, it means i will do 30x getFilter and create 30 variables. I don't think it's a good way to work.
Is it impossible for a Filter Panel to do the same thing as a button with the method "onClick()" who execute the script ?
I tried to use submit() for the Filter Panel, without effects