Skip to main content
Woohoo! Qlik Community has won “Best in Class Community” in the 2024 Khoros Kudos awards!
Announcements
Nov. 20th, Qlik Insider - Lakehouses: Driving the Future of Data & AI - PICK A SESSION
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Making a selection from a selection...

Hi All,

I've had a great idea for some functionality on a Qlik app I'm working on, trouble is I have to present it tomorrow and have no idea how to implement it !

I have a calendar table that gives all the dates between the min & max reporting dates in my data.

The users can select a specific year, month or day to view data for, what I'd really like to do is allow the user to select a start and end date.

I can create a checkbox, if the user clicks on this I can unhide a table, but then on this table I'd want the user to be able to select a start and end date from my calendar object, then when the user has updated the dates I want the application to make a selection on the calendar date field based on the two values selected by the user.

Is this easy or even possible?

Many thanks,

Phil

1 Reply
oscar_ortiz
Partner - Specialist
Partner - Specialist

You can try something like this.

I am using two variables:

vStartDate

vEndDate

Then I'm using those two variables in my set analysis expression:

Sum ( {$< [Creation Date]={">=$(vStartDate)<=$(vEndDate)"} >} Value)

See attached.