Skip to main content
Announcements
Have questions about Qlik Connect? Join us live on April 10th, at 11 AM ET: SIGN UP NOW
cancel
Showing results for 
Search instead for 
Did you mean: 
scotly-victor
Creator II
Creator II

Fiscal YTD ,QTD,MTD ,WTD

Hi Qilkers,

          Can anybody  help me to  achieve Fiscal YTD,QTD,MTD,WTD?

2 Replies
sunny_talwar

You can create flags in the script to do this:

This provide the script to generate fiscal year calendar

Fiscal and Standard Calendar generation

For flags you can use the logic from here:

Creating A Master Calendar

Combine the two and you are good to go

reddy-s
Master II
Master II

Hi Scotly,

There are functions which will help you set flags for all of there in your master calender.

You can make use of these functions:

inYearToDate()     

inQuarterToDate()

inMonthToDate()

inWeekToDate()