LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Report Generation

Solved!
Go to solution

How can I update an open Excel report with a date in this format 10/04/2012.  When I try it, the date overwrites the previous date instead of going down to the next row.

 

 

0 Kudos
Message 1 of 12
(4,076 Views)

Looks like you have append new line set to false.  Set to True.

-------
Mark Ramsdale
-------
0 Kudos
Message 2 of 12
(4,061 Views)

I tried that I had the same result.

 

Thanks

0 Kudos
Message 3 of 12
(4,059 Views)

Hi,

 

Here is a snippet that appends lines to a report.

 

append lines.png

 

The PNG you provided doesn't explain how the report reference is generated and it only shows one "run" of data.  This snippit is generic loop.   If you can provide more detail this can be looked at.

 

mark

-------
Mark Ramsdale
-------
0 Kudos
Message 4 of 12
(4,054 Views)

Will this work in Excel too?

 

Brad

0 Kudos
Message 5 of 12
(4,049 Views)

Of course not, that would be to simple 🙂

 

let me see why it is over writing.  Smiley Happy

-------
Mark Ramsdale
-------
0 Kudos
Message 6 of 12
(4,045 Views)

Hi,

 

Here ya go.  I often have to build wrappers around the report VI's in order to mess with formatting and stuff.  In this case the Excel position.

 

append lines excel.png

 

Interestingly, the append no longer seems to matter with excel.

-------
Mark Ramsdale
-------
0 Kudos
Message 7 of 12
(4,042 Views)

Mark,

 

Pretty sure this changed when they rewrote the toolkit to use classes.

0 Kudos
Message 8 of 12
(4,032 Views)

I was wondering how to interact with the MS Office Parameters!

 

Thanks!

0 Kudos
Message 9 of 12
(4,031 Views)
Solution
Accepted by Brad_Henry

Works great!

 

Thanks for your help!

 

Brad

0 Kudos
Message 10 of 12
(4,016 Views)