Astroraf
06-24-2024Data Pipeline
Creating a custom filter that updates will filter selected
Assume I have an indicator type widget where we like to show a KPI and also % compared with 'the previous period' based on the date filter the user selects, we like the 'previous period' to dynamically update ie:
- If the user selects 1 week, the previous period should be week 1.
- if the user selects last month, the previous period should be the month before the last month.
- If the user selects 10 days, the previous period should be prior 10 days
Is there a way to achieve this in Sisense with either user a custom function, BloX, or a plugin?