I’m trying to calculate the Median for column in BO 11.5.
Columns in the table are:
<Emp. Name>
<v_Rate_Bucket>
I’m trying to calculate the Median for by <Service and <v_Rate_bucket> but I’m getting commutation error.
I’m calculating Median by creating a variable as =Median() ForEach
Are you sure to use the right field ?
You said that the fields which are present in your report are :
<Emp. Name>
<v_Rate_Bucket>
But in your formula :
=Median() ForEach
you are using the field Hourly Rate, which is not present in your report !!
That is why you obtain the computation error.
Modify your formulla with or insert the dimension in your report.