![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
I have a syntax issue. I can run the last line of this query in the MDX sample application and get results. I am trying to add the drilldown function to my URL Action in AS and I receive the error "Unexpected end of expression" The first two lines run, but when I add the last line I receive the error. "http://intranet web address for reporting services" + [Dimension].Currentmember.Name + DrilldownLeveltop({[Dimension].member},10,,[Measure]) Thanks for any help. |
#3
| |||
| |||
|
#4
| |||
| |||
|
|
Is it not possible to use a MDX query in an action that returns a set? |
|
When I added SetToStr to my query I received an error. |
|
Darren, Thank you for the reply. Sorry, my question was a little convoluted. I understand that the Drilldownleveltop () function returns a set. That is what I need. I was able to obtain the top 10 results I wanted in the MDX sample application using this function. I am responsible for having this result available in reporting services that is why I am trying to create an action with this query in it. Someone else is responsible for creating the report. In the Action Wizard, I did read something about the syntax must return a string. Is it not possible to use a MDX query in an action that returns a set? When I added SetToStr to my query I received an error. "http://intranet web address for reporting services" + SetToStr(DrilldownLeveltop({[Dimension].Currentmember},10,,[Measure])) Thank you. |
![]() |
| Thread Tools | |
| Display Modes | |
| |