Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi all,
I am new to Qlik. And never implemented Customized fiscal year.
Can some one help with the script for below
Thanks in advance
Thanks for fast response. I will work on this. Looks like it works for me.. Thanks
Hi marcus_sommer
Can you make changes to the below code.
I have date field called "Orderdate"
Start date: 2016-jan-04
End date: 2017-Jan-01.
What if my date have before and after this start and end dates..?
Thanks
There are several ways possible. One is to include a longer period within the calendar and to delete the excess dates afterwards with a where-clause and another (I think more commenly used) is to create the calendar fom the min to max dates within the fact-table data. Here is an example where the min/max dates from the order-table will be used (filling the variable with a peek-function) to determine the scope of the calendar:
Better Calendar Scripts | Qlikview Cookbook
- Marcus