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: 
Anonymous
Not applicable

select in feild


hi,

i need a butten to chose date feild before  today ?

i wrote =<today().... but nothing heppend.

what i need to write ?

thanks'

yarin.

1 Solution

Accepted Solutions
Nicole-Smith

If you mean all dates less than today:

='<' & today()

If you mean yesterday:

=date(today()-1)

View solution in original post

2 Replies
simondachstr
Specialist III
Specialist III

Try

=FirstWorkDate(today(), 2)

Nicole-Smith

If you mean all dates less than today:

='<' & today()

If you mean yesterday:

=date(today()-1)