Skip to main content
Announcements
Join us at Qlik Connect for 3 magical days of learning, networking,and inspiration! REGISTER TODAY and save!
cancel
Showing results for 
Search instead for 
Did you mean: 
shamitshah
Partner - Creator
Partner - Creator

Previous months figures

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

1 Solution

Accepted Solutions
techvarun
Specialist II
Specialist II

Please try the below set analysis

= sum({<MonthYear = {"$(=Date(MonthStart(Today())-1,'MM-YY'))"}>} Actual)

View solution in original post

2 Replies
techvarun
Specialist II
Specialist II

Please try the below set analysis

= sum({<MonthYear = {"$(=Date(MonthStart(Today())-1,'MM-YY'))"}>} Actual)

shamitshah
Partner - Creator
Partner - Creator
Author

Thanks Varun,

That worked out quite well.