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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
Alma1234
Contributor III
Contributor III

question about dynamic filtering data from a chart

Hello, I am quite new to qlikview and have a first question - i have orders dates and need to add a new list box with the order date. the chart will give only orders made after that order date. how can i perform this? thanks a lot!!!    Limor

2 Replies
MayilVahanan

HI

Try like this

=Sum({<Date = {'>=$(=Min(DateField))'}>}Price)

Hope it helps

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

Thanks! its works