LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Create multiple graphs in single spreadsheet with report generation toolkit

Is it possible to create multiple graphs with different data on a single xlsx file, with report generation toolkit?
If this is possible, can someone please tell me how?
Thanks in advance!
0 Kudos
Message 1 of 3
(2,825 Views)

Hello!

 

Here you go 🙂

 

Marcin

              

Think Dataflow - blog.mtapp.tech
0 Kudos
Message 2 of 3
(2,815 Views)

As mtwar's code shows, all you need to do to create multiple graphs and put them on a single Excel Worksheet is ... to create multiple graphs and put them on a single Excel Worksheet.  Of course, they'll be "on top of" each other (as you'd see if you ran the demo code), which might not be precisely what you want.

 

When putting tabular information into Excel, Easy Table gives you the Row/Column coordinates of the "next area", either to the right of the previous block or below it (depending on whether you want to save across or down the Worksheet).  The Graph almost gives you the same thing -- you can specify the Size (in "units", either cm or inches) and the upper left corner (in row/column indices).  So when I ran the demo and found both graphs were roughly 20 rows tall and 6 columns wide, I moved the second graph over by six columns and the two now appear side-by-side.  Of course, you can position them anywhere you want.

 

Here's my revised demo.  I created Constants for the Position/Size input, and you can see that I changed the second Graph to be at Row 0 Column 6 (or G1).

Multiple Graphs.png

Bob Schor

0 Kudos
Message 3 of 3
(2,793 Views)