Forum Discussion
kkalyanrr
Helper V
5 years agoSetting month filter to current month by default
Hello, I'm having a report page with year and month filters,Is there any way I can set up this page in a way that it shows current month selected by default(not through relative date filtering las...
manikumar34
Solution Sage
5 years ago
Foelr always keeping the current month as a default, I suggest to create calculated column using IF.
Something like this.
If(table[month] =max(table[month]), "current month", table[monthname])
Regards,
Manikumar