LabWindows/CVI

cancel
Showing results for 
Search instead for 
Did you mean: 

Display of table values

Hi

I have a column in my table set to Numeric, the moment i insert a row, a 0 is bing displayed in the row at that column, i would like it to display nothing at all. Is this possible?

Cheers
AL
0 Kudos
Message 1 of 3
(3,050 Views)
If the default type for the cell is numeric, there is no way of hiding the "0". I can think of two different workaround to obtain this effect.

First, set the new cells as string to obtain an empty cell; you'll have to decide next how and when to change the cell type.

Another possibility is to set the text color to cell background color: again, you will need to change the text color in a certain moment.


Proud to use LW/CVI from 3.1 on.

My contributions to the Developer Community
________________________________________
If I have helped you, why not giving me a kudos?
Message 2 of 3
(3,047 Views)
Hi Roberto,

thanks for the help, i'll set the box to string then convert it back.

cheers
AL
0 Kudos
Message 3 of 3
(3,032 Views)