Hi all,
on my OLAP universe is possible to create a new custom dimension objects with MDX sintax?
For example I need a dimesnion with this descriptions: "ACTIVE"; "INACTIVE", "NULL"
I need thi description in universe because would like to use this inreport prompt
...
then in report I use a variable: if "ACTIVE" then [import1] else if "INACTIVE" then [import2] else [import3]