Hi all
I need to trim a column which has a number from 11 digits to 10 digits .
I tried converting it to string first using the "Tostring" function . (I created a new column to do this )
Post that the "Metadata" showed the type to be V_String .
The new column I created above which did show the format to be V_string , I used that for the trim function but it gave me an error
Parse error at char (0) : Type mismatch. Number provided where a string is required .
otherwise is there some way to trim a number ?
can you please suggest what should I do ?
thanks