[GIS] “No Root Node! Parsing Failed?” error when re-coding some text using QGIS Field Calculator

attribute-tableerrorqgistext;

I am attempting to re-code some text data in the attribute table using the QGIS Field Calculator tool, but I keep getting an error message:

An Error occured while evaluating the calculation string: "No Root
Node! Parsing Failed?

I am using the expressions bar, this is happening while in editing mode.

No Root Node! Parsing Failed?

Best Answer

It is necessary to enclose the string value you wish to calculate in single quotes like this: 'SAMPLE TEXT'

Related Question