Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
risabhroy_03
Partner - Creator II
Partner - Creator II

Set analysis issue

I am using this 

Sum({<[Ship_Date_GMT_Updated]={"$(vLastmonthdate)"}>} Quantity)

but now I also want to modify my condition where [Ship_Date_GMT_Updated]<={"$(vLastmonthdate)"}

I did this but it came as '-'

1 Solution

Accepted Solutions
EliGohar
Partner - Creator III
Partner - Creator III

@risabhroy_03 

Try this:

Sum({<[Ship_Date_GMT_Updated]={"<=$(vLastmonthdate)"}>} Quantity)

View solution in original post

1 Reply
EliGohar
Partner - Creator III
Partner - Creator III

@risabhroy_03 

Try this:

Sum({<[Ship_Date_GMT_Updated]={"<=$(vLastmonthdate)"}>} Quantity)