Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Common Calendar

Hello All..

Need Help please..!!

I have a table for the shipment details.In the same table i have arrival date,Load date and also sail date; How can i make a common calendar out of this ??

Please suggest..

Thanks

Reena

6 Replies
arulsettu
Master III
Master III

concatenate all the dates togeather

amit_saini
Master III
Master III

MK_QSL
MVP
MVP

You need to create a Canonical Date. Use the link provided by amit.saini

krishna20
Specialist II
Specialist II

Hi,

Canonical Calendar  will works for this scenario perfectly.

avinashelite

you can create a link tables for the same and finally you can connect them for the master calendar.

EG:

t1:

Load      order date,

            Purchase date,

     id

from table;

load id,

     order date as date

resident

t1;


load id,

     Purchase date as date

resident

t1;

Master_calendar:

Load date

from...

Not applicable
Author

Hi Avinash,

So from where we need to load date for 'Master_calendar:' ? And what variable should be used in filters and dimensions ?

-James