I am a Crystal newbie,
In Formula workshop Crystal XI can I convert a string coming from a SQL database to a number?
For reasons beyond my control the field must be a string in the SQL database but only contains numbers.
I tried this, and every other sort of term for number I could think of, like Int, Num etc
{fn CONVERT("RecipeIngredients"."Scale",<smallint> )}
no luck.
can CONVERT do this?
If not Is there another way?
thanks
mark
In Formula workshop Crystal XI can I convert a string coming from a SQL database to a number?
For reasons beyond my control the field must be a string in the SQL database but only contains numbers.
I tried this, and every other sort of term for number I could think of, like Int, Num etc
{fn CONVERT("RecipeIngredients"."Scale",<smallint> )}
no luck.
can CONVERT do this?
If not Is there another way?
thanks
mark