Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
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