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

Announcements
Join us to spark ideas for how to put the latest capabilities into action. Register here!
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Select in Field

Is there a way to select multiple values using a Select in Field action for a button other than entering the exact string name?

I am trying to select all values earlier than a specific date such as "=<today()-14" in a Date field however I have not been able to make the Search for String function work.

Thank you,

1 Solution

Accepted Solutions
maxgro
MVP
MVP

='<=$(=date((Today())-14))'

View solution in original post

2 Replies
giakoum
Partner - Master II
Partner - Master II

='=sum({<F1={"<$(=today()-14)"}>} 1)'

maxgro
MVP
MVP

='<=$(=date((Today())-14))'