Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
maxsheva
Creator II
Creator II

Link dates to calendar

Hi,

I have table where presents few date fields.

Date_Table:

LOAD * INLINE [

Event, DateStart, DateChange, DateEnd

Event1, 01/15/17, 01/20/17, 01/25/17

Event2, 07/15/17, 07/20/17, 07/25/17

Event3, 10/15/17, 10/20/17, 10/25/17

];

I need connect to the Master Calendar Table where I get any dimension value from Day, Month, Year for any Event field and any date field.

For example

Event1 for DateStart  I need get Day "15"

Event2 for DateChange I need get Month "July"

Event3 for DateEnd I need get Year "2017"


What is the best solution if I have 5-7 Date filelds in Date_Table?


Thx.

1 Reply
sunny_talwar

May be check this out

Canonical Date