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

Announcements
Qlik Connect 2026! Turn data into bold moves, April 13 -15: Learn More!
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Select in Field: values greater than

Hello Guys,

i need your help, i want make this action when i open a sheet:

if(DATE>=date(today()-31), DATE)

Well, i go to the select in field and i set the trigger but this one not work.


Any suggestions?

Thank you

Alfonso

1 Solution

Accepted Solutions
Anonymous
Not applicable
Author

Just a very small correction:

='>=' & date(today()-31)

View solution in original post

2 Replies
Gysbert_Wassenaar
Partner - Champion III
Partner - Champion III

Try ='>' & date(today()-31) as search string


talk is cheap, supply exceeds demand
Anonymous
Not applicable
Author

Just a very small correction:

='>=' & date(today()-31)