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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

need Script For FIscal Calender

hi i have scenario,

I have a below attached data based on that i need to create a FIscal calender the fiscal month start from november to october

1 Solution

Accepted Solutions
Kushal_Chawda

Hi,

In the above link in script SET vFiscalYearStartMonth = 11 in your case

View solution in original post

8 Replies
PrashantSangle

Hi,

Create below field in script;

YearName(DateField,0,11) as Fin_Year,

Year(DateField) as Year,

Month(DateField) as Month,

MonthName(DateField) as MonthYear,

Day(DateField) as Day

regards

Great dreamer's dreams never fulfilled, they are always transcended.
Please appreciate our Qlik community members by giving Kudos for sharing their time for your query. If your query is answered, please mark the topic as resolved 🙂
Kushal_Chawda

jonathandienst
Partner - Champion III
Partner - Champion III

Have you searched this site - there are plenty of examples here to get you going?

Logic will get you from a to b. Imagination will take you everywhere. - A Einstein
Not applicable
Author

Hi Dreamer thanks for your reply,but here month field displyed jan to dec.i need month field november-october

Kushal_Chawda

Hi,

In the above link in script SET vFiscalYearStartMonth = 11 in your case

PrashantSangle

Hi,

When you select Year from Fin_Year Field it will give desired result.

Regards

Great dreamer's dreams never fulfilled, they are always transcended.
Please appreciate our Qlik community members by giving Kudos for sharing their time for your query. If your query is answered, please mark the topic as resolved 🙂
Not applicable
Author

thank u

Not applicable
Author

thank u