I am building a CRXI report against a stored procedure on a sql2k db.
The stored procedure is quite simple, and has three input parameters. I want to build a dynamic list for the user to pick from to satisfy one of the parameters, but I cannot find a way to accomplish this.
I need the parameter to do a simple lookup on a database table, so the end user can select a provider name, and the parameter will pass the corresponding ID to the report.
I suspect this is quite simple, and I have just missed something. Thanks in advance for the help.
The stored procedure is quite simple, and has three input parameters. I want to build a dynamic list for the user to pick from to satisfy one of the parameters, but I cannot find a way to accomplish this.
I need the parameter to do a simple lookup on a database table, so the end user can select a provider name, and the parameter will pass the corresponding ID to the report.
I suspect this is quite simple, and I have just missed something. Thanks in advance for the help.