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: 
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

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 )