Set multiple parameter tokens based on filtered value

If I have a view where each chart is filtered slightly differently for the chosen time period, how can I set that up? For instance, if I set the filter to the current month, I want one table to show the current month details, a chart with the current and previous 6 months, and a chart of the current and previous 6 months offset by -1 for a different metric (so previous 7 months, but I don’t have a token for that).

I wish there was such a thing. A filter being an offset of another filter.
Unfortunately we have to do this quite often, and the only way we’ve done it is via script.

The user changes one filter, and in the ‘parameter changed’ action, there is a script that identifies what month the user chose, and then changes all the other off canvas filters appropriately.

1 Like