Thank you again, before I posted I did look at the Function reference that's where I came up with the {0:5.2f} part. In the help details it says " See the template language and Python documentation for more examples." So I started searching for python formatting help. That's where I came up with the {0:.2f}.format.
Looking back at the doc. now it makes a lot more sense.
|