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: 
krishnakv83
Contributor II
Contributor II

Two calendars

Team,

I have a two dashboard which was build on single datamodel

both dashboard will pull last 10 days data for front end. Now front end D1 dashboard got new requirements to show last 2 years data.Challenge is other dashboard D2  should not be disturbed.

Is it possible to develop separate calendars to show 10 days and 2 years data from single datamodel

Regards,

KRishna

5 Replies
tomasz_tru
Specialist
Specialist

As long as you have 2 years history it is possible.

Where's data filter - flag on calendar, condition on application load or conditions in set analysis?

Tomasz

krishnakv83
Contributor II
Contributor II
Author

I removed 10days filter and changed the condition to pull two years data.Now 2 years data is coming to dashboard. Now I want  to show last 10 calendar  dates and data in one tab and 2 years dates ,data in second tab of dashboard.

How to apply a filter in dashboard.Date is field name which is used to pull data.

tomasz_tru
Specialist
Specialist

You can use set analysis - there are plenty examples here. Or introduce flags in the calendar.

Tomasz

krishnakv83
Contributor II
Contributor II
Author

Thank you for the mail

Can you give sample formula to show last ten days  in the Dates lsit box.

I want to give option to select last 10 days data to users.

Regards,

Venkat

big_dreams
Creator III
Creator III

try below

if(dateField > date(max(dateField)-10),dateField)

Regards,