Community
Participate
Working Groups
Description: In the window "Edit data set", the display names of the input or output parameters should be consistent with the name defined in the data stored procedure Steps to reproduce: 1. create a report 2. set a data source and data set on the stored procedure 3. see the "Paramters" of the window "Edit data set" Actual results: the system named the parameters automatically.such as 'Param1','Param2' Expected results: the display names of the input or output parameters are consistent with the name defined in the data stored procedure
DtE will try to automatically generate parameter name when sql statement has ? mark according to its name in database, but sometimes in specific database this name can not be obtained, so DtE has to generate less meaningful name. We will see whether we can enhance it, if not, then cancel it.
This needs ODA API change to support returning real parameter name of data set, so postpone it to next version.
Depends on bug122194.
Now we have support named parameter.Fix it!
Verified and closed
Closed since verified.