Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
ALERT: QlikView server communication interruptions following Microsoft Windows Domain Controller security updates
cancel
Showing results for 
Search instead for 
Did you mean: 
Karim_Khan
Creator III
Creator III

Can we Convert The Default Calender

Can we Convert The Default Calender into Customize calender and How?

KK
Labels (1)
11 Replies
MK_QSL
MVP
MVP

You can create a customer order..

Load * Inline

[

     Month, Order

     Aug, 1

     Sep, 2

     etc.

];

If you want your Fiscal Calendar to be started from August, you need to do some coding in script for Fiscal Year/Month. Use below link for the same..

Fiscal Year

qlikviewwizard
Master II
Master II

Create INLINE table like this:

Calendar:

Load * inline

[

MonthNo,MonthName

1,January

2,Febraury

.

.

.

.

];