I'm currently using a basiclabel with numericformat = 0.00 and a valuescalefactor of 0.01. This will then format a value of 1234 from Modbus to display as 12.34
I tried changing the numericformat to "P", which should display percentage with 2 decimal places. It does this, but the valuescaleoffset does not seem to be applied- so it's showing 1234.00% in the basiclabel.