I have a report with a Parameter Field @LimitbyUserID
Type is Boolean
Value(s) are True, False
Prompt with Description Only is False
Default Value is True
Exclusive Group is False
When I run the report, it's not being passed correctly because
Go in Database/Show SQL Query and it shows
{CALL DYNS.dbo.SVC_SPROCExtract;1(NULL)}
SVC_SPROCExtract is the name of the sproc
However, the Parameter Field on the report does show True|False.
Run SVC_SPROCExtract true|false in Query Analyzer and it works ok so I'm assuming nothing is wrong on that end. Variable '@LimitbyUserID' in the sproc is declared as a bit. Could this be the problem?
Why does the Parameter Field show True|False on the report 'Show SQL Query' lists it as NULL?
I'm using CR 11
thanks
Jim
Type is Boolean
Value(s) are True, False
Prompt with Description Only is False
Default Value is True
Exclusive Group is False
When I run the report, it's not being passed correctly because
Go in Database/Show SQL Query and it shows
{CALL DYNS.dbo.SVC_SPROCExtract;1(NULL)}
SVC_SPROCExtract is the name of the sproc
However, the Parameter Field on the report does show True|False.
Run SVC_SPROCExtract true|false in Query Analyzer and it works ok so I'm assuming nothing is wrong on that end. Variable '@LimitbyUserID' in the sproc is declared as a bit. Could this be the problem?
Why does the Parameter Field show True|False on the report 'Show SQL Query' lists it as NULL?
I'm using CR 11
thanks
Jim