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: 
IRT_Ankit
Partner - Contributor
Partner - Contributor

Set Analysis

Sum({<CalenderMonth={'$(vMaxMonth)'} , CalenderYear={'$(vMaxYear)'},OrderDate>}Sales)


I'm trying calculate Sum of sales For The Month(FTM). Here I am trying to bypass OrderDate but it's not bypassing the order date.

Please can someone suggest a solution

Thanks and Regards

Labels (1)
1 Reply
tresesco
MVP
MVP

That is possibly because, your variable definitions are coming into play. You have to bypass the same date selection in those definitions as well.