Hi all I have level-based dimension Employee Division->Department->Employee I have to count how many employee in each department an each Division is. How to do it ?
So i try formula:
SUM(CASE WHEN ISLEAF("DIMENSION"."HIERARCHY") THEN 1 ELSE 0 END)
but this is incorrect , because on parent level= (Division) i have 0.
Is it way to do it without calculation on DB