How to Find Beginning and End of Week
(for more scripts goto http://www.siccolo.com/articles.html)
MDX Essentials: Set and String Functions: The GENERATE() Function
In this lesson, we will introduce a function that provides us the ability to derive a set by systematically applying a set expression to each of the members of a set we define. GENERATE() is a potent function in our MDX toolset, in that it enables us to select precisely only certain members of a dimension level. It effectively operates upon two sets to create a new set, based upon the members of a second set that are also in a primary set.
2005-03-17
1,749 reads