|
|
|
Forum Newbie
      
Group: General Forum Members
Last Login: Friday, April 02, 2010 12:52 PM
Points: 7,
Visits: 46
|
|
| It's also created some issues. My boss now want to ensure we are validating user entered values. His fear "...what to prevent someone from entering a select * or delete statement". Fine. But the parameter is defiined as a varchar(4) so it will only pass the first 4 characters anyway.
|
|
|
|
|
Forum Newbie
      
Group: General Forum Members
Last Login: Monday, March 07, 2011 3:08 AM
Points: 1,
Visits: 3
|
|
Hi, This is working fine in the solution(i.e., rdl file when I preview) but not working from report server. It's throwing some error like : Error during processing of ‘ValidateDate’ report parameter. (rsReportParameterProcessingError) What can be done to solve this kind of issue?
Thanks Dorai Pandi.P
|
|
|
|
|
UDP Broadcaster
      
Group: General Forum Members
Last Login: Wednesday, May 15, 2013 8:20 AM
Points: 1,446,
Visits: 1,883
|
|
Given the level of angst on this topic, I wonder if perhaps using SSRS is really the right solution for a scenario with what amounts to a desire for "cascading" parameters (a parameter that depends on the value of another parameter, or for a rather complex mix of inputs, all requiring validation. Seems to me that kind of requirement is far more appropriate to a developed application than to a reporting scenario.
The idea behind reporting is to keep it simple, and 11 parameters, while possible, is way beyond simple. That's not to say SSRS can't do it, but I question any kind of "reporting" being labelled as reporting when there are that many parameters. How can one person really keep track of that many selections? Something is missing here...
Just my two cents...
Steve (aka sgmunson)
 
Steve (aka sgmunson)
   Weight Loss Tips
|
|
|
|
|
Forum Newbie
      
Group: General Forum Members
Last Login: Tuesday, April 16, 2013 10:32 AM
Points: 1,
Visits: 40
|
|
Hi there,
you said "In Available Values choose Non-Queried and from Default Values choose Non-Queried in right side of textbox then press the FX button then paste this code =CODE.CheckDate( .Value) "
Unfortunately, the option "Non-Queried" doesn't exist.
For Default Values, I have ticked the radio-Box for Specify Values, clicked on the Fx button and copied =CODE.CheckDate( .Value).
For Available Values, I'm not sure what to select, if I select "NONE", I received an error message about this newly created parameter: ".... BC30157 Leading '.' or '!' can only appear inside a 'with' statement" that is documented in this page http://msdn.microsoft.com/en-us/library/1f35a50w.aspx
What should be the set-up for "Available Value" ?
Thank you, AL
|
|
|
|