Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
yadav_anil782
Creator II
Creator II

variable selection problem

Dear All,

i have given two input box  for min and max date value .

in fist input  i given vmin variable for show min date  and second input box i  mention vmax variable to show max date which i want in my application now i want   application value between selected min date and max date on given button . plz  help how to do

plz find attached application

input name - vmin and vmax

button name- select date

1 Reply
antoniotiman
Master III
Master III

Hi Anil,

Try to add Action -> Select in Field -> Field RECEIPT_DATE

='>='&Date(Date#(vMin,'DD/MM/YYYY'))&'<='&Date(Date#(vMax,'DD/MM/YYYY'))

Regards,

Antonio