SELECT
NON EMPTY [{51E097E0-68D7-48E7-9847-B7D931EA6E0B}Pivot70Axis0Set1]
DIMENSION PROPERTIES MEMBER_NAME, PARENT_UNIQUE_NAME ON COLUMNS,
NON EMPTY [{51E097E0-68D7-48E7-9847-B7D931EA6E0B}Pivot70Axis1Set0]
DIMENSION PROPERTIES MEMBER_NAME, PARENT_UNIQUE_NAME ON ROWS,
{
[Measures].[Account Count],
[Measures].[Estimated Average]
}
ON PAGES
FROM [Mimi]
CELL PROPERTIES VALUE, FORMATTED_VALUE, FORE_COLOR, BACK_COLOR
What tools are you guys using? I really dont feel like learning MDX if a good tool is out there.
Thanks in advance,
MardoYou might want to create a "Report Server Project" in Visual Studio (from Business Intelligence Project group). There in Data page you can build the query for the report by means of the user interface. You can view the created MDX if you press some button on the toolbar (something like MDX view). But the query built there follows certain pattern only.
|||Andrew,
I tried that. The big problem with the MDX query builder in Microsoft Sql Server Report services is its entire goal is to flatten the mdx queries, no cross joining, etc. This is a big problem not only for report services, but also the query builder itself. I wish the report services would handle true olap data, for more reasons then just this.
Marty|||I'd give the excel add in for analysis services a go. It allows you to view the pivot table query MDX. The other alternative is to just learn it! (It isn't so bad).|||
Phil,
This is what I have done. It actually is pretty easy once you get into the syntax.
Thanks for your help.
Mardo
No comments:
Post a Comment