I have just had a peculiar output on a repeating panel row label. The data is populated from a Data Table (a number column saved to 2 decimals places as it is a dollar value).
When formatting the label it comes out as a decimal with a lot more than 2 decimal places (see image below)
.
The label is bound to "$"+str(self.item['foo'])

