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: 
arsenal1983
Creator
Creator

Select in field - using variable

Hi,

I would like to have a button that will filtr my details data. The filter should be set on the column DATE and I want to see only the docs with DATE, before the variable date (vDATE) set in the callendar object.

Any suggestions?

LL

1 Solution

Accepted Solutions
sunny_talwar

May be use this as search string:

='<=' & Date(vDATE, 'YourDateFieldFormat')

View solution in original post

3 Replies
sunny_talwar

May be use this as search string:

='<=' & Date(vDATE, 'YourDateFieldFormat')

arsenal1983
Creator
Creator
Author

THX, got it.

maxgro
MVP
MVP

see attachment