Cynthia,
Thanks. Although to create them ( relational vs mdx) are very similar, they behave/ouput very differently. At least in SAS 9.1.3.
Message was edited by: jplarios
I would like to create Dimension from Measure value. For example,
I have "balance_amount" as a measure in cube. When I generates report in WRS, I would like to create "balance_amount_tier" as dimension by using MDX code in Information Map.
Example of balance_amount_tier
1. 0 - 10,000
2. 10,001 - 50,000
3. > 50,000
I tried what you suggest. It works for only relational table , not for OLAP Cube.
I would like to create 'balance_amount_tier' dimension from 'balance_amount' which is a measure in OLAP Cube.
However, I tried MDX code using 'IIF' but cannot set type as OLAP category.