Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Share your agentic AI experience, learn from others, and earn a new badge: Put Agentic AI to Work
cancel
Showing results for 
Search instead for 
Did you mean: 
balasundaram
Creator II
Creator II

i designed one bar chart...

I have designed Barchart. When user opened that chart need to show current Year data. after user selected previous year in year list box,same  bar chart need to show previous data..how to write condition for that?

please tell me

Labels (1)
1 Solution

Accepted Solutions
MayilVahanan
MVP
MVP

HI

Try like this

=Sum({<Year = {"$(=Max(Year))"}>}Amount)

Thanks & Regards, Mayil Vahanan R
Please close the thread by marking correct answer & give likes if you like the post.

View solution in original post

2 Replies
MayilVahanan
MVP
MVP

HI

Try like this

=Sum({<Year = {"$(=Max(Year))"}>}Amount)

Thanks & Regards, Mayil Vahanan R
Please close the thread by marking correct answer & give likes if you like the post.
balasundaram
Creator II
Creator II
Author

thank u very much....machaa