Hi,
I want to give users the possibility to change month for displaying data, in order to let them see past data.
I can set the month as a fixed value but in this way it doesn't update while time passes.
I can also set the month by using an expression filter (YEAR(CURRENT_DATE) = YEAR AND MONTH(CURRENT_DATE) = "HCM - Workforce Core"."Time"."Month Number") but in this way the Month filter gives only the current month as valueset and user cannot select any past value.
How can I have the complete valueset of months while automatically update the default value when a new month arrives?
Thank you