I'm not sure what's going on with the query referenced in the following post. http://social.msdn.microsoft.com/Forums/en-US/sqlanalysisservices/thread/89dfe12e-e437-4772-924c-d911db05f574 I believe the problem is related to AutoExists and diamond hierarchy relationships but I'm not sure. To summarize, given a week member exists a requirement to report the aggregated total of the 3 months prior to the week excluding the month associated with the first day of the week. I created a query I believe that fulfills that request. However, when I aggregate [Month 1] : [Month 3] I get back nothing. But yet when I add [Month 1] + [Month 2] + [Month 3], I get back the correct value. Also, when SetToStr of [Month 1] : [Month 3] is returned, the set representation is correct. But yet, the aggregation of that set is not. Any ideas to an alternative approach that would be more generic?
↧