pass olap parameters thru url

  • hi. i have a report based on a cube and want to pass parameters to it through url. the parameters are in the form of uniquenames.

    how do i do that?

    thanks

  • change the mdx query to a string & you have to build up the mdx by inserting your dimension names.

     

    e.g. "select measure on axis(0), [dim].[" & param1.value & "] or axis 1 from mycube"

     

    param 1 can come from another mdx query, similar to above which returns all members of the dimension level you need...


    Phil Nicholas

Viewing 2 posts - 1 through 1 (of 1 total)

You must be logged in to reply to this topic. Login to reply