Skip to main content
Announcements
Qlik Connect 2025: 3 days of full immersion in data, analytics, and AI. May 13-15 | Orlando, FL: Learn More
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Calendar Date to Fiscal Calendar Month

Hello,

I need to map my field [Purchase Date] to a fiscal period and fiscal year. I already have a common load statement that gives the following fields:

LOAD CalendarDate,

     FiscalYear,

     FiscalPeriod,

     FiscalWeek,

     cFYr_Flag,

     cFPr_Flag,

     cFWk_Flag,

     FiscalQuarter,

     cFQ_Flag,

     FiscalMonth,

     FiscalDay,

     YearStart,

     QuarterStart,

     PeriodStart,

     YearEnd,

     QuarterEnd,

     PeriodEnd,

     FiscalMonthYear,

FROM

I would like to use the PeriodStart and PeriodEnd fields to make bounds for the [Purchase Date] field in the second load. Is there a way to reference these values between the two load statements? If not, does anyone have a good way to map to fiscal month?

Thanks

3 Replies
Anil_Babu_Samineni

May be https://help.qlik.com/en-US/qlikview/November2017/Subsystems/Client/Content/Scripting/ScriptPrefixes...

Best Anil, When applicable please mark the correct/appropriate replies as "solution" (you can mark up to 3 "solutions". Please LIKE threads if the provided solution is helpful
Anonymous
Not applicable
Author

Could you provide a more in depth example?

Anonymous
Not applicable
Author

I found this example: QlikView Tutorials | QlikView Scirpting | QlikView IntervalMatch Function - YouTube

However, is there a way to dim this as one field?