Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Reporting Actions and Parameters issues

Status
Not open for further replies.

RiverGuy

Programmer
Jul 18, 2002
5,011
US
Using SSAS 2008 Enterprise. I've got some reporting actions where I pass in member names as parameters to SSRS reports. Often, these actions do not work when called from Excel. I believe the main issue is the fact that the names of these members contain special characters which are invalid for a URL query string. Does anyone know of a catchall workaround to format these strings correctly?

Thanks
 
I forget the function but there is something like a URL or HTTP Encode which will format he special characters in your querystring.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top