Forum Discussion

turtleData123's avatar
turtleData123
Cloud Apps
05-06-2024
Solved

Widget Display Not Updating On Dashboard Filter Change

Hi all, So I am running the following script on my widget (using 'edit script') in order to grab the date of the maximum dollars for a year using a different bar chart widget on the dashboard, and d...
  • HamzaJ's avatar
    05-07-2024

    Hello turtleData123 

    I am not an expert on this, however I think it has to do with when this script is triggered (the widget event). If you change the event, the script will be triggered at a different moment. More on the events can be found here:

    https://sisense.dev/guides/customJs/jsApiRef/widgetClass/

    You could also try to use a dashboard-event

    Hamza