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

Announcements
ALERT: QlikView server communication interruptions following Microsoft Windows Domain Controller security updates
cancel
Showing results for 
Search instead for 
Did you mean: 
lionking15
Creator
Creator

SET ANALYSIS

HI

what is wrong in this syntax??

sum({<Date={'>={'15/05/2008'} < {'12/08/2008'}'}>}[Sales Amount])

Thanks!!

Labels (1)
2 Replies
swuehl
Champion III
Champion III

Try

sum({<Date={">=15/05/2008<12/08/2008"}>} [Sales Amount])

Dates in Set Analysis

Anonymous
Not applicable

Hi ,

Use the below expression ,

    sum({<Date={">=15/05/2008<12/08/2008"}>} [Sales Amount])