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 accor...
- 12-27-2023
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!