Hi everyone,
I’m trying to automate time selection in a report.
I currently have a report where the first column shows data for the selected month. For example, if the selected month is 202602 (February 2026), I want to add a second block/column that automatically filters to December of the previous year, so in this example it would show 202512.
So the logic would be:
- Selected month in first column: 202602
- Second column should automatically filter to: 202512
My goal is for the second block to always display December of the previous year, regardless of which month is selected in the first block.
Has anyone implemented this kind of dynamic time filtering before? What would be the best way to set up this logic?
Thanks in advance,
Adam