I have many variables which are of type string but contain in fact numbers. In QGIS you can convert those strings to numbers by creating a new variable with the wanted numeric type (e.g. integer or real etc) and then just update the attribute using the Field Calculator as shown in the image (the variable 'PL1D_r' is an empty attribute of type 'real', the variable 'PL1D_str' is of type string).
However, this always requires to first create a new additional variable. So you always end up with two variables, for each variable you want to convert.
Is there a way to do this for multiple attributes 'in place', so really 'transform' the relevant string-variable to a numeric data type within QGIS?
