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

Announcements
Only at Qlik Connect! Guest keynote Jesse Cole shares his secrets for daring to be different. Learn More!
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Set Analysis (or condition)

Hello,

Anyone have any idea how to implement this in Set Analysis:

Count(Customers)

Where -> Date Created <= 01/01/2012 and (Altered Date Is Null or Altered Date> = 01/01/2012)

Regards.

1 Solution

Accepted Solutions
Not applicable
Author

I resolved the situation by using an IF function, so I could put the condition OR / AND.

View solution in original post

5 Replies
sivarajs
Specialist II
Specialist II

Try this

Count({<Date Created={"<= 01/01/2012"},Altered Date-={'*'}+Altered Date={">=01/01/2012"}>}Customers)

Not applicable
Author

Thanks Sivaraj, for the response but don't work.

The QlikView, indicates that the expression has error.

More anyone have any idea?

manideep78
Partner - Specialist
Partner - Specialist

Try this

Count({<[Date Created]={"<=01/01/2012"}, [Altered Date]-={'*'}*[Altered Date]={">=01/01/2012"}>}Customers)

Hope this helps

Not applicable
Author

Thanks Manideep, but it did not work.

Not applicable
Author

I resolved the situation by using an IF function, so I could put the condition OR / AND.