Hello Everyone,
I have a crystal report which is using the sql server stored procedure as a datasource. In the stored procedure I have 3 parameters,One of the parameter is called @Country.
When I try to make this @Country parameter dynamic I am getting the error as
Fail to get values
The table could not be found
Error sourcerompt.dll Error Code: 0x8004380D
Is it like I cannot use dynamic parameter if the datasource is the stored procedure because it's working fine if I change the datasource to a database table.
I am using crystal reports XI R2.
Please help.
Thanks in advance
I have a crystal report which is using the sql server stored procedure as a datasource. In the stored procedure I have 3 parameters,One of the parameter is called @Country.
When I try to make this @Country parameter dynamic I am getting the error as
Fail to get values
The table could not be found
Error sourcerompt.dll Error Code: 0x8004380D
Is it like I cannot use dynamic parameter if the datasource is the stored procedure because it's working fine if I change the datasource to a database table.
I am using crystal reports XI R2.
Please help.
Thanks in advance