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

Announcements
We are aware of an issue with the Product Downloads page and looking into it.
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

Labels (1)
1 Solution

Accepted Solutions
sunny_talwar
MVP
MVP

May be use this as search string:

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

View solution in original post

3 Replies
sunny_talwar
MVP
MVP

May be use this as search string:

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

arsenal1983
Creator
Creator
Author

THX, got it.

maxgro
MVP
MVP

see attachment