DIAdem

cancel
Showing results for 
Search instead for 
Did you mean: 

How to assign value to specifically 2D table cell in DIAdem?

Assume the 2D table dimension is 4*5, and I want to write value to (2,3) of the table cell and don't change the values in other cells. How should I do?
 
Another question:
How to hide the heading of a 2D table?
 
Thanks for any reply!
 
YangAfreet
0 Kudos
Message 1 of 2
(2,916 Views)

Hi YangAfreet,

All tables in DIAdem VIEW and REPORT display the values in specific Channels in the Data Portal (or in rare cases the values of a global array variable).  So if you want to change the value of a particular cell in your table, you need to change the value of that particular cell in the data channel being displayed in that table column.  This you can do with the ChV() function in a VBScript, or you can change that value interactively in a VIEW table.

Of course, if you're talking about a table in a SUDialog, then there is a way to address and edit individual table cells, but my guess is that this is not the sort of table you're talking about.

Brad Turpin
DIAdem Product Support Engineer
National Instruments

Message 2 of 2
(2,903 Views)