Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi Andrew,
Try using
sum( Total your expression)
Regards
KC
Here in this pivot table i m having the issue with the Performance Total it is varying .
It should be Sum([Coperate SLP])*[Performance])
Means (103*106)+(0*111)=109.18 but its displaying as 111 that is the problem over here.
Please Help me guys since a week i m striving to get it done but its not getting perfect.
hi
this a classic case for use of aggr function
it should look something like
sum({$<dimension={'<=$(vEndDate)'},dimension={'>=$(vStartDate)'}>}
aggr(max({$<dimension={'<=$(vEndDate)'},dimension={'>=$(vStartDate)'}>}recordCounter),yourdimension1,yourdimension2))
Try
Aggr(sum(distinct{$<dimension={'<=$(vEndDate)'},dimension={'>=$(vStartDate)'}>}recordCounter),Dimension1)
You need to replace the Dimension1 part with a comma seperated list of the dimensions you use in your table