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

Announcements
Join us in Bucharest on Sept 18th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
azmeerrehan
Partner - Creator
Partner - Creator

Date Input Box

 I need to add 2 Input boxes for the date field where the user can select the 2 dates and see the results based on the selection. I have a personal edition so will not be able to open the QVW . 

Can you please provide the solution in the text.

1 Reply
jyothish8807
Master II
Master II

Hi Azeem,

May be something like this.

Create 2 variables:

vDate1 

VDate2

then use the expression like this:

Sum({<Date={'>=$(vDate1)<=$(vDate2)'}>}Sales)

 

 

 

Best Regards,
KC