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

Announcements
Q&A with Qlik - Qlik Cloud Migration: Questions about migrating to Qlik Cloud? Catch the latest replay!
cancel
Showing results for 
Search instead for 
Did you mean: 
avicnellyy
Contributor
Contributor

Date Range on Button using input boxes

Hi community

I have created two input fields for my users to be able to type in To and From dates.

I am trying to create a button that then selects this date range in my date_required field.

I have tried Select in Field and toggle Select.

 

These two Search Strings work on their own, but i need both to apply at the same time.

='>='&DateFrom

='<='&DateTo

 

I've tried these to no avail...

= '>='&DateFrom AND '<='&DateTo

= '=>'&DateFrom & '=<'&DateTo

 

Any ideas?

Labels (2)
1 Solution

Accepted Solutions
m_woolf
Master II
Master II

2 Replies
m_woolf
Master II
Master II

avicnellyy
Contributor
Contributor
Author

amazing thank you!