Hi, we have this dashboard with several card filters and we want to click in one "button" that would open the same dashboard with all the filters applied.
We know that this is able to do it easily by creating a BeastMode with pfilters as shown here
https://domo-support.domo.com/s/article/360043430113?language=en_US
and in the @MarkSnodgrass video.
However, we are not able to find a way to pass the filters applied when we have more than one value selected for each column. For instance, I have a column "state" with 'New York' and 'South Carolina' selected, but the pfilter BeastMode only passes one of the values (e.g. 'New York') to the other dashboard.
Original Dashboard:
Dashboard opened with pfilter:
We know that this may happen because we are limiting the table to 1 row. But that is what we want, to click in one "button" and pass all the values applied to the filter.
We believe that we would need to built the values component of the pfilters URL dynamically, probably using some Bricks. Any thoughts on this?