Chapter 2. Working with Sets
In this chapter, we will cover the following recipes:
- Implementing the NOT IN set logic
- Implementing the logical OR on members from different hierarchies
- Iterating on a set to reduce it
- Iterating on a set to create a new one
- Iterating on a set using recursion
- Performing complex sorts
- Dissecting and debugging MDX queries
- Implementing the logical AND on members from the same hierarchy