Hi.
I was just wondering what the proper syntax was when using the (MDX) immediate if when working with dimensions.
I want to calculate a value depending on a certain dimension attribute value as such;
IIF(Dimension.Attribute = "MyValue", 100, 0)
However the above syntax doesn't seem to be working for me. Can you actually have a calculated measure evaluating a dimension attribute like this?
Thanks.