Hello, I'm having a little trouble creating a drop down list of parameters for the user to select when loading the report. The report's data source is a stored procedure. Here is the steps i have done:
1) Entered name of parameter
2) Type = String
3) List of Values = Static
4) Value Field = Employee_Name (from stored procedure)
5) Description Field = Employee-Name (from stored procedure)
7) Selected "Actions"
8) Selected "Append all data"
9) Entered database login/password
The below error shows up:
The table 'XNI_SUD_HRPY_ARCHIVE.dbo.stpGetEmployeeDeductionLedgerInfo;1' could not be found. Error in File UNKNOWN.RPT: The table could not be found. (rptcontrollers.dll)
Does anyone know what i'm doing wrong?
Thanks,
Jason
1) Entered name of parameter
2) Type = String
3) List of Values = Static
4) Value Field = Employee_Name (from stored procedure)
5) Description Field = Employee-Name (from stored procedure)
7) Selected "Actions"
8) Selected "Append all data"
9) Entered database login/password
The below error shows up:
The table 'XNI_SUD_HRPY_ARCHIVE.dbo.stpGetEmployeeDeductionLedgerInfo;1' could not be found. Error in File UNKNOWN.RPT: The table could not be found. (rptcontrollers.dll)
Does anyone know what i'm doing wrong?
Thanks,
Jason