core.noscript.text
Dear community,
Would like to ask how we can add the additonal month to the current data dynamically as per example below:
Thank you.
Hey @SH_94,
What's the logic here when you say dynamically? If it's just a case of adding a month then you can use the following Formula tool expression:
DateTimeFormat(DateTimeAdd(DateTimeParse([Month],'%b'),1,'month'),'%b')