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

how to display Date Range value in Current Selection Box

Capture.PNG
Hello ,

as per above snippets , how to display Calendar date range selection into the Current Selection box.

your early response would be highly appreciated.

Many Thanks

Donesh

4 Replies
simsondevadoss
Partner - Creator III
Partner - Creator III

if you are using variable , you will not be able to display it in Current Selection

Not applicable
Author

however you could use a text box with the follow syntax to show this info:

='Date range:' & $(Var1) &' to ' & $(Var2)

assuming your variable are called Var1 and Var 2.

Regards

Rahul

buzzy996
Master II
Master II

I believe those data range values will come automatically into ur current selection box if ur not made any changes.

Anonymous
Not applicable
Author

are you using Variable for date Range ?

if yes do you have any action which makes the selections as per the variables ?

if yes then the selections will appear in current selections

if not then you will have to display the variables in text box

it will be easier to talk about this if you have sample mini app posted here