10-01-2018 12:51 PM
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
10-01-2018 01:06 PM
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...
10-01-2018 01:21 PM
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"