Skip to main content
Announcements
SYSTEM MAINTENANCE: Thurs., Sept. 19, 1 AM ET, Platform will be unavailable for approx. 60 minutes.
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Create Two periods Selections

Hey guys,

How can i create the underneath selections see the red  (see red markered zone) in to qlikview ? which variables and expressions should i create?

Note: this Report is from SQL Server Reporting Services.

Greets,

Rega

2 Replies
marcus_sommer

t_chetirbok
Creator III
Creator III

Hello!

You can use Slider/Calendar Object (in your example it's need 4 objects).

Add variables for each Calendar Object (vPeriod1Start,vPeriod1End, vPeriod2Start,vPeriod2End).

and your expression look like:

1) count({< DATE= {">='$(vPeriod1Start)'<='$(vPeriod1End)'"}>} VALUE)

2) count({< DATE= {">='$(vPeriod2Start)'<='$(vPeriod2End)'"}>} VALUE)

And for your label column use expression: date($(vPeriod1Start))&' to '&date($(vPeriod1End))