This content has been marked as final.
Show 3 replies
-
Re: Expression for Heirarchy
Kaushik Solanki Jan 31, 2018 12:01 AM (in response to Rajeshree Bhangale)Hi,
When you say Hierarchy, is it that you have created a drill down dimension? or you have 4 different dimensions?
Regards,
Kaushik Solanki
-
Re: Expression for Heirarchy
Rajeshree Bhangale Jan 31, 2018 1:03 AM (in response to Kaushik Solanki )Its a drill down dimension.
-
Re: Expression for Heirarchy
Kaushik Solanki Jan 31, 2018 1:16 AM (in response to Rajeshree Bhangale)You Can create a variable which holds the value you want to divide.
Say for example vDivide
vDivide = If(Getselectedcount(Office)>=1,1, If(Getselectedcount(District)>=1,1,1000))
Now divide your expression with variable
Sum(Sales)/$(vDivide)
Regards,
Kaushik Solanki
-
-