I have script that I want to run when a filter is changed. The script runs when a parameter value is changed but does not run when the All Token or Invert Selection token is selected on the filter. I tested this under the Parameter Value changed event and the Value changed event and it does not appear to fire on either. I want to capture when they select the All token, is this possible?
To reproduce, create a blank dashboard, add a dimension from a data cube to create a table. Add a value filter on the dimension. Add alert(‘test’); under the Parameter Value changed event. It fires when a filter value is selected but not when the All token is selected.
Thank you.