How to show 0 after decimal point

I want to show 0 after a decimal point E.G. 3.00 using code but it just shows 3 in the label I am using the code on. Please help.

Please show your code and what have you tried.


this is my code for now

Hi @sean.lim11wt you can do this by
image
Increase the __ decimal places as per your convenience

thank you I will try that