LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Specifically controlling the width of a table in an HTML report

I am generating an HTML report that consists of several detail tables
followed by a summary table at the end. Each detail table is
generated within a for loop. The summary table is generated
separately at the end. The detail tables all have the same column
width and same number of columns. However, I cannot get the summary
table to have the same column width even though it has the same number
of columns and the same column width setting.

Does anyone have any suggestions?

Thanks!
0 Kudos
Message 1 of 2
(2,602 Views)
Hi,

What VI are you using to create the tables using the for loop? What VI (Append Table to Report.vi?) are you using to create the table at the end?

If you are using the Append Table to Report.vi to create the tables in the for loop, can you change the width of the columns and see expected behavior?

Let me know, and I should be able to help you out further.

Travis H.
National Instruments
Travis H.
LabVIEW R&D
National Instruments
0 Kudos
Message 2 of 2
(2,602 Views)