HI All,
for some odd reason that i cannot figure out, my sql expression field options are disabled on my crystal report 12 application.
Does anyone know the cause of this? i can create new fields fine with all the other categories.
and just so happens, creating a sql expression field is the last thing i need to complete this report.
Once upon a time, i was able to create SQL ex fields... the field has the following code.
i tried converting this to a formula field, but i dont know the syntax for adding a carriage return with crystal syntax.
so if anyone knows how to convert this statement to formula field... it will be good for a workaround, but i'd still much prefer to "unlock" my sql expression field.
thanks
for some odd reason that i cannot figure out, my sql expression field options are disabled on my crystal report 12 application.
Does anyone know the cause of this? i can create new fields fine with all the other categories.
and just so happens, creating a sql expression field is the last thing i need to complete this report.
Once upon a time, i was able to create SQL ex fields... the field has the following code.
Code:
{Q.Vendor Number} & iif(len({Q.Vendor Number})> 0,chr(13),"")
& {Q.ADDRESS1} & iif(len({Q.ADDRESS1})>0,chr(13),"")
& {Q.ADDRESS2} & iif(len({Q.ADDRESS2})>0,chr(13),"")
& {Q.ADDRESS3} & iif(len({Q.ADDRESS3})>0,chr(13),"")
& {Q.CITY} & ", " & {Q.STATE} & " " & {Q.ZIP} & " " & {Q.COUNTRY}
i tried converting this to a formula field, but i dont know the syntax for adding a carriage return with crystal syntax.
so if anyone knows how to convert this statement to formula field... it will be good for a workaround, but i'd still much prefer to "unlock" my sql expression field.
thanks