Skip to main content
Announcements
Qlik Connect 2025: 3 days of full immersion in data, analytics, and AI. May 13-15 | Orlando, FL: Learn More
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

I want Rolling12YTD based on current date

Hi i have i need to display Rolling12YTD  in list box based on current date.

format should be YYYY-MMM

4 Replies
ashfaq_haseeb
Champion III
Champion III

Hi Sanjeev,

Try this

Sum({<DATE={">=$(=MonthStart(Max(DATE),-12)) <=$(=MonthEnd(Max(DATE)))"}>} SALES)

Regards

ASHFAQ

Not applicable
Author

here it won't display list of values .it will show sum of listed values.

How can i represents in list box?

Not applicable
Author

i don't want sum

ashfaq_haseeb
Champion III
Champion III

Hi,

Can is explain what are you trying to achieve here?

Provide sample data and expected output.

Regards

ASHFAQ