Conversion Issue

hi,

i’m trying to get the thickness of wall layers in my schedule by using the graph attached.
the numbers are in feet so i have to convert them to inches,
first problem is that the numbers are not round and i see up to 6 decimals which i only need it to be 1 decimal,
the other problem is that i want to see the inch symbol next to it, like 0.5"

i’d appreciate any help.
Wall Layers.dyn (13.3 KB)

ok, i somehow figured it out, but all the zero are null now, any suggestions?

Use Math.Round to actually round the numbers to a precision.

2 Likes