I have a report in CE that accesses a stored procedure with multiple input parameters. When I try to run the report from eportfolio (activeX viewer), I am forced to enter a value for all NUMBER datatype parameters. However for STRING datatype params, I am not forced to enter a value, but anytime I don't enter a value for a string param datatype, I get the error message:
"The syntax of the value for prompt @promptname is incorrect near ''. Please correct the syntax and try again"
If I check the set value to null checkbox, or enter any character for the parameter value, I don't get the message, but I need a way to run the report whether or not a value is entered.
"The syntax of the value for prompt @promptname is incorrect near ''. Please correct the syntax and try again"
If I check the set value to null checkbox, or enter any character for the parameter value, I don't get the message, but I need a way to run the report whether or not a value is entered.