Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
My expression works fine.
=$(vTriangle(
$(=
sum({<$(vCalendarIgnoreSA), Link_Date={'$(=vToDate)'}>} NewEsignApprovals)
-sum({<$(vCalendarIgnoreSA), Link_Date={'$(=vToDatePrior)'}>} NewEsignApprovals)
)))
But when I try to put a pick, it throws an error, any idea why?
=pick(vTimeDim,$(vTriangle(
$(=
sum({<$(vCalendarIgnoreSA), Link_Date={'$(=vToDate)'}>} NewEsignApprovals)
-sum({<$(vCalendarIgnoreSA), Link_Date={'$(=vToDatePrior)'}>} NewEsignApprovals)
))),' ')
All suggestions and help greatly appreciated.
-Roy
Not sure but the only difference I could see is '=' sign before the expression when using pick.
does vTimeDim returns which type of numbers?
Hi Aditya,
You can also try this,
=pick(Match(vTimeDim,$(vTriangle($(=sum({<$(vCalendarIgnoreSA), Link_Date={'$(=vToDate)'}>} NewEsignApprovals)
-sum({<$(vCalendarIgnoreSA), Link_Date={'$(=vToDatePrior)'}>} NewEsignApprovals)
)))),' ')