Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi All,
I want exclude only actual value for max quarter
in the attached app i have mentioned the requirment and result too,
Hi Chanty 4u
Try like this.
=max({<Quarter={$(=concat(chr(39) & Quarter & chr(39),',') )}>}Actuals)+max({<Quarter={$(=concat(chr(39) & Quarter & chr(39),',') )}>}Forecast)
How about this?
Sum({<Quarter={"$(=MaxString(Quarter))"}>} Forecast)
No anil. its showing only for max sum forecast i need both selected means
max quarter forecast and other selected actual
Hi Chanty 4u
Try like this.
=max({<Quarter={$(=concat(chr(39) & Quarter & chr(39),',') )}>}Actuals)+max({<Quarter={$(=concat(chr(39) & Quarter & chr(39),',') )}>}Forecast)
This?
RangeSum(Sum({<Quarter={'$(=maxstring(Quarter))'}>}Forecast),Sum({<Quarter-={'$(=maxstring(Quarter))'}>}Actuals))
thanks Tresesco B
this is my original expression how can i incorporate in this?
if(Quarter=vMaxQtr and otherQtr Selection ,$(vFc)+$(vAc))
You might have to create two new variables for this, because you need to include set analysis in it.
please find attached file,
this is my original expression how can i incorporate in this?
here how can i use and condition in if ?
=IF(Quarter = vNewMaxQtr,(($(vFCYOYServ)-$(vACTYOYServ)) / $(vACTYOYServ))
,
if(Quarter =$(vQtr) and Quarter=vNewMaxQtr, ($(vFCAMultiple)- $(vACTYOYServ))/$(vACTYOYServ),(($(vCurACTYOYServ)-$(vACTYOYServ)) / $(vACTYOYServ))) )
second if i not working
vQtr = Quarter field only
vNewMaxQutr = 2018Q3
Hi ,
can you share excel sheet of data.