URL Action -
11-07-2005
, 02:39 PM
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])
Thank you. |