Hi,
I have an attribute named Quantity. I use the formatting below (backend data is teradata) to display the data with decimal:
ApplySimple(" cast(cast (#0 as decimal(12,3)) as char(12))", [item_required_amount])
From this formatting, it displays the data as follow: 1.000, .000, 1.123...