Quote:
Originally Posted by BetterRed
You can probably get something that suits via the Format for numbers attribute
For ints and floats the custom column dialogue has a link to the official python formatting specs. I find it somewhat 'tl:dr'; this is good enough for me ==>> mkaz.tech – Python String Format Cookbook
BR
|
Thank you. Thank you. The link had what I needed.
The format is {:.2f} to add two decimal places.