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

Announcements
Want to see what's currently in public preview? We've pulled it all together in one place. Check it out 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 (2)
1 Reply
tresB
Champion III
Champion III

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