Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Master Calendar from more than one date field

Hi everyone,

I have three tables

Product:

IdProductPurchase Date
11P112-01-2013
12P214-05-2012
13P317-08-2013

Supplier:

IdProductInvoice Date
11P110-10-2006
12P215-09-2005
13P311-10-2005

Sales

Product
SalesPurchase DateCompany
P120020-12-2013Abc
P110001-02-2014Xyz
P215012-03-2014Pqr
P310012-01-2014Abc

now my requirement is to create a single master calendar for all date field. So whenever any date value is selected possible selection is reflected by all three tables. I know the logic to create,I know I need to find the Max date value and Min date value from all three field.But how all three tables will be associated.

Please help me out if anyone has any idea.

1 Solution
2 Replies
sushil353
Master II
Master II

Hi,

Create three separate field in mastercalender for each table:

MasterCalender:

load

Date,

Date as Sales.PurchaseDate,

Date as Supplier.InvoiceDate,

Date as Product.PurchaseDate,

..

Now you can associate each table with corresponding field in master calender