Skip to main content
Announcements
SYSTEM MAINTENANCE: Thurs., Sept. 19, 1 AM ET, Platform will be unavailable for approx. 60 minutes.
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))'