A couple of considerations that come to mind:
- Assuming that you're using AS 2005, the implict crossjoin on rows
should be framed by regular parentheses:
{[Measures].[Responses], [Measures].[Responders],
[Measures].[Trans Amount]} ON COLUMNS,
([Product].Members, [Providers].Members) ON ROWS,
{[Response Date].[Month].Members ON PAGES
FROM
[Programmatic_Balance_Build]
- What OLAP client tool are you using - can it handle a 3rd PAGES MDX
query axis (Management Studio OWC complains)?
- Deepak
Deepak Puri
Microsoft MVP - SQL Server
*** Sent via Developersdex http://www.developersdex.com ***