Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
is it posible to take the average of ranked values.
This doesn't work:
(The light itself works fine, it is the Rank column in the picture)
avg(
Rank(aggr((sum(Value1)/sum(Value2))
,Dim1,Dim1,Dim1),4,2)
)
This I need:
Best regards
May be this
Avg(TOTAL <Dim1> Aggr(
Rank(Sum(Value1)/Sum(Value2))
, Dim1, Dim2, Dim3))
Unfortunately not
And when I insert the Rank parameters ",4,2" there is again no result.
Would you be able to share a sample where we can see the issue?
I am sorry, I can't share the data.
no problem