Hi,
Im using CrystalReports8.0 and I´m getting all the data I need for the report from a stored procedure.
The problem is that, one of the field needs to be converted so, in the stored procedure I do:
convert (char(10),cast (CON_CONTRATO.CON_DTFIMCON as datetime),103) as dataVenc
This expression is correct, because if I run it in query analyser it works fine. However, in CReports, when I´m trying to add this field to the report , the filed is not given to me as option
I still get only the CON_CONTRATO.CON_DTFIMCON (that will show me nothing).
Any ideas? It seems that CReports doesn´t like that we change something in the field of the sotred procedures
Thank you
Sergio Oliveira
Im using CrystalReports8.0 and I´m getting all the data I need for the report from a stored procedure.
The problem is that, one of the field needs to be converted so, in the stored procedure I do:
convert (char(10),cast (CON_CONTRATO.CON_DTFIMCON as datetime),103) as dataVenc
This expression is correct, because if I run it in query analyser it works fine. However, in CReports, when I´m trying to add this field to the report , the filed is not given to me as option
Any ideas? It seems that CReports doesn´t like that we change something in the field of the sotred procedures
Thank you
Sergio Oliveira