Yes, in the CMC for this prompt I've set
Set to NULL value = checked (I've also tried this unchecked)
Clear the current parameter value = unchecked
Prompt the user = checked
Thanks for the quick response, TurkBear.
I'm using MSSQL 2000 and in my stored procedure I specify a null default for the input parameter, incase it doesn't get passed:
@promptname VARCHAR(20)= NULL,
also I handle an empty string ('') if that gets passed:
If @promptname = ''
SET...
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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.