10-05-2012 07:59 AM
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.
Solved! Go to Solution.
10-05-2012 09:17 AM
Looks like you have append new line set to false. Set to True.
10-05-2012 09:31 AM
I tried that I had the same result.
Thanks
10-05-2012 09:41 AM - edited 10-05-2012 09:43 AM
Hi,
Here is a snippet that appends lines to a report.
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
10-05-2012 09:46 AM
Will this work in Excel too?
Brad
10-05-2012 09:50 AM
Of course not, that would be to simple 🙂
let me see why it is over writing.
10-05-2012 09:53 AM - edited 10-05-2012 09:56 AM
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.
Interestingly, the append no longer seems to matter with excel.
10-05-2012 10:05 AM
Mark,
Pretty sure this changed when they rewrote the toolkit to use classes.
10-05-2012 10:05 AM
I was wondering how to interact with the MS Office Parameters!
Thanks!
10-05-2012 11:29 AM
Works great!
Thanks for your help!
Brad