Hi, I have A dimension such as UserAge, where the age is in a field like [UserAge].[age].
How can I create a calculated member which displays the average age of the current set??
I tried
avg([userage].[age]) but OLAP manager won't accept it.
avg([userage].[age].members) is ok at first, but after processing the cube and browsing the data I it only displays err!!
How can I create a calculated member which displays the average age of the current set??
I tried
avg([userage].[age]) but OLAP manager won't accept it.
avg([userage].[age].members) is ok at first, but after processing the cube and browsing the data I it only displays err!!