Hello,
I work on a SQL Server Business Analysis project to do reporting from
a database.
In order to allow custom values for each user, I write MDX statement
like :
[Dimension].[Hierarchy].[ValueToAllow]
Some users have to access to all values. Then, I try to write
statements like :
[Dimension].[Hierachy].[All]
[Dimension].[Hierachy].AllMembers
and so on.
I didn't succeed to get all values.
Could you help me please ?
Maybe my MDX statements are wrong. Or maybe there are some specific
things to do with Microsoft Business Analysis Visual Studio, I don't
know :-(
Regards,
Alex