![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
#3
| |||
| |||
|
|
Does this problem occur with even a single parameter - if so, can you give an idea of the parameter value? If it's an MDX expression, did you check it first with a constant value, and did you check the syntax of the expression? - Deepak Deepak Puri Microsoft MVP - SQL Server *** Sent via Developersdex http://www.developersdex.com *** |
#4
| |||
| |||
|
|
Hi, Deepak Thanks for help! I have only tried a single parameter at this moment. And I am now using the constant value for parameters, for example, a string such as "Year 2004". Do you think there is anything wrong with this syntax to be a parameter? Thanks again. "Deepak Puri" wrote: Does this problem occur with even a single parameter - if so, can you give an idea of the parameter value? If it's an MDX expression, did you check it first with a constant value, and did you check the syntax of the expression? - Deepak Deepak Puri Microsoft MVP - SQL Server *** Sent via Developersdex http://www.developersdex.com *** |
#5
| ||||
| ||||
|
| SQL Server 2005 Books Online |
| SQL Server 2005 Books Online |
#6
| |||
| |||
|
|
Setting the Report Parameter as Internal will prevent passing it in the action URL, which is not what you want: http://msdn2.microsoft.com/en-us/library/aa337234.aspx SQL Server 2005 Books Online Creating Report Parameters and Setting Report Parameter Properties ... Hidden and Internal Parameters You can set options that control parameter visibility in the published report. Setting the Hidden and Internal options provides different levels of visibility. You can hide the parameter on the parameter input area of the published report, yet set values for it on a report URL or in a subscription definition. If you set a parameter to internal-only, it is not exposed in any way except in the report definition. Referring to the configuration of the "Sales Reason Comparisons" Report Action in Adventure Works, values of the following properties should be checked: - Report Path: ReportServer?/AdventureWorks Sample Reports/Sales Reason Comparisons - Parameter ProductCategory: UrlEscapeFragment( [Product].[Category].CurrentMember.UniqueName ) You could first directly confirm the syntax of the Report URL with a passed parameter in a browser, and then compare this working URL with the URL generated by the cube action: http://msdn2.microsoft.com/en-us/library/ms154042.aspx SQL Server 2005 Books Online URL Access Syntax ... - Deepak Deepak Puri Microsoft MVP - SQL Server *** Sent via Developersdex http://www.developersdex.com *** |
#7
| |||
| |||
|
![]() |
| Thread Tools | |
| Display Modes | |
| |