Currently, we are storing cost in our system in a real number with units attribute. (this attribute type is needed to interact with Windchill Product Analytics)
When the cost is displayed to the user, value is rounded to the nearest cent and displayed in the following format $X.XX
For example, if we have a cost of $0.004, it would display at $0.00
if we have a cost of $0.005, it would display at $0.01
Does anyone know of a way to bypass/disable/fix this 'feature'?
Business Case- almost all of our electrical components are less than $0.01, and rounding these components prevents our users from being able to tell if a component is expensive or inexpensive.