Forum Discussion
Dynamic Date Offset Navigator
- 5 months ago
Hi AITGlobal
In the current implementation, the delta (number of days) is calculated dynamically from the selected date slicer range. Using a helper table and navigation controls, the report can shift the visible window one step forward or backward based on that delta.
However, bookmark-based solutions store static states, so supporting continuous multi-step navigation for any arbitrary user-selected range can be challenging with this approach without maintaining additional navigation state.
The current implementation allows forward and backward navigation only once. However, our requirement is to support dynamic multi-step forward and backward navigation without relying on bookmarks, as bookmarks are limited to static data. The solution should also function correctly for any user-selected date range.
- v-aatheeque5 months agoCommunity Support
Hi AITGlobal
In the current implementation, the delta (number of days) is calculated dynamically from the selected date slicer range. Using a helper table and navigation controls, the report can shift the visible window one step forward or backward based on that delta.
However, bookmark-based solutions store static states, so supporting continuous multi-step navigation for any arbitrary user-selected range can be challenging with this approach without maintaining additional navigation state.