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