Forum Discussion
Anonymous
6 years agoNot applicable
Substring from an exited column
I hav a colum productName, how can I add new column Prodcutnew wich I do a substring from position4? For example PoductName: 01-Auto I need to dispaly Auto
Anonymous
6 years agoNot applicable
How can I put "10" total number of caracter? because I don't have the same total number of caracter for each product.
ibarrau
6 years agoSuper User
Consider adding the max number of chars that can be found on the column. If the column has less it won't matter because it will find the first, let's say 2, and extract the value. The 10 was an example.
Regards,