muniappan
Posts:53
 |
| 10/08/2007 09:36 |
|
I am getting the rror when I am doing the following steps,
1. Opening the first report, It is working fine.
2. Hiding the parameters.
3. Selecting another report from the drop down.
4. I am getting the error "The 'xyz' parameter is missing a value "
the parameter portion is minimized. So I am getting this error. How to solve this issue? |
|
|
|
|
host
Posts:449
 |
| 10/08/2007 23:59 |
|
| It sounds like you need to pass in the value for this parameter. Does this second report have a parameter named XYZ? And if so, if you have the parameter bar hidden, you must provide the value for this parameter via the querystring. Hope this makes sense! |
|
|
|
|
muniappan
Posts:53
 |
| 10/10/2007 10:02 |
|
Can you please let me know how to pass the valur through querystring[to module masters RS2005]? |
|
|
|
|
host
Posts:449
 |
| 10/10/2007 10:05 |
|
| Simply figure out what you called the parameter and attach it to the URL from another link. Please see the documentation for an example and more discussion about it. It basically looks like http://localhost/default.aspx?tabid=x&ParameterName=Y with some other options available as well. |
|
|
|
|
muniappan
Posts:53
 |
| 10/10/2007 10:20 |
|
Basically that parameter should be selected by the user. I want the parameter bar to be maximized if it is minimized. Can we do that? |
|
|
|
|
host
Posts:449
 |
| 10/10/2007 10:33 |
|
| Then don't pass it via the querystring, if you run the report and there is a parameter there for a combobox or something, the module default will show the parm bar and the drop down so a user can select the value they want. |
|
|
|
|
muniappan
Posts:53
 |
| 10/10/2007 10:45 |
|
If I am minimizing the parameter bar and selecting another report then, the parameter bar is not maximizing. So I am getting this error. I want to know how to maximize the parameter bar whenever the user user is selecting new report. Once I maximize it then, I can accept the parameter value from the user. Then I will not get this error. |
|
|
|
|
host
Posts:449
 |
| 10/11/2007 16:52 |
|
| Ok, I see now. the issue is that the querystring will still have your command to minimize the parameter bar in it, so what we'd need is an option to "clear parameters" when changing reports. Let me ponder how this would work and get back to you. We may be able to add it as an option in the next release. |
|
|
|
|
muniappan
Posts:53
 |
| 11/15/2007 11:16 |
|
Hi, have you find out, How to do this? Thanks |
|
|
|
|
host
Posts:449
 |
| 11/15/2007 12:18 |
|
| I believe so, we're about to start working on the next release of the reporting services, it should be included in that release we hope. |
|
|
|
|
muniappan
Posts:53
 |
| 11/15/2007 14:58 |
|
I am very sorry. Still you have not understood my problem. I am doing the following steps, 1. Opening and running the first report 2. Hiding the parameter bar. 3. Selecting another report from the drop down. 4. I am getting the error "The 'xyz' parameter is missing a value. I am getting this error because, I minimized the parameter bar when I am viewing the first report. After that when I am selecting the another report from the dropdown box to view, the parameter bar is in the same minimized state. I am not passing any querystring to minimize the parameter bar. |
|
|
|
|
host
Posts:449
 |
| 11/15/2007 20:48 |
|
| I am pretty sure we understand what you are saying. I guess the question hinges on, when you say in step 2, how are you "hiding the parameter bar?" Are you doing this by a parameter in the querystring? We are assuming the answer to this question is yes. Please confirm. |
|
|
|
|
muniappan
Posts:53
 |
| 11/16/2007 09:37 |
|
| I am hiding the parameter bar manually by hand. |
|
|
|
|
host
Posts:449
 |
| 11/16/2007 10:38 |
|
| In the module settings? |
|
|
|
|
muniappan
Posts:53
 |
| 11/16/2007 13:07 |
|
| no settings and all. I am just minimizing in the screen by hand. |
|
|
|
|
host
Posts:449
 |
| 11/16/2007 13:16 |
|
| Gotcha, we'll see what we can do. |
|
|
|
|
host
Posts:449
 |
| 11/20/2007 19:50 |
|
| Please download version 2.1 from the downloads section, this feature has been added to this version. |
|
|
|
|
muniappan
Posts:53
 |
| 11/29/2007 15:48 |
|
Thank you for your reply. I downloaded the demo version 2.1. Now the report is working fine. I need the full version of the SQL Server Reporting Services version 2.1. We already bought the version 2.0. I could not find your contact email. So I am sending this message in this forum. And also I want to know what are the details you need to send us the version 2.1. Please send me the reply to muniappank@gmail.com.
Our Company Address,
pcAmerica, One Blue Hill Plaza, Pearl River, NY. |
|
|
|
|
host
Posts:449
 |
| 11/29/2007 20:51 |
|
| You have now been granted access to the download section. |
|
|
|
|