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

Announcements
Want to see what's currently in public preview? We've pulled it all together in one place. Check it out here
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Set Analysis with Dates

I have been loving the set analysis.  It is really cool.  I am doing this one by date but its not working. 

=Sum({1<lead_submitted_date = {">05/01/2012"}>}num_leads_sold)

I want all records when the date is past 5/1/2012.  What am I doing wrong?

Labels (1)
1 Solution

Accepted Solutions
swuehl
Champion III
Champion III

It's probably just a formatting mismatch. Have you double checked your lead_submitted_date format?

If you say, it is not working, what is your result? Zero, or a value that seems to be wrong?

View solution in original post

2 Replies
swuehl
Champion III
Champion III

It's probably just a formatting mismatch. Have you double checked your lead_submitted_date format?

If you say, it is not working, what is your result? Zero, or a value that seems to be wrong?

Not applicable
Author

That was it.  I just fixed the date format and it worked.