June 13, 2006 at 1:36 pm
Hey Guys,
I've got two parameters on a report, which are not dependent upon one another, yet when I change one, the report refreshes, and I'm left with a blank screen. How can I force these two parameters to be independent of one another?
Thanks - Dan
June 14, 2006 at 5:24 am
I have a similar problem of a report firing off before all the parameters have been filled in and then complaining (rsParameterError) that some of them aren't filled in! It only occurs for some users however; others can fill in all the parameters without a problem.
September 26, 2006 at 2:54 pm
I have a similar problem with cascading parameters in reporting services (not a problem with params that aren't cascading). If the user selects an option from from a cascading parameter dropdown, it seems like the postback/refresh clears the report, even if the user hasn't pressed the View Report button yet. They want to be able to view the current report while selecting new lookup values. All my param lookups are populated thru sql queries. Is there any way to disable the refresh of the report from the lookups? We don't want to have to access/display the params outside of the reports (we are accessing/displaying them thru the url), the whole reason for trying reporting services was to simplify the reporting process. Any suggestions? Thanx
September 26, 2006 at 4:54 pm
This is only a work around, but you could create a "dummy" parameter that isn't used in any of your queries and don't give it a default value.
I haven't tried it but logically it should work, i think.
Well, I don't really know...LOL...just a thought.
______________________________________________________________________
Personal Motto: Why push the envelope when you can just open it?
If you follow the direction given HERE[/url] you'll likely increase the number and quality of responses you get to your question.
Jason L. SelburgViewing 4 posts - 1 through 3 (of 3 total)
You must be logged in to reply to this topic. Login to reply