Discussion Board for collaboration related to QlikView App Development.
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
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
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.
You can use set analysis - there are plenty examples here. Or introduce flags in the calendar.
Tomasz
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
try below
if(dateField > date(max(dateField)-10),dateField)
Regards,