Jack_Machesky
12-11-2023Cloud Apps
Displaying Monthly Changes
Hello, I was wondering if anyone had any ideas on how to save monthly instances of certain widgets, with their values. I have three widgets that are queried every night, and their values change accordingly. The dashboard that these widgets live on, however, is rolled out on a monthly basis. I was wondering if there was a way to store the monthly values of these widgets and be able to see what they previously were if I filter the dashboard by month. Thank you for any help and input!
Hi there,
To save monthly widget values:
- Use a database or files.
- Record values and timestamp nightly.
- Create a structure for data.
- Retrieve past values by filtering timestamps.
- Update dashboard for monthly view.
https://community.sisense.com/t5/developer-forum/displaying-monthly-changes/snowflake trainingtd-p/18993
Hope this helps!