Remove trailing zeros from hole table

Remove trailing zeros from hole table

nedeljko.sovljanski
Advocate Advocate
346 Views
6 Replies
Message 1 of 7

Remove trailing zeros from hole table

nedeljko.sovljanski
Advocate
Advocate

Hi,

 

Does anybody know how to remove trailing zeros from hole table column?

0 Likes
347 Views
6 Replies
Replies (6)
Message 2 of 7

nelsoncagudelo
Enthusiast
Enthusiast

Greetings, can you upload a capture of the table you have please

0 Likes
Message 3 of 7

nedeljko.sovljanski
Advocate
Advocate

Hello @nelsoncagudelo , here is table

nedeljkosovljanski_0-1658388203904.png

 

0 Likes
Message 4 of 7

nelsoncagudelo
Enthusiast
Enthusiast

great day @nedeljko.sovljanski 
, I attach

 
tell me how it went with the answers
 
 
 
 
 
 
 
 
 
 
 
 
0 Likes
Message 5 of 7

GosponZ
Collaborator
Collaborator

That solution round off dimension to ceiling. Unless is critical may work but i wouldn't bet.

 

Nedeljko pozdrav.

Message 6 of 7

nedeljko.sovljanski
Advocate
Advocate

Hi @nelsoncagudelo ,

 

As @GosponZ mentioned that is risky solution. If I have dimension 13.5 with precision 0 it will be 14 and with precision 0.0 I will have trailing one zero. This property exists in DimensionStyle so it could be public in HoleTableStyle also, but it is not for some reason.

0 Likes
Message 7 of 7

theo.bot
Collaborator
Collaborator

@nedeljko.sovljanski 

 

There are two locations to set the trailing zero depending on the column type:

 

If you use the description column, what is a Text column the options for leading and training zero's are not enabled.

theobot_2-1658486742701.png

The formating is defined in a dimension style, that is define in the object default style under "Hole Tag".

theobot_0-1658486577047.png

theobot_3-1658486874703.png

 

For other columns of the Type Number you can set the training or leading zero's in the format column options

theobot_5-1658487001112.png

theobot_6-1658487041885.png

 

 

 

 

 

0 Likes