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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources 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!

2 Replies
tresesco
MVP
MVP

'+' 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.