Community Tip - Did you get an answer that solved your problem? Please mark it as an Accepted Solution so others with the same problem can find the answer easily. X
In our formats, we have the wight of the object using &weight[.1] to pull it from the parameters. Some parts weigh less than 0.1 lbs and so the note shows as 0.0. Can relations be used in a note to change the decimal places of the parameter?
If &weight < .1 then &weight[.2] else if &weight<.01 then &weight[.3] else &weight[.1]