Allow full custom MDX statement in views or widgets

Issue #439 resolved
Radu Cantor created an issue

Please allow a custom MDX statement in views or widgets, as an option, instead of using the MDX definition for each dimension.

By this I actually mean a full MDX statement:

Select  on Rows,  .on Columns from [cube] where.

This is very useful, when you have to create calculated members, such as

With Member [custom_member] as Sum ( { top 10 members in set} ) Select [custom_member] on rows, .. 

Also, please keep the definition for Global filters and Global fixes, because they can be useful as variables in the query

Comments (3)

  1. Log in to comment