Hi,
Crystal 8.5, sql server 7.0, windows xp
when exporting to record style format(column no spaces), one of our formula fields, a date, is being truncated in some records but not all.
here is the formula below:
mid({@CDateSVC},7,4)+mid({@CDateSVC},1,2)+mid({@CDateSVC},4,2) which should output -> 20060131 but some of the output for this field looks like this 0023/0/
@CDateSVC is a field from the database and is a date as follows: 01/31/2006
We have already applied sp3 for 8.5
Any suggestions would be appreciated. Thanks.
Crystal 8.5, sql server 7.0, windows xp
when exporting to record style format(column no spaces), one of our formula fields, a date, is being truncated in some records but not all.
here is the formula below:
mid({@CDateSVC},7,4)+mid({@CDateSVC},1,2)+mid({@CDateSVC},4,2) which should output -> 20060131 but some of the output for this field looks like this 0023/0/
@CDateSVC is a field from the database and is a date as follows: 01/31/2006
We have already applied sp3 for 8.5
Any suggestions would be appreciated. Thanks.