Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
What is this expression do?
Sum(TOTAL <[Carrier Group], [Carrier Name]> [# Departures Performed])
it is just summing up Departures Performed Totaling to Carrier Group and Carrier Name
for example if a carrier group in your dimension and carrier group have two group say A and B then the sum would be for both A and B
HTH
Sushil
it is just summing up Departures Performed Totaling to Carrier Group and Carrier Name
for example if a carrier group in your dimension and carrier group have two group say A and B then the sum would be for both A and B
HTH
Sushil
I accept Sushil Explanation.
Simply to say
Sum(TOTAL {<Ename, Deptno>}Sales)
Did you understand this, If yes similar to this only
Here We are calculating Sum(Sales) where Ename and Deptno - With Whole values