Excel Graph Legend Formatting - Report Generation Tool

Hi all,
I'm currently using the Report Generation Tool for Labview '11 and cannot seem to figure out how to edit the font properties for a graph's legend. Attached is a screenshot of an example output.
The Excel Graph Font.vi's Help file says that it should be able to modify the legend, yet I can't seem to figure out how to configure it to do so. If anyone can walk me through the steps or tell me what I am missing, I'd greatly appreciate it.
Solved!
Go to Solution.
Attachments:
excelLegend.png ‏33 KB

ChaoyD wrote:
Hello again,
It seems my team has decided to change direction and use Word instead of Excel. As such, I've been attempting to convert the VI ben64 provided, but I'm stuck on the ActiveX references... I've attached what I've done so far, but could someone help me (or instruct me) on making this VI work with Word?
Thanks.
The Word object model is probably the most complicated of the Office suite and you are loosing the calculation ability of Excel.
 Attached is a vi to format the chart legend in a Word document.
Ben64
Attachments:
Word Format Graph Legend.vi ‏26 KB

Similar Messages

  • Excel Graphs using Office Report Generation

    I'm using Office Report Generation and I would like to add a grpah to my excel spreadsheet using existing excel spread sheet data. 
    Right now the only way I can add a grpah is to load the data into labview and create a graph in a 2d array.  However that way the graph has no linkage to the data in the exc el spreadsheet.  I can't use a template to create the graph then load the data because different results require different methods.  However if I could modify an existing graph within labview I could use the template but I can't index a now labview created graph.
    Can anyone suggest anything?

    Hello,
    Thanks for posting to the NI Discussion Forums!  I think you might
    be right, and there might not be a conventional way to create your
    graph from the Report Toolkit (after all this is designed more to
    create a report from known and unchanging data that you can move to
    excel for demo purposes).  There might be some other ways to do
    this.
    My first recommendation if you would like to stick with the Report Gen.
    VIs, you can design an Excel Macro to generate a graph from the
    spreadsheet.  LabVIEW can execute the Excel Macro through the
    Report VIs (see the Report Generation->Excel Specific->Excel
    Advanced->Excel Macros palette).  There are some good examples
    and documentation out there about calling Excel Macros:
    http://venus.ni.com/stage/we/niepd_web_display.DIS​PLAY_EPD4?p_answer=&p_guid=B45EACE3DD2F56A4E034080​020E74861&p_node=DZ53040&p_rank=&p_source=Internal​&p_submitted=N
    http://venus.ni.com/stage/we/niepd_web_display.DIS​PLAY_EPD4?p_answer=&p_guid=B45EACE3D9D856A4E034080​020E74861&p_node=DZ53003&p_rank=&p_source=Internal​&p_submitted=N
    http://venus.ni.com/stage/we/niepd_web_display.DIS​PLAY_EPD4?p_answer=&p_guid=B45EACE3DC6D56A4E034080​020E74861&p_node=DZ53003&p_rank=&p_source=Internal​&p_submitted=N
    http://zone.ni.com/reference/en-XX/manuals/323805A​-01/RepGenUG_07/
    If you do not want to use the macros, you might have more luck using
    ActiveX, or other means in which to interface with Excel than are
    provided in the Report Generation Toolkit.  There are countless
    examples and discussions about Excel, LabVIEW and ActiveX so I won't
    spend too much time here on it, but if you think you might want to use
    this as an option, let us know and I can see about finding some
    examples on it for you.
    Hopefully this helps!  Please let us know how things go.
    Travis M
    LabVIEW R&D
    National Instruments

  • Pareto Chart using Report Generation Tool kit

    Hi,
    Please help me to get clarification for the following:
    I need to log data into MS Excel Report and generate Pareto Chart using LabVIEW for the Logged data.
    I have Report Generation Tool kit. but i couldnt find the an option to generate Pareto chart with it.
    Thanks,
    Thirumala.

    One way is to Create a Excel template in the predefined format with the rows/colums linked for the Chart.
    Use this template with report generation toolkit to populate data in the predefined cells.Based on that the chart will be automatically updated.

  • Are report generation tools exclusively text-based?

    Hi,
    I'm using LabView 5.1.1, and have just explored the new (to me) report
    generation tools. Handy though they are (I added the facility to print
    results from my project in a nicely formatted report in just a couple of
    hours) it strikes me that it would be even better if I could add bitmaps
    to the report. This would let me add pretty logos, but obviously we
    could do far more using LabView pictures/graphs etc.
    There is no reference in the documentation or on the NI web site as far
    as I can tell, but I can't be the first programmer wanting to do this.
    Any hacks out there?
    Best wishes to you all,
    Allan Green
    Medical Physics and Clinical Engineering,
    Queen Elizabeth Hospital Edgbaston Birmingha
    m UK
    ==================================================================
    My views and opinions are seldom that of the institution for which
    I work. I take that to be a healthy sign.
    ==================================================================

    I too have tried to use the report functions. They work fine for text only.
    In the end I ended up scraping the idea and simply configured a vi (which i
    called report.vi) to print at completion. I set the vi up with tables and
    bitmaps the way i wanted it and called it as a sub vi (passing the data i
    wanted printed to it) whenever i wanted a report printed.
    It works really well. The only problem is that it must always be strictly
    to a given format as defined in your vi.
    I suppose you could hide some controls using attribute nodes (and maybe
    enable others) if you didn't want them printed.
    Cheers
    John
    Reinis Kanders wrote in message
    news:[email protected]...
    > On windows I have had success with using HiQ for report generation. I
    > would manually create a template for a
    > particular project, then send data using LV VI's to that template then
    save
    > it with different name or just print it.
    > Using HiQ (free with LV 5.1) I was able to have pictures, graphs, you name
    > it. Also since HiQ gets the actual data, then by saving HiQ file you do
    > data logging as well, those HiQ reports can also be stored in database.
    > I found HiQ approach to be more flexible than NI report generator,
    only
    > drawback is that it is not cross-platform portable. For cross-platform
    > report generation I have been looking into some sort of XML based
    approach.
    >
    > Hope it helps,
    >
    > Reinis Kanders
    >
    > "Allan Green" wrote in message
    > [email protected]...
    > > Hi,
    > >
    > > I'm using LabView 5.1.1, and have just explored the new (to me) report
    > > generation tools. Handy though they are (I added the facility to print
    > > results from my project in a nicely formatted report in just a couple of
    > > hours) it strikes me that it would be even better if I could add bitmaps
    > > to the report. This would let me add pretty logos, but obviously we
    > > could do far more using LabView pictures/graphs etc.
    > >
    > > There is no reference in the documentation or on the NI web site as far
    > > as I can tell, but I can't be the first programmer wanting to do this.
    > > Any hacks out there?
    > >
    > > Best wishes to you all,
    > >
    > > Allan Green
    > > Medical Physics and Clinical Engineering,
    > > Queen Elizabeth Hospital Edgbaston Birmingham UK
    > >
    > > ==================================================================
    > > My views and opinions are seldom that of the institution for which
    > > I work. I take that to be a healthy sign.
    > > ==================================================================
    > >
    > >
    >
    >
    >
    >
    > -----= Posted via Newsfeeds.Com, Uncensored Usenet News =-----
    > http://www.newsfeeds.com - The #1 Newsgroup Service in the World!
    > -----== Over 80,000 Newsgroups - 16 Different Servers! =-----

  • Report generation tool kit not printing

    I had the report generation tool kit version 1.01 for some time but never used it. I was comfortable with printing front panel vi 's.
    But now I installed it on my computer with a windows 2000 and LabView 6.02 .
    I created an application (executable) that will print (using the report
    genartion tool kit). The application works fine in my development computer
    (win 2000).
    When I installed it on another computer with a win 2000, it prints as
    expected
    but when I try to exit I get a message from windows that the application is not responding (I have to go to task manager and terminate the application).
    Both computers have word and Excell installed
    I installed the application on a third computer (win 2000), but this com
    puter does not have word or excell installed. The application does not print the
    portion of the software that uses the report generation tool kit, but it can print the front panel of vi's (set to print an end of excution).
    In all 3 computers, I have runtime engine 6.02 installed. My vi is simply
    the example vi ""Sample test report.vi"", but customized to my application, printing standard report.
    What is happening ?

    Based on what you sent, the version of Excel and Windows that are being used is a non issue since none of the code makes any calls to either one. They all refer to the older version of the report generation VIs that use NI's proprietary report generator.
    I can think of two explainations. First, you aren't using what you think you are. Second, NI retained the same VI names when they went to the Word/Excel version of the generator, and I am linked into the old version.
    Mike...
    Certified Professional Instructor
    Certified LabVIEW Architect
    LabVIEW Champion
    "... after all, He's not a tame lion..."
    Be thinking ahead and mark your dance card for NI Week 2015 now: TS 6139 - Object Oriented First Steps

  • Report Generation Tool Kit

    Hi,
    I have LabView7.1 and Labview8.0 installed in my pc.Recently i installed Report generation tool kit(version 1.0.1.0)
    In the functions palette i couldnt able to see the Excel Specific VI sub palette and Word Specific VI sub palette.
    Can u tell me what is the problem
    Regards
    Meenatchi

    You can not see it in either version?  Or has it been installed to the wrong version?  There has been postings on this board regarding how to get it to install to multiple versions.  I have not found tha to work.  I go in a 'manually' copy the VIs from add-ons, examples, and help to the latest version of LabVIEW that I have.  But if you look here you should find the help you need.
    Paul <--Always Learning!!!
    sense and simplicity.
    Browse my sample VIs?

  • Report generation tool kit for vista

    Where can we get report generation tool kit software(for vista Operating system) link .one of my friend has given me that software.He said he had got it from internet.can anyone give me the link so that I can download report generation toolkit software (for vista)
    Thanks
    kiranmayi

    Hi Kiranmayi,
    You can download Report generation toolkit from the following weblink:
    https://lumen.ni.com/nicif/us/evaltlktrepgen/content.xhtml
    or you can send a mail to [email protected] stating your full address and your requirement and we can send you  evaluation DVD for free.
    Thanx
    Gaurav

  • How to import pictures into excel sheet without using report generation

    Dear Friends
    I want to know how to import the picture or picture file into excel sheet without using report generation..
    kindly come up with any suggestions or example code
    Regards
    Karthick
    Solved!
    Go to Solution.

    Thank you Rajesh 
    i am going through that vi
    Rajesh Nair wrote:
    Please go through below link
    http://zone.ni.com/devzone/cda/epd/p/id/3638
    Eventhough one subVI is missing i think it will be usefull for you.
    Regards
    Rajesh R.Nair
    Rajesh Nair wrote:
    Please go through below link

  • Problem with the number format in the graph axis with Report Generation Toolkit.

    Hi!
    I'm trying to use the Report Generation Toolkit to plot some graphs in Excel.
    My first problem is that I don't know how to configure the number format in the Excel Set Graph Font.vi so that my numbers are correctly displayed in the graph's axis. The only given option is general (0,0) but this is not enough for me, my numbers can get really small so I need engineering notation or fraccional format.
    Second: I also insert a table with the graph source data, but the numbers are not correctly displayed either: for example: 
    0,75 is shown as: 
    0,750000
    but 1,25  is shown as: 
    1!250!000
    My guess is I am making to much or wrong string to number conversions or Excel is getting it wrong but I can't find my way...
    Can someone help me with this?
    Thanks,
    Isabel

    Here is my VI, it's just a trial so it can look messy...
    Thanks,
    Isabel
    Message Edited by Isa_pm on 01-22-2007 01:12 PM
    Attachments:
    Create report.vi ‏96 KB

  • I have problem with running excel macro in report generation tool kit

    I am trying to use Excel Run Macro.vi but run into a problem: Exception occured in Microsoft Excel, The macro 'personal.xls!Macro1' cannot be found.. Help Path is C:\Program Files\Microsoft Office\Office\1033\xlmain9.chm and context 0 in Excel Run Macro.vi->example.vi
    Also I tried to save the macro under the file that is active and I get the same results.
    I saved the macro as *.bas file and ran it using Excel Import Module and did not see any erreos and it did not do anything.
    Where a re some god examples that use the excel marco feature using the new report generation vis?

    masoud,
    Try this example out and let me know if you have any more questions. Also, this is in LabVIEW 6.1 format. If you need it in a different format, please let me know.
    Randy Hoskin
    Applications Engineer
    National Instruments
    http://www.ni.com/ask
    Attachments:
    Module1.bas ‏1 KB
    TestAddMacro.vi ‏34 KB

  • Report Generation tool kit for MS office (Opening an existing excel file and appending to the bottom)

    I don't have any problems creating and filling an excel sheet with data. I use the New Report.vi, Easy Title.vi, and Easy Text.vi to create the file. I then save and dispose properly.
    What I don't seem to be able to do is open the exsting file and append data to the end of the sheet.
    Thanks in advance for your help.
    todd

    Hi Todd,
    You can do this by creating a new Excel report with the existing excel file path wired to the "template" input. Then use "Excel Get Last Row.vi" (located under Report Generation\Excel Specific\Excel General) to obtain the location of the last row. Then use that location to input new data into the file.
    Hope this helps,
    Dan

  • Reports 3.0.5 and Excel Format Report Generation

    Hi Folks,
    I need to create excel format report on my Windows based OS using Report Desiginer 3.0.5.
    Can someone help in this matter as urgent as possible? Your help will highly be appreciated.
    Thanks
    Zahir

    The problem is that you're going to have to jump through hoops to do something that's very, very easy in the release you're going to, so you need to seriously consider where to put your efforts. If you want to do this in 3.0, then you'll need to follow the data file report example in the 2.5 Building Reports manual (see http://otn.oracle.com/doc/reports25/bror2/ch6a.htm#toc096)
    Regards,
    Danny

  • LabView Exe Applicatio​n file not launch Excel applicatio​n for report generation

    Dear All,
    I created one LabVIEW application file for report generation (using Excel Template).
    While I run the program in programming mode it works well and create the report file in the specified path.
    After creation of the application file(exe), it gives the correct path of where the excel template is placed. The same path is given to New Report.vi, but it gives the error 'File Not Found'.
    Tell me, is any other configuration required for generating Excel reports? (During exe application mode)
    Give me the solution.
    Thank You
    Jegan.

    Hello,
    Most likely you are encountering a problem of stripping and/or building paths.  Probably the easiest thing to do is put a couple indicators on your front panel for the path or paths you care about, build your exe, and make sure you are really using the path you'd like.  If you always put the report at some deterministic place relative to the exe (that is, even it the exe is moved, it will go with the exe and remain in the same relative path location, then you can use the Current VIs Path funtion found in the ... File I/O -> File Constants palette as a start path (where you will want to strip at least the exe name off of course).
    I think this will bring some clarity to the issue!
    Best Regards,
    JLS
    Best,
    JLS
    Sixclear

  • Excel value range with Report Generation Toolkit

    I have an excel sheet.  I want to find out the range for cells with values.  At least, I want the find out what's the last row that has values in it.  I tried "Excel Get Last Row.vi" in the report generation toolkit, but it would treat a blank cell as a valued cell if it is filled with another color.  Therefore, that won't work. 
    I don't want to use active x, and I don't want to write a separate vi to search for the last row.  I want to see is there a way to use the report generation toolkit.  Can I somehow get a hidden method from the class?  I would think that, since they are charging for the report generation toolkit, a simple function like that should be included.  Thanks!
    Kudos and Accepted as Solution are welcome!

    I am pretty sure that the Report Generation Toolkit does use ActiveX, so you are using it even if you dont want to.
    Seems to be how the UsedRange function is being used in the toolkit.
    See here for some examples: http://blog.contextures.com/archives/2012/03/01/select-actual-used-range-in-excel-sheet/
    I tried, and it does not find the blank cells with colored backgrounds.
    This will require some activeX modifications though.
    Kenny

  • Excel data write using report generation vi's

    I can read data from an excel sheet but can not figure a way to write data to specific cells using the LabView report generation vi's.

    In the "Excel Easy Table" VI you can specify where you want a table to be placed by wiring a value to the 'Start (0,0)' input. If you want more control than that you will have to open the "Excel_Insert_Table" vi and modify it. It is located in the _exclsub.llb library. I highly recommend making a backup copy of this llb before modifying any VI's in it.
    Chris_Mitchell
    Product Development Engineer
    Certified LabVIEW Architect

Maybe you are looking for

  • In the market for a new laptop..

    Hi everyone, i am currently in the market for a new laptop and seeking some advice. I am debating between getting a basic rMBR 15' 2.4 GhZ 8/256 model and MBR 2.3 GhZ 4/500. The price for the basic rMBR 15' 2.4 GhZ 8/256 model is 1,867 euros with App

  • Wired app gives me only grey screen

    I purchased the first 2 issues of the Wired magazine. I had a problem with last iPad OS update (3.2.1) and after a full restore, my Wired app is just a big grey screen. I have not the option to download the latest issue as the system thinks I've it a

  • How to update packages in AUR?

    I installed some packages in AUR, But after sometimes,,those packages were updated,, But I don;t know, still use the out of date one .........

  • Redwood CPS job goes to status ERROR but job works completes ok in SAP

    Hi When I schedule a particular ABAP job to run in SAP from Redwood CPS it always completes with the Error status in CPS, but the job runs okay and ends in the Finished status in SAP. I tried a different ABAP job and this ran okay, with the CPS statu

  • [SOLVED] Cannot mount ntfs drive

    Every time I try to mount my Windows 7 hdd, I receive an error: fuse: mount failed: Device or resource busy The commands I used to try to mount all resulted in the same error: sudo mount /dev/sdb1 /mnt/ntfs sudo mount -t ntfs-3g /dev/sdb1 /mnt/ntfs s