Nelson
unread,Sep 21, 2011, 5:07:37 PM9/21/11Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to mondrian-olap
Hey,
it is possible to use the "ON PAGES" statement in a MDX-Query?
I've tried this and i get an error:
@result = olap.execute <<-MDX
SELECT
{[CallChannel].[HTTP],[CallChannel].[WEB]} ON COLUMNS,
{[ServiceProvider].children} ON ROWS,
([TroubleType].children) ON PAGES
FROM [Sales]
MDX