luvmy2kids
MIS
I am calling a stored procedure in Crystal and I have 2 parameters: @candidateid and @typeid.
I am setting @typed = -1 or typeid = @typeid in the code. I want to hardcode @typeid = 2 in Crystal so the user won't have to enter it when running the report. Currently I have @typeid = 2 in the Selection Formula-->Record. It is still asking for @typeid when launching the report. How can I set the value to 2 and not have the parameter show when running report.
Thanks,
I am setting @typed = -1 or typeid = @typeid in the code. I want to hardcode @typeid = 2 in Crystal so the user won't have to enter it when running the report. Currently I have @typeid = 2 in the Selection Formula-->Record. It is still asking for @typeid when launching the report. How can I set the value to 2 and not have the parameter show when running report.
Thanks,