Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
decopipo
Contributor
Contributor

expression modification

Hello,

I have a scenario , need to prepare a standard expression for

1.Monthly

2. YTD

3.Last twelve months

sum({<$(vCYPeriod),Scenario={'CPL_ACT'}>}Value) [STANDARD FORMULA]

vCYPeriod=Pick(match($(vPeriodType),1,0,2),vPeriodTypeCYMTH,vPeriodTypeCYYTD,vPeriodTypeLast12Months)

vPeriodTypeCYMTH=[Fiscal year]={'$(=$(vCurrYear))'},[Posting period]={'$(=$(vCurrMonth))'}

vPeriodTypeCYYTD=[Fiscal year]={'$(=$(vCurrYear))'},[Posting period]={"<=$(=$(vCurrMonth))"}

vCYPeriod changes as per I select the variable as Monthly,YTD and Last twelve months. For Last twelve months the formula is

<[Fiscal year]={'$(=$(vLast12MonthsStartYear))'},[Posting period]={">=$(=$(vLast12MonthsStartMonth))"}> + <[Fiscal year]={'$(=$(vCurrYear))'},[Posting period]={"<=$(=$(vCurrMonth))"}>

vLast12MonthsStartMonthif($(vCurrMonth)=12,1,$(vCurrMonth)+1)
vLast12MonthsStartYearif($(vCurrMonth)=12,$(vCurrYear), $(vPrevYear))

 

Can someone help me to modify the expression in such a way, so that it can be used in the standard format , i.e mentioned above.

https://www.indiantube.porn/ 

 

 

 

Labels (1)
1 Reply
Sue_Macaluso
Community Manager
Community Manager

@decopipo Are you using QlikView or Qlik Sense? I would like to move this into the correct product forum. 

Sue Macaluso