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: 
Not applicable

How to link master calendar to my qlikview app

Hi friends,

how to link master calendar to my qlikview app,,give me sol on this ...

my min date is 01/01/2014

      max date is till now.

thank you

2 Replies
sunny_talwar

Link them on the date field. How does your script look like?

Anonymous
Not applicable
Author

First create two variables.

Date = the field date on your  calendar

vMinDate = Min(Date)

vMaxDate =Max(Date)

In your expressions your can place

Sum({<FieldDate={">=$(vMinDate)<=$(vMaxDate)"}> Field).

Maybe it help you.

Comparative analysis with a Master Calendar

Regards.