Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello it is possible to make an avg of a variables?
thnaks
Hi
Hope , those variables are already using some aggregation function like Sum / max. so, its throws error like above.
In order to fix it, pls use Aggr() function like below
Avg(Aggr(urvariables, urdimensions))
hi,
I don't need to use a dimensions
You may try it in this way: rangeavg(var1, var2, var3, ...)
- Marcus