LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How to append 1-D Array to report.....

Solved!
Go to solution

I want to append 1-D array to a report but when i use the append table to report's VI then it wants 2-D array to connect to it. But if i want to append 1-D Array to a standard report then i don't know how to do this.

 

Please help me in this regard...

 

Thanks

0 Kudos
Message 1 of 5
(3,330 Views)

can u post a pic of your vi ...

0 Kudos
Message 2 of 5
(3,310 Views)
Solution
Accepted by Waqar123

You could try this.

 

report 1D array.png

Hope this helps.


CLA CTAChampionI'm attending the GLA Summit!
Subscribe to the Test Automation user group: UK Test Automation Group
Message 3 of 5
(3,304 Views)

if you want 2d to 1d ...  the simple idea should be to use a replace array subset function and input the 2 D array and index only the row or coloumn..

1d to 2d --- can be done by build array funtion adn then use transpose function ..so that you have 2d arrays with 1 array of usefull info and the other array as dummy values...

0 Kudos
Message 4 of 5
(3,293 Views)

Thanks a lot to all of the friends who replied to my post. I actually got the idea from your replies and finally got it work according to my requirement.

 

Thanks again.

 

Regards

 

WAQAR

0 Kudos
Message 5 of 5
(3,275 Views)