Multiple IIf Logic Block
IIf function often used in MultiDimensionalExpression (MDX), It’s quiet simple to implement single block of IIf block.
This an example of Multiple IIf logic block.
Example1:
1 2 3 4 | IIf(Measures.[Store Sales] > 50000, "Good", IIf(Measures.[Store Sales] > 30000, "Average", IIf(Measures.[Store Sales] > 10000, "Poor", "No"))) |
About this entry
You’re currently reading “Multiple IIf Logic Block,” an entry on dev
- Published:
- 06.25.08 / 5pm
- Category:
- mdx

No comments
Jump to comment form | comments rss [?] | trackback uri [?]