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
I have a hole table where I would like all the hole diameters and X/Y locations to be three decimal places (to pick up the tolerance block for 3 decimal places) and then have the B holes to have four decimal places (to have a different tolerance than the rest). Is there a way to do this with formatting the cells, or am I stuck manually editing the cells to add the extra decimal place.
The problem is that if I update the table, it blows away the fourth decimal place.
Thanks,
Dale
Hi Dale,
try adding the following to the value in a given cell, for 3 places add [.3] for 4 places add [.4] after values.
Hope this helps
John
I tried adding the [.4] after the value. As shown in the picture, I just got a [.4] after the value.
Is there something else?
Hi Dale,
it would appear i got this wrong, you can control the number of decimal places in the the way i describe for parameter values in a table, i just assumed the values in a hole table could be treated the same. Sorry for the confusion.
John