I am using Crystal 9 on a MSSQL 2000 db. I have written a stored procedure that uses @ to request parameter from report.
Now I need to add a new parameter to the stored procedure. So far the only way I have been able to get the report to update with the new parameter is to de-select the store procedure from the table list then re-add it.
This deletes all my references to the table in the report and they must all be re-added.
This is a pretty big and complex report, is there an easier way to add the new paramater?
Now I need to add a new parameter to the stored procedure. So far the only way I have been able to get the report to update with the new parameter is to de-select the store procedure from the table list then re-add it.
This deletes all my references to the table in the report and they must all be re-added.
This is a pretty big and complex report, is there an easier way to add the new paramater?