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

Announcements
Discover how organizations are unlocking new revenue streams: Watch here
cancel
Showing results for 
Search instead for 
Did you mean: 
dberkesacn
Partner - Creator III
Partner - Creator III

Basic Set Analysis

Hi Guys,

pls help me in this simple set analysis, =sum({<Date={">2017.02.01"}>}Value), why this is not working?

Would like to filter the date - global date format in the begging of the script is SET DateFormat='YYYY.MM.DD';.

Thanks,

D

23 Replies
oscar_ortiz
Partner - Specialist
Partner - Specialist

You can easily tell that Qlik read the date field in as a text string because the values are left justified.  Plus Daniel already had modified the date format in the script.

265097-1.PNG

dberkesacn
Partner - Creator III
Partner - Creator III
Author

indeed.

prma7799
Master III
Master III

Yes oscar.ortiz‌ you are right ...

Thanks ...

Frank_Hartmann
Master II
Master II

without backend modification this expression should work:

sum({<Date={"=Date>date#('2017.02.01','YYYY.MM.DD')"}>} Value)