Skip to main content
Announcements
Have questions about Qlik Connect? Join us live on April 10th, at 11 AM ET: SIGN UP NOW
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

How to view date selection in the current selection

I am looking to do a selection of dates range . I create two variables as it's shown in the screenshot VFromDate1 and VtoDate1

1.png

In the script :

let vFromDate1 = date(date#(20151231, 'YYYYMMDD'));

let vToDate1 = date(date#(20151231, 'YYYYMMDD'));

The properties of vfromdate1

2.png

When I select date , nothing change , I can't see my selection date in the current selection and reports don't change , it's always empty , any idea?

Sans titre.png

3 Replies
Gysbert_Wassenaar

You haven't made any selections yet. Giving variables a value is not the same as selecting values in fields. Perhaps this video tutorial can help you make the selections using the variables: Selecting Arbitrary Date Ranges


talk is cheap, supply exceeds demand
Anonymous
Not applicable
Author

I didn't figure out , I am newbie with qlikview .

jagan
Luminary Alumni
Luminary Alumni

Hi,

You have assigned variable to the Calendar Object, if you assign the date field instead of your variable then you can see the selected values in the Current Selection box.  Otherwise the variable is updated with the selected value in the Calendar object.

Hope this helps you.

Regards,

Jagan.