Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi All,
please help me in the below expression
=Num(Sum({<Function={'Seeds Ops'},DateMonth={Date(Addmonths(vMaxDate_IIR,-12),'YYYY-MM')}>}YTD),'##.00')
Hi Sunny,
Could you please find the error for the below expression
=Num(Sum({<DateMonth={">=$(=Yearstart(vMaxDate_E2E_Seeds_ProductionCost))<=$(=YearEnd(vMaxDate_E2E_Seeds_ProductionCost))"}>}BUD),'##.###')
May be
=Num(Sum({<DateMonth={">=$(=Yearstart($(vMaxDate_E2E_Seeds_ProductionCost)))<=$(=YearEnd($(vMaxDate_E2E_Seeds_ProductionCost)))"}>}BUD),'##.###')
Thanks Anil for the reply
But its not working
May be with equal sign
=Num(Sum({<DateMonth={">=$(=Yearstart($(=vMaxDate_E2E_Seeds_ProductionCost)))<=$(=YearEnd($(=vMaxDate_E2E_Seeds_ProductionCost)))"}>}BUD),'##.###')
can you describe how you define the variables if none of them working
Try
Num(Sum({<DateMonth={">=$(=Date(Yearstart($(vMaxDate_E2E_Seeds_ProductionCost)),'YYYY-MM'))<=$(=date(YearEnd($(vMaxDate_E2E_Seeds_ProductionCost)),'YYYY-MM'))"}>}BUD),'##.###')
Or this
=Num(Sum({<DateMonth = {">=$(=Date(Yearstart(vMaxDate_E2E_Seeds_ProductionCost), 'YYYY-MM'))<=$(=Date(YearEnd(vMaxDate_E2E_Seeds_ProductionCost), 'YYYY-MM'))"}>}BUD), '##.###')