Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I'm loading data in my app and is using this expression:
v_previousWeek = Replace(weekname(today(1)-7),'/','-');
The result is e.g. '2019-09'
I want to have the format as '2019-9' instead. How can this be done?