How to change length to 2 decimal places?
In the latest dev QGIS version there is a new round function which you can use to control the number of decimal places:
round($length,3)
Result: 1.10228762876525 -> 1.102
You need to save the file, before the changes to precision are fully displayed.