Hi all,
My database field "Invoice_No" is a string (Varchar2 ).
I want to convert this string to number.
My Select Expert formula is :
{Table.Invoice_no} = {Invoice#}
How can I correctly use the TONUMBER function here?
I tried using {Table.Invoice_no} = TONUMBER({Invoice#}), also TONUMBER({Table.Invoice_no}) = TONUMBER({Invoice#})
but got the error " A string is required here"
What am I doing wrong?
Thanks,
Mulema.
My database field "Invoice_No" is a string (Varchar2 ).
I want to convert this string to number.
My Select Expert formula is :
{Table.Invoice_no} = {Invoice#}
How can I correctly use the TONUMBER function here?
I tried using {Table.Invoice_no} = TONUMBER({Invoice#}), also TONUMBER({Table.Invoice_no}) = TONUMBER({Invoice#})
but got the error " A string is required here"
What am I doing wrong?
Thanks,
Mulema.