Clownkiller
Technical User
Hi - I hope there is someone that will be able to help with my odd little situation with SQL2008 and Crystal Reports 10.
I have a stored procedure that returns a whole bunch of columns when run in SQL, and I am happy that it is working fine.
However...when Crystal Reports is set to use this procedure, it is only giving me the one column from the dataset.
The background is this is a customers statement report which was working fine, they then decided they needed to produce the statement using a different set of parameters, which required us to change the underlying procedure. The dataset should remain the same as the temporary table being used to produce the dataset has not been changed, the only difference are the parameters and a bit of code elsewhere in the procedure to change the criteria in the select statements.
When I use the set location in Crystal it brings up the mapping screen and only gives me one available column to map to - despite me unticking the 'Map Type' box. It would appear that Crystal thinks there is literally one column in the dataset.
Confused!!
I have a stored procedure that returns a whole bunch of columns when run in SQL, and I am happy that it is working fine.
However...when Crystal Reports is set to use this procedure, it is only giving me the one column from the dataset.
The background is this is a customers statement report which was working fine, they then decided they needed to produce the statement using a different set of parameters, which required us to change the underlying procedure. The dataset should remain the same as the temporary table being used to produce the dataset has not been changed, the only difference are the parameters and a bit of code elsewhere in the procedure to change the criteria in the select statements.
When I use the set location in Crystal it brings up the mapping screen and only gives me one available column to map to - despite me unticking the 'Map Type' box. It would appear that Crystal thinks there is literally one column in the dataset.
Confused!!