Hello ,
I have this requirement .
Iam trying to find the 'closing month' with this formula :
DateTimeFormat(DateTimeToday(),"%m") -1
and attach to the year to generate output : closing month + year .
for example : 092020 .
Untill now it is working , but when i run this solution in January 2021 for the closing month on December 2020 how does this work .
Any help .