Report generation: Using only bottom border cell in Excel

I'm trying to write a report to Excel. for each 2 rows I want the cells to have a bottom border.
With the VI " Excel set Cell Color and Border VI" I have 2 options, using inside border and outside border.
Outside border seems to be the top and bottom border. However , I can only put them both on and off, I can't use them seperatly.
Is there a way of telling this VI that I only want to have a bottom border?
Idealy I would like to select a cellstyle like one can do in Excel:

Hello kev91,
Can you give me some more information about the software versions you're using?
Is this LabVIEW 2012?
Which version of Excel are you using?
Can you share an example of how the final Excel-file should look like?
It would also be useful to see what you already have written in LabVIEW so that we can just change/modify that code.
Kind Regards,
Thierry C - Applications Engineering Specialist Northern European Region - National Instruments
CLD, CTA
If someone helped you, let them know. Mark as solved and/or give a kudo.

Similar Messages

  • Help needed for report generation using java technologies

    May i get some idea about report generation api available. some report generation tools that can be downloadble. can you please suggest how to use scheduling the printers or report generation by scheduling.

    e.g. for one of my school project which generate reconciliation report (banking project) we add in a letterheader and the rest of the information presented below.
    but there is some problem here.
    either you "catch" no. x row where the printing will be trancated then prevented it from trancated by formatting your pages such that data will not be printed in that region.

  • Report generation using jsp

    I am developing a website using jsp on tomcat.The site required a number of online report generation option from database(mysql).
    My problem is-
    1.how to generate different types of report other than simple html tag embedded within jsp .
    2.How to store all those reports in a file(.txt or .doc).
    N.B I dont want to use any reporting tool.

    Mantosh,
    Have you seen this developer zone article which details accessing Citadel Data using COM+ and ADO?
    http://zone.ni.com/devzone/conceptd.nsf/webmain/725A6C3843F13C8786256EA600633724#6
    Also, this KB article provides more detail on how to access Citadel data using SQL commands and I think will help answer your question:
    http://digital.ni.com/public.nsf/websearch/C7D32F9A59D4637086256A7200692F30?OpenDocument
    --Paul Mandeltort
    Automotive and Industrial Communications Product Marketing

  • .tmp file is created by NI Report generation toolkit for logging data to MS Excel

    Hi,
    I am getting ".tmp" file while logging data to MS Excel by NI Report generation toolkit. Instead of assigned file name, toolkit is generating a junk value with .tmp extension, but I can able to open this .tmp file with MS Excel.
    Can anyone help to solve this issue?
    Thanks,
    Thirumala

    Hi Thirumala,
    You may experience issues when you try to save a Microsoft Excel file if one or more of the following conditions are true:
    1. You save an Excel file to a network drive where you have restricted permissions.
    2. You save an Excel file to a location that does not have sufficient drive space.
    3. The connection to the Excel file has been lost.
    4. There is a conflict with an antivirus software program.
    5. You save an Excel file that is shared.
    6. The 218-character path limitation has been exceeded when you save an Excel file.
    7. The Transition Formula Evaluation feature is turned on in Excel.
    8. The file was created from a template that contains embedded objects.
    Hope this will help to solve your problem.
    Thanks,
    Sanad MM

  • Crystal Report generation using XML

    I have some reports that were created using XML and as I recall when I created them using CR v. 9 I used a connections called ADO (Xml) or something like that. On one of my machines I have CR XI and the only option available is XML and when I add a field from this connection it inserts: "{NewDataSet\TableName.FieldName}" however, previously when I used the ADO XML connections it only inserted {TableName.FieldName}. In the version 9 CR i was using the professsional version and in the version 11 CR it is still the professional version but I can't seem to create an XML connector that doesn't prefix the table/field with "NewDataSet". My request is two fold, first, can you please direct me to some articles that I can read to better understand how to generate  CR from XML? My project is to generate the XML and then set the xml during runtime into the report using SetDataSource and then display the report using the CR viewing that I package and redist with my app. Secondly, why does the ADO XML connector not available in CR XI professional version and is there any way to get the CR v. 9 behaviour back?
    Thanks,
    Marcus

    Hi, Markus
    If you are planning to run reports from a .NET application, you need to have the Developer edition, not the professional.
    The ADO.NET Driver is not installed by default. Go into Control Panel - Add / Remove programs, and chose Crystal Reports, and change. You can expand the Database drivers, and you should see the ADO.NET driver there. Note: you need to have the .NET framework installed for this to work.
    Regards,
    Jonathan

  • Report Generation using Citadel & Excel in VB

    I want to generate report using citadel sql server, i,am using excel for report viewing. I have written a Visual Basic code for fetching data from srq to excel. The problem is when i fetch all the fields from sql it generate report, but when i gave a single variable name like Mycomputername/process/pot1@value it give a error column:Mycomputer not exsist.
    Given below is the code wriiten to get the value.Please suggest ASAP
    '****** GET HEPTANE RECORDS ******
    Sub GetHEPTANERecords(ByVal rNumber As Integer, ByVal dDate As Date, ByVal sTime As Date, ByVal eTime As Date)
        Dim ReadHEPTANE As ADODB.Recordset
        Set ReadHEPTANE = GetConnection.Execute("SELECT TRANSTECH34/SRS/LVL_GALL_TK1  FROM IntData WHERE [LOCALTIME] BETWEEN '" &
    sTime & "' AND '" & eTime & "'")
    Thanks & regards
    Mantosh

    Mantosh,
    Have you seen this developer zone article which details accessing Citadel Data using COM+ and ADO?
    http://zone.ni.com/devzone/conceptd.nsf/webmain/725A6C3843F13C8786256EA600633724#6
    Also, this KB article provides more detail on how to access Citadel data using SQL commands and I think will help answer your question:
    http://digital.ni.com/public.nsf/websearch/C7D32F9A59D4637086256A7200692F30?OpenDocument
    --Paul Mandeltort
    Automotive and Industrial Communications Product Marketing

  • Error in Bulk Report Generation using SSIS and SSRS 2008 R2

    Hello,
    upon having solved development issues via this forum I am facing problem in practice. Namely, there are suppose to be created  200 .PDF files. I am facing "strange" outcome because, sometimes I am getting all the files created, sometimes less
    then 200 (different number of files produced) upon which I face this error related to DS2:
    System.Web.Services.Protocols.SoapException: An error has occurred during report processing. ---> Microsoft.ReportingServices.ReportProcessing.ProcessingAbortedException: An error has occurred during report processing. ---> Microsoft.ReportingServices.ReportProcessing.ReportProcessingException:
    Cannot read the next data row for the dataset DataSet2. ---> System.Data.SqlClient.SqlException: Internal Query Processor Error: The query processor encountered an unexpected error during execution.
       at Microsoft.ReportingServices.WebServer.ReportExecution2005Impl.InternalRender(String Format, String DeviceInfo, PageCountMode pageCountMode, Stream& Result, String& Extension, String& MimeType, String& Encoding, Warning[]&
    Warnings, String[]& StreamIds)
       at Microsoft.ReportingServices.WebServer.ReportExecution2005Impl.Render(String Format, String DeviceInfo, PageCountMode pageCountMode, Byte[]& Result, String& Extension, String& MimeType, String& Encoding, Warning[]& Warnings,
    String[]& StreamIds)
       at Microsoft.ReportingServices.WebServer.ReportExecutionService.Render(String Format, String DeviceInfo, Byte[]& Result, String& Extension, String& MimeType, String& Encoding, Warning[]& Warnings, String[]& StreamIds).
    Please, how to cope with this? Normally, run query (DataSet2) within either Report Builder or SSMS retrieves the data with no troubles. But, when I run it from SSIS (script component), it produces error as above.

    Thanks,
    I did both, went through the proposed thread and found problem in DS2. The problem was my VIEW which was providing values for the row grouping in my SSRS report. Namely, upon replacing it with corresponding table, I tried to set PK on mentioned column but
    with no success due to double values! Upon correcting i.e., removing duplicate values, it works well. I only wonder why SSIS did not create these, actually, duplicate .PDF output files and let the Windows explorer to ask me: There is already such file. Would
    you like to replace it etc......etc...
    Instead of that, SSIS Script Component just went RED coloured and stopped processing PDF output files...
    Thanks for reply
    bye

  • Problem in report generation using CrystalClear

    hi
    all
    plz can anybody told me about the code which will help to display the
    report using jsp. i m using crystal clear and want to add report
    with my project.
    plz send me code if anybody have
    plz zzz
    thanks in advance

    hi
    all
    plz can anybody told me about the code which will help to display the
    report using jsp. i m using crystal clear and want to add report
    with my project.
    plz send me code if anybody have
    plz zzz
    thanks in advance

  • Problem-Report generation using shell script

    Hi
    We have the Production database and the Reporting database (copy of Production database),
    both on Oracle 9.2.0.5 and Solaris 5.8. There is a package inside the Oracle database, which extracts some data from inside the
    database, and would generate a report. A shell script has been created in Solaris which would
    send in the parameters and call the pakage to generate the report. The parameters it is sending is
    the name of report to be generated, and the location where it is to be generated, both hard-coded into
    the script. The script is scheduled to run through crontab.
    The problem we are facing is that, if we run the script for Reporting database, it successfully
    generates the report. But if we use that script for Production database, it gives the error
    "Invalid directory Path". I have tried using various other directory paths, even '/tmp'
    and '/', but it still gives the same error when executed for Production dataabse.
    Could somebody provide any ideas what might be going wrong.
    The reasons it is to be executed on Prod db and not the Reporting database are unavoidable.
    It anyway runs in off business hours and takes about 10secs to execute.
    Please do let me know if there is any other info that I missed to provide here.
    Thanks in advance...

    I will be just guessing because you didn't provide contents of script and package.
    The "Invalid directory path" as you said could be ORA-29280 due non existent directory.
    Try execute (as sys or system) select * from dba_directories; (or select * from all_directories; as user which the script is login to) on both databases and compare the results. If there is missing your important directory then create it using create directory <dirname>; (from sqlplus and don't forget to grant rights for user).
    This error could come from shell script. In that case you should find resolution yourself because you didn't provide script source.

  • TS3989 How do I accept iCloud updated terms of service on Apple TV 2nd generation using only an iMac computer, since I have no other iOS devices?

    I just updated my Apple TV 2nd generation, and upon completion it would no longer give access to Photo Stream. Instead I was told that I needed to accept the change in iCloud terms of service without letting me know how to do that on an iMac, since I don't have any other iOS devices. Where do I go to accept these terms of service changes, in order to continue to use Photo Stream.Is there an easy answer, or is this Apple's way of forcing me to buy products that I don't need?

    i guess you could put the aiport utility app on your iphone, click on the aiport express there, it will show you how many devices are connected to it and the mac addresses of those devices.

  • Report generation using java.

    Is there any classes/tools avalaible to generate database related reports using java?????

    Supoose I have a database table named EMPLOYEE having fields "name", "dept", "salary".
    I want to generate reports with the records of the table
    for the printing purpose.
    The report should have proper format and it will show the monthly total and yearly totals of all employees' salary.
    e.g. name department salary
    John Systems 20000
    Rian Sales 80000
    total 100000
    The report can be more complex. As number of tools are available for development of reports in VB and D2k etc.
    I want to know whether any JAVA tool or classes are available to generate complex reports.

  • Webi report generation using sdk?

    hi experts,
         Can i create a webi report using SDK. if so, please give me the basic steps.....
    Regards,
    ksvsivam

    Hello ksvsivam,
    You can certainly create webi report from scratch using Report Engine SDK.
    Please go through documentation present at following url:
    http://devlibrary.businessobjects.com/BusinessObjectsXIR2SP2/en/devsuite.htm  -
    >Report Engine SDK--->Developer Guides--
    >Building and Editing Data Providers 
    Regards,
    Chinmay Athavale

  • Report Generation using JDeveloper

    hello
    I saw the Jdeveloper Online Demo on generating reports via a JSP Application. From the demo ,i came to understand that i need Oracle Reports also.How to obtain oracle reports separately without downloading the entire Oracle 9i DS? What is the cost involved? Should i download Oracle 9i AS too??

    Hi
    As you mentioned you can use Oracle Reports along with
    JDeveloper.
    You would use JDeveloper to build the UI part either thru applet
    or servlet and invoke the reports from that.
    Invoking reports is very straight forward, all you would need is
    the respective URL for the reports.
    regards
    raghu
    Venkat Krishnan (guest) wrote:
    : Thanks,
    : If I understand it right, I can use JDeveloper in conjunction
    : with Oracle Reports, create report formats in Oracle Reports
    and
    : have my Java applet (written using JDeveloper), on click of a
    UI
    : button or something, call another Java program on the server
    : (servelet?) that invokes the Oracle Reports runtime program
    : (with the appropriate report-name and other parameters). This
    : would I guess output the report in HTML format which can be
    : viewed or printed by the user.
    : I am right in assuming this scenario? Is it technically
    : feasible? Do you have a Java runtime program for invoking
    : Reports? Else, in what manner would I use Oracle development
    : tools to implement this?
    : -Regards,
    : Venkat
    : JDeveloper Team (guest) wrote:
    : : Hi
    : : You can use Java Servlets in JDeveloper to write some reports
    : : which can be ouptut as HTML format. You can define the layout
    : by
    : : creating your own theme (HTML CSS).
    : : But if you are looking for no code environment and at the
    same
    : : time want to deploy your reports on to the web, then Oracle
    : : Reports does very good job of that.
    : : regards
    : : Raghu
    : : Venkat Krishnan (guest) wrote:
    : : : Hi,
    : : : I am evaluating use of JDeveloper for a report-intensive
    : : : application. Does anyone have any experience of using
    : : JDeveloper
    : : : for such an application?
    : : : I would like to know if it is simple or even feasible at
    all
    : to
    : : : define many report layouts (simple ones) based on table
    : record
    : : : structures a la Developer2000 or Crystal Reports.
    : : : -Thanks,
    : : : Venkat
    null

  • Report generation using Excel

    I created a VI for making a report in Excel. It works correctly, however when I built an executable files, it is unable to do the processing and announce ‘error 7 open VI reference in Excel’! I was wondering if anybody can guide me that how I can fix this error. Many thanks

    Hello,
    I think that if you add the Excel/Word dynamic VIs to your project, you will see them in the VI list when building your EXE, which would allow you to add them to your application as dynamic VIs.  I'm guessing you currently don't have the Excel/Word dynamic VIs added into your project yet.
    Good luck,
    -D
    Darren Nattinger, CLA
    LabVIEW Artisan and Nugget Penman

  • Creating a pop-down using a range of cells (Like Excel LIST feature)

    Can this be done in numbers. Instead of typing the data into a pop-up list to be pasted in an ongoing long spreadsheet, I was wondering if Numbers supports a similiar feature to Excel's MANAGE LISTS which allows the drop down to be locked to a range of cells instead. I know they are very similar, but wondering?
    -Kevin

    Kevin,
    Presently Drop-Down menu's can't be created from cell ranges in Numbers. It sounds like a good feature, and has been asked about many times here. You can Send Feedback to the Numbers team and tell them what you would like to see in the next version of Numbers. The Feedback link is under the Numbers menu item.
    Jerry

Maybe you are looking for