Hi All,
I have a field total amount which is a string type.
This I need to pass as a shared variable and add to other value .
So i changed the datatype to number like this .
But when I run the report I am getting error 'A string is non numeric'
shared numbervar tot:=tonumber({totamt.total_amount});
Please help