Progress database with Crystal Reports 2008
I have a table where the key indexes are stored as text instead of numbers (which they are in every other table in the DB)
I need an SQL expression to speed up the conversion as the report often fails when there are a large number of transactions.
e.g transaction.client_number (text)
which I need to link to file.client_number (number)
I'm trying to use {fn CONVERT("transaction"."clinet_number"), xxxx}
but I don't know what to put for xxx and can't find a list anywhere.
Thanks
I have a table where the key indexes are stored as text instead of numbers (which they are in every other table in the DB)
I need an SQL expression to speed up the conversion as the report often fails when there are a large number of transactions.
e.g transaction.client_number (text)
which I need to link to file.client_number (number)
I'm trying to use {fn CONVERT("transaction"."clinet_number"), xxxx}
but I don't know what to put for xxx and can't find a list anywhere.
Thanks