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

Date Function in Expression


Hi All,

i need help in getting sun function flexible. currently i have 3 columns:

ID           Date                    Qty

1               28/3/2014          100

1               27/3/2014          1000

1               24/3/2014          2000

in expression i use below and i get sum value for that date:

Sum({Date = {'$(=Tdate)'}>}Qty gives be 100 ........ Assume variable Tdate = 28/3/2014

Now i want in same expression and get value of 1100 from Date 28/3/2014 & 27/3/2014

please advise what needs to be changed

thanks

10 Replies
Not applicable
Author

thanks