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 or operator

Ive created a button and want it to select all dates smaller than 'Date' OR 'Date'=1900-01-01

The code ive got is:

='>=$(=date(today())) OR =$(=date(1900-01-01))'

but it doesnt work.

The first part of the code, ie ='>=$(=date(today())), is working and selects all dates smaller than today but the second part does not work.

How do i do to solve this?

Thanks!

Labels (1)
2 Replies
tresB
Champion III
Champion III

'+' is used for 'OR' in set analysis. But again that has it's way. Could you paste here your entire expression?

Not applicable
Author

='>=$(=date(today())) is the whole expression. It is inside a button.