posted on Friday, October 15, 2004 5:35 AM by hitachi

Conditional Strings and Numbers


One of those minor but terribly annoying facts of MDX in AS2K was that the IIF function was really two functions, one of which could return a number and another that could return a string. Thus, you could never return "OK" if True and 2.134 if False.

 

It is hard to describe how euphoric I got just from discovering that you can now mix and match strings and numbers in an IIF function. Maybe I just need more sleep.

 

-- Reed


Comments