LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How to control digits of precision

How can I control digits of precision for each individual column in a table?

I know how to set the precision or significant figures for the entire table, but I don't know if it's possible to control individual columns within the table.

 

Thanks

0 Kudos
Message 1 of 3
(2,450 Views)

I don't think you can do it for each column, but you can make the table entries characters and use format character or make it all numbers and format number...

0 Kudos
Message 2 of 3
(2,436 Views)

A table is just a 2D string array underneath, so I assume you are converting numeric data to strings. You can convert your data one column at a time and pick the precision for each column using "Number to Fractional String"

 

table control.PNG

0 Kudos
Message 3 of 3
(2,431 Views)