Limiting to descendants to specfic ancestor
957239Aug 29 2012 — edited Sep 5 2012How can I limit a dimension to obtain specific descendants of of a hierarchy?
Example:
YEAR
QTR
MONTH
DAY
I'd like to obtain all days for Year X.
Or
CATEGORY
SUBCATEGORY
PRODUCT
I'd like to obtain all products for a specific Category or Subcategory.
Another example could be.
If you have
MONTH
DAY
How can I determine all previous days (in that month) compared to the current day
Thanks!