Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
I am trying to get the previous months figures based on reference to today's date in a text object, but it comes up with an error message.
Any ideas?
Thanks
Please try the below set analysis
= sum({<MonthYear = {"$(=Date(MonthStart(Today())-1,'MM-YY'))"}>} Actual)
Please try the below set analysis
= sum({<MonthYear = {"$(=Date(MonthStart(Today())-1,'MM-YY'))"}>} Actual)
Thanks Varun,
That worked out quite well.