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

master clander

pls share about master clander,where it is used,why it is used........

6 Replies
miguelbraga
Partner - Specialist III
Partner - Specialist III

Anonymous
Not applicable
Author

Hi Manikanta,

Master calendar is used to create Time dimension(Year/Quarter/Month/Day).

We have Standard calendar and Financial calendar,it depends on company to company which is used.

Time dimension is used to see metrics for various analysis like forecasting(Predictive analysis),whatif analysis.

Have a look:

The Master Calendar

Chanty4u
MVP
MVP

Hi Mani,

Please go through  below link

master calender in qlik view

qlikviewwizard
Master II
Master II

Hi,

Please check this. Master Calendar Data

Anonymous
Not applicable
Author

jagan
Luminary Alumni
Luminary Alumni

Hi Manikanta,

Generally the transaction table will have only the transaction date, but in general users expect the Year, Month, Quarter, Week, dates etc to filter the data in the Dashboard, so to arrive this fields we generally use the Master Calendar with all the mentioned fields.

With master Calendar also you can generate this fields by using

LOAD

*,

Year(TransactionDate) AS Year,

Month(TransactionDate) AS Month,

Week(TransactionDate) AS Week,

Day(TransactionDate) AS Day,

QuarterName(TransactionDate) AS Quarter

FROM DataSource;

But people generally prefer to have this fields in a separate calendar.  Check below links for generating various calendars

Master Calendar Generation Script

Fiscal and Standard Calendar generation

Regards

Jagan.