LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Facing a problem in creating a report in to Excel File.

Hi
I want to create a excel sheet which contains 3 coloums whose inputs are 2 integers and 1 float.
I tried to convert these inputs in to 2D Array through build array. But the build array is not giving
the 2D array as output which i want to transpose.
Thanks in Advance
Rohit
0 Kudos
Message 1 of 4
(2,263 Views)
Hi Rohit:

As arrays group data of the same type, you can't have an array of two INT and one DBL.

You may need a second Build into array to get the 2D array you want, but it will be DBL 2D Array.
Aitortxo.
0 Kudos
Message 2 of 4
(2,259 Views)
Thanks Aitortxo.
Plz tell me one thing how to append in to a file because it is always overwriting the previous value.....
Regards
Rohit
0 Kudos
Message 3 of 4
(2,242 Views)
Hi Rohit:

If you are using Report Generation Toolkit, every function that inserts data has a START input (Excel Easy Table, for example), where you specify the leftmost top cell of your insertion point.

You should set this value conveniently

Hope it helps,
Aitortxo.
0 Kudos
Message 4 of 4
(2,233 Views)