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

Announcements
Qlik GA: Multivariate Time Series in Qlik Predict: Get Details
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?

1 Solution

Accepted Solutions
swuehl
MVP
MVP

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
MVP
MVP

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.