Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
plz give me how to create financial Year
Please refer SIMPLE MASTER CALENDER
link
Vikas
Hi
Do this in you backend Script:
YearName(YourDateField,0,4) // Parameter 4 will start your Finacial Year from April to March.
eg. 2014-2015 Financial Year Start from
Apr2014
May2014
Jun2014
Jul2014
Aug2014
Sep2014
Oct2014
Nov2014
Dec2014
Jan2015
Feb2015
Mar2015
See the Attachment.
Regards
Aviral Nag
get the min and max date from the fact table.
then iterate the date from min until max is met. Then transform the load as per requirement
http://www.rhyous.com/2009/11/20/how-to-create-a-calendar-in-qlikview/
Can you tell expression for Current Financial Year vs Previous Financial Year expressions in Barchart?
=(Sum({<FiscalYearQuarterStart={">=$(=Date(MAX(FiscalYearStart)))<=$(=Date(MAX(FiscalYearQuarterStart)))"},FinancialYear=,FiscalQuarter=,WeekKey=>}Amount)-
Sum({<FiscalYearQuarterStart={">=$(=Date(ADDMONTHS(MAX(FiscalYearStart),-12)))<=$(=Date(ADDMONTHS(MAX(FiscalYearQuarterStart),-12)))"},FinancialYear=,FiscalQuarter=,WeekKey=>}Amount))