Skip to Content
0
Former Member
Jun 01, 2011 at 09:22 AM

New custom dimension objects with MDX

28 Views

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]