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: 
samvile18
Creator III
Creator III

Syntax issue

Hi all,

I have the following two variables that need to be input into some set analysis, can someone help please:

vStartDate

vMaxDate

I want to sum all the data that falls between the above two variables

Thanks in advance

Labels (1)
1 Solution

Accepted Solutions
Not applicable

Sum({$<Date ={">=$(vStartDate)<=$(vMaxDate)"}>} Field )

View solution in original post

2 Replies
Not applicable

Sum({$<Date ={">=$(vStartDate)<=$(vMaxDate)"}>} Field )

Not applicable

Sum({$<Date ={">=$(=vStartDate)<=$(=vMaxDate)"}>} Field )