Excel Insert Graph (Need Help!)

Hi there!
I am new to LabView, and trying to use the Excel Insert Graph vi. I am not sure what it means by "report in", I have tried to convert my file path for my Excel report into a string, but it won't take it, and the help says "links a report to the vi's used to control report appearance, data, and printing." Do I have to use another vi to open the Excel file first? Any help would be appreciated, thanks!
Ke
Message Edited by Ke Sun on 10-19-2006 04:35 PM

Take a look at the example VIs in your [LabVIEW]\examples\office folder.  There are several examples that deal with Excel and Graphs in MSGraph Examples.llb.  You must use the "New Report.vi" to generate a new report, which gives you the reference you can then use with the Excel Insert Graph.vi.  The examples should point you in the right direction.
Good luck,
-D
Darren Nattinger, CLA
LabVIEW Artisan and Nugget Penman

Similar Messages

  • Excel Insert graph set position

    Hello,
    I want to generate an excel report with a graph.
    I use the VI "Excel Insert Graph.vi" to set the parameters for position and size, but in the report the graph use only the size parameter. I can't set the position of the graph in y report. See attachment.
    Does anybody have a solution or an idea?
    Attachments:
    Excel_report.zip ‏41 KB

    No one answered this question but 4 years later I ran into the same problem. So here is why you cant set the position with the position/size input of the Excel Insert Graph.vi:
    You connected the string "A4" to the "name ("")" input of the insert graph vi. (like on the Bar Graph(Excel). vi example). If you do that, then the graph start position will be column A, row 4, no matter what you write in the position/size input.
    Hope this answer can help oher people who use the labview example to base their excel vi on.

  • Excel Insert Graph VI

    Has anyone experienced the behavior of when using the Excel Insert Graph VI multiple times for different datasets that the graph will not always appear? When I run the below code, I see this behavior with a few graphs.
    Attachments:
    Graph Example.vi ‏22 KB
    Graph Example.vi ‏22 KB

    The issue is cause by the fact that you didn't wire anything to the column and row headers inputs. If you read the help file for the Excel Insert Graph VI the following is specified:
    column headers specifies the text of the column labels on the graph. Leave this parameter unwired if you want to create an XY graph.
    row headers specifies the text of the row labels on the graph. Leave this parameter unwired if you want to create an XY graph.
    In your case you want to create an xlLine type graph but in fact you are creating an XY graph. Just wire something to the Row Column header inputs. See attached (LV2013).
    Ben64
    Attachments:
    Graph Example2012.vi ‏26 KB

  • Insert object (pdf) in excel getting error. need help

    When we try to insert a PDF file as an object we get the error. could not load object.
    This is what we are doing
    insert - object - create from file - display as icon.
    We select the file and get the error.
    We are on a windows 7 64-bit system with Office 2010 but project 2013 and Acrobat reader XI.
    Any Ideas as to why?

    Hi,
    Where did you get the PDF file from ? Did you create it yourself? What software did you use to create the PDF file?
    Does this issue happen the all PDF files? Please try to save a Microsoft Word document as PDF file and then test this issue with this PDF file again.
    In addition, please try to temporarily uninstall the Adobe Reader and then test the issue again. Also make sure you have the latest adobe reader installed.
    Regards,
    Steve Fan
    TechNet Community Support

  • Exporting from Numbers to Excel - New User needs help!

    Hoping someone here can help me out, as I have searched the discussions and still haven't found what I'm looking for. I'm a new Numbers 09 user, and I love it. My experiences with Excel have been nothing short of frustrating, but with Numbers I feel like a spreadsheet wizard.
    My problem is basically that I need to export my Numbers created sheets into Excel for use by clients that have not yet made the jump from PC/Excel to Mac/Numbers. This is crucial, as I just don't think I can build this sheet in Excel with the same type of success I have had with Numbers.
    My Numbers document has five tables, a custom header graphic and a legend. When I export it to Excel, each table is put on it's own sheet, including the graphic and legend. Is there anyway anyone can help me export this properly or am I doomed to have to spend days learning Excel? Any responses would be appreciated. Thank you very much!
    B

    B,
    It's a shame that you have become a Numbers user but are anchored to the Excel style of Sheet.
    Separate Tables in Numbers will always become separate Sheets in Excel. If your clients don't have to write to the Excel document, why not send them a PDF of your Numbers document?
    If you must furnish Excel documents to your clients, you're going to have to consolidate your five tables into one if you want everything to come out on one Excel sheet.
    Jerry

  • SQLite Insert, android: NEED HELP PLEASE

    I have tried every sample code I coud find on doing an insert into SQLite and not matter what I do, the app just blinks at me and does nothing
    no error, no nothing.
    if I view the SQLite db using SQLite Database Browser 2.0, I can do an insert no worries.
    via action script, I can do an update no worries just not an insert
    PLEASE HELP!!!!
    I have Flash Builder 4.6
    Windows 7/ 64 bit
    the app is for an Android tablet
    var statement:SQLStatement = new SQLStatement();
                        statement.sqlConnection = dbConnection;                  
                       var sql:String = "INSERT INTO " + strGetFlightTableName + " (txtSortie, txtSeqNumber, txtEventID, txtEventFlightNo) VALUES ('" +
                            txtSortie.text + "','" + txtSeqNumber.text + "','" + txtEventID.text + "','" + txtEventFlightNo.text + "')";
                        statement.text = sql;
                        statement.addEventListener(SQLEvent.RESULT, insertResult);
                        statement.addEventListener(SQLErrorEvent.ERROR, insertError);
                        statement.execute();
    or
                        var sql:String = "INSERT INTO " + strGetFlightTableName + " (txtSortie, txtSeqNumber, txtEventID, txtEventFlightNo) VALUES (?,?,?,?)";
                        var stmt:SQLStatement = new SQLStatement();
                        stmt.sqlConnection = dbConnection;
                        stmt.text = sql;
                        stmt.parameters[0] = txtSortie.text;
                        stmt.parameters[1] = txtSeqNumber.text;
                        stmt.parameters[2] = txtEventID.text;
                        stmt.parameters[3] = txtEventFlightNo.text;
                        stmt.execute();

    can you post the adsl stats from your router may need to 'show detail' to get all stats (if hub enter 192.168.1.254 in your browser and navigate to adsl or use a-z, if netgear enter 192.168.0.1) and run btspeedtester http://speedtester.bt.com and post the results.
    Have you tried the quiet line test? - dial 17070 option 2 - should hear nothing - best done with a corded phone
    Someone may then be able to offer help/assistance/suggestions to your problem
    If you like a post, or want to say thanks for a helpful answer, please click on the Ratings star on the left-hand side of the post.
    If someone answers your question correctly please let other members know by clicking on ’Mark as Accepted Solution’.

  • Drawing Custom 2D Graph : Need Help!

    Hi,
    I'm new to this forum, but I figured this would be the best place to ask for help.
    I'm currently working on a new project; a Graphing Calculator for algoriths and such. I've been with Java for a while now, but I have ran into a few snags with my new project.
    [1] For now, I have a line wizard that seperates a algorithm (linear, polynomial only for now) into chunks. How would I go out Parsing it totally from a string, in any format. I need to include such mathmatical operations such as sin( , cos( and ect. I have not even started on a rough draft yet, because I don't know where to start.
    [2] My custom GraphClass is having a hard time repersenting different rates for minium and maxium axis size. For some reason both axis wont draw in the right spot, meaning my X() and Y() are coded wrong. This is some of my code for now:
    For the full class file goto : [http://pastebin.com/Ty9ndCc4]
    public int width = 390;
    public int length = 390;
    public static int minX = (int) -200;
    public static int maxX = (int) 200;
    public static float XScale = 390/ ( Math.abs(maxX)  +Math.abs(minX) );+
    +public static int minY = (int) -200;+
    +public static int maxY = (int) 200;+
    +public static float YScale = 390/ ( Math.abs(maxY)+  Math.abs(minY) );
    public static int X() {
         return (int) ((int) Math.round(abs(minX)*(float)XScale));*
    *public static int Y() {*
    *return (int) 390 - ((int) Math.round(abs(minY)*(float)YScale)); // 390 -  *because of the Y axis being upside down*
    *// This works very well. LineDirection is a made class. Pretty simple to figure out.*
    *public void drawLine(Graphics g, LineDirection dir) {*
    *if (!dir.isActivated())*
    *return;*
    *Point[] points = dir.getPoints();*
    *Color defaultColor = g.getColor();*
    *g.setColor(dir.getColor());*
    *for (int i = 1; i < points.length; i++) {*
    *int X1 = (int) points[i-1].getX();*
    *int Y1 = (int) points[i-1].getY();*
    *int X2 = (int) points.getX();*
    *int Y2 = (int) points[i].getY();*
    g.drawLine((int) X()  +(int)(X1XScale),(int)Y()+ (int)(Y1*YScale* -1),(int) X() +(int)(X2*XScale),(int) Y()+ (int)(Y2*YScale * -1));
    g.setColor(defaultColor);
    public void drawDefaultGrid(Graphics g) {
    g.drawLine(0, Y() , width, Y());
    g.drawLine(X(), 0, X(), length);
    [http://pastebin.com/Ty9ndCc4]                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       

    RedDevil_05 wrote:
    [1] For now, I have a line wizard that seperates a algorithm (linear, polynomial only for now) into chunks. How would I go out Parsing it totally from a string, in any format. I need to include such mathmatical operations such as sin( , cos( and ect. I have not even started on a rough draft yet, because I don't know where to start.Here is a thread that may contain your answer: using the [JavaScript Engine|http://forums.sun.com/thread.jspa?threadID=5144807] to evaluate the String containing the expression.
    [2] My custom GraphClass is having a hard time repersenting different rates for minium and maxium axis size. For some reason both axis wont draw in the right spot, meaning my X() and Y() are coded wrong. This is some of my code for now:The X axis in Java is just standard increasing to the right and decreasing to the left, therefore, you can easily center by just dividing your maximum X by 2 for a center position. Y on the other hand is going to be a little more difficult, since the Y will be decreasing in the upward direction and increasing downward. You can easily get the center the same way as with the X axis (divid by 2), but then when you plot, you just change the sign on all of your Y coordinates.
    I prefer to use a BufferedImage for my graphics, line graphs or custom rendering for games and etc. I can work with that and it will then easily render onto the graphics context of a JPanel.
    Hope this help you out.
    BTW: your posted code seems to have been gnawed on by an ugly moster or something--it is hideously corrupted, but your link showing your full source shows decent enough code.

  • Data display on Bar graphs - Needs help

    Hi,
    I am facing a problem with discoverer's bar graphs.
    There is a 2D Bar Graph, which is required to display the respective strength for all the classes on the axis(e.g regionwise sales for North, West, East, South). In Oracle discoverer the sales is shown only when the mouse is pointed over the respective bar but that too at the bottom. The fixed values of the sales is not being displayed above each bar permanently.
    But the client requirement is to display the strength for each class above each bar numerically so that a print out can be taken along with values.
    Please suggest how can this be done.
    Goga

    On the Plot Area tab, check the "Show Data Labels for bars". To the right of that, clicking the "Options" button will let you place the labels above or in the bars.
    Also, check that the graph background color is not the same as the font color.

  • Need help for a procedure

    All,
    I have a function and a procedure in a package. The function is called by the procedure. The function returns multiple records with multiple fields in a table type. The procedure uses those values to update the database. My question is how can I get those values to update database. Need sample of code.
    beloew is my package:
    CREATE OR REPLACE PACKAGE "test_record2" as
    type V_testre is record (
    USER_ID NUMBER,
    B_ID NUMBER,
    A_ID NUMBER);
    Type T_userInfo is table of user_Access %rowtype
    index by binary_integer;
    procedure get_info(userid in number);
    function P_GetProfile(userid in number) return T_userInfo;
    end;/
    CREATE OR REPLACE PACKAGE BODY "test_record2" as
    procedure get_info(userid in number) as
    get_access T_userInfo;
    v_userid number;
    begin
    get_access := P_GetProfile(v_userid);
    --How to get the values from get_access to do the insert.
    --Need help here!!!
    --insert into test_access values get_access
    end;
    -- test table
    function P_GetProfile(userid in number) return T_userInfo is
    profile_info T_userInfo;
    CURSOR c1 IS
              select * from user_Access          
    where USER_ID = userid;
    BEGIN
         OPEN c1;
         FETCH c1 BULK COLLECT INTO profile_info;
         return profile_info;
    END;
    End;
    --create the table
    CREATE TABLE user_access (user_id NUMBER, m_id NUMBER, n_id NUMBER);
    INSERT INTO user_access VALUES (1, 11, 111);
    INSERT INTO user_access VALUES (1, 22, 222);
    INSERT INTO user_access VALUES (1, 33, 333);
    INSERT INTO user_access VALUES (2, 11, 111);
    INSERT INTO user_access VALUES (2, 22, 222);
    INSERT INTO user_access VALUES (2, 33, 333);

    CALL is not valid PL/SQL. (In fact, it's only valid in OLAP).
    You want either...
    BEGIN
        test_record2.get_info(1);
    END;
    /...or (in SQL*Plus)....
    EXEC test_record2.get_info(1)I commend the documentation to you.
    Cheers, APC

  • Need help to draw a graph from the output I get with my program please

    Hi all,
    I please need help with this program, I need to display the amount of money over the years (which the user has to enter via the textfields supplied)
    on a graph, I'm not sure what to do further with my program, but I have created a test with a System.out.println() method just to see if I get the correct output and it looks fine.
    My question is, how do I get the input that was entered by the user (the initial deposit amount as well as the number of years) and using these to draw up the graph? (I used a button for the user to click after he/she has entered both the deposit and year values to draw the graph but I don't know how to get this to work?)
    Please help me.
    The output that I got looked liked this: (just for a test!) - basically this kind of output must be shown on the graph...
    The initial deposit made was: 200.0
    After year: 1        Amount is:  210.00
    After year: 2        Amount is:  220.50
    After year: 3        Amount is:  231.53
    After year: 4        Amount is:  243.10
    After year: 5        Amount is:  255.26
    After year: 6        Amount is:  268.02
    After year: 7        Amount is:  281.42
    After year: 8        Amount is:  295.49
    After year: 9        Amount is:  310.27
    After year: 10        Amount is:  325.78
    After year: 11        Amount is:  342.07
    After year: 12        Amount is:  359.17
    After year: 13        Amount is:  377.13
    After year: 14        Amount is:  395.99
    After year: 15        Amount is:  415.79
    After year: 16        Amount is:  436.57
    After year: 17        Amount is:  458.40And here is my code that Iv'e done so far:
    import javax.swing.*;
    import java.awt.Color;
    import java.awt.Graphics;
    import java.awt.Graphics2D;
    import java.awt.RenderingHints;
    import java.awt.event.ActionEvent;
    import java.awt.event.ActionListener;
    import java.lang.Math;
    import java.text.DecimalFormat;
    public class CompoundInterestProgram extends JFrame implements ActionListener {
        JLabel amountLabel = new JLabel("Please enter the initial deposit amount:");
        JTextField amountText = new JTextField(5);
        JLabel yearsLabel = new JLabel("Please enter the numbers of years:");
        JTextField yearstext = new JTextField(5);
        JButton drawButton = new JButton("Draw Graph");
        public CompoundInterestProgram() {
            super("Compound Interest Program");
            setSize(500, 500);
            setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE);
            amountText.addActionListener(this);
            yearstext.addActionListener(this);
            JPanel panel = new JPanel();
            panel.setBackground(Color.white);
            panel.add(amountLabel);
            amountLabel.setToolTipText("Range of deposit must be 20 - 200!");
            panel.add(amountText);
            panel.add(yearsLabel);
            yearsLabel.setToolTipText("Range of years must be 1 - 25!");
            panel.add(yearstext);
            panel.add(drawButton);
            add(panel);
            setVisible(true);
            public static void main(String[] args) {
                 DecimalFormat dec2 = new DecimalFormat( "0.00" );
                CompoundInterestProgram cip1 = new CompoundInterestProgram();
                JFrame f = new JFrame();
                f.setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE);
                f.getContentPane().add(new GraphPanel());
                f.setSize(500, 500);
                f.setLocation(200,200);
                f.setVisible(true);
                Account a = new Account(200);
                System.out.println("The initial deposit made was: " + a.getBalance() + "\n");
                for (int year = 1; year <= 17; year++) {
                      System.out.println("After year: " + year + "   \t" + "Amount is:  " + dec2.format(a.getBalance() + a.calcInterest(year)));
              @Override
              public void actionPerformed(ActionEvent arg0) {
                   // TODO Auto-generated method stub
    class Account {
        double balance = 0;
        double interest = 0.05;
        public Account() {
             balance = 0;
             interest = 0.05;
        public Account(int deposit) {
             balance = deposit;
             interest = 0.05;
        public double calcInterest(int year) {
               return  balance * Math.pow((1 + interest), year) - balance;
        public double getBalance() {
              return balance;
    class GraphPanel extends JPanel {
        public GraphPanel() {
        public void paintComponent(Graphics g) {
            Graphics2D g2 = (Graphics2D)g;
            g2.setRenderingHint(RenderingHints.KEY_ANTIALIASING, RenderingHints.VALUE_ANTIALIAS_ON);
            g2.setColor(Color.red);
    }Your help would be much appreciated.
    Thanks in advance.

    watertownjordan wrote:
    http://www.jgraph.com/jgraph.html
    The above is also good.Sorry but you need to look a bit more closely at URLs that you cite. What the OP wants is a chart (as in X against Y) not a graph (as in links and nodes) . 'jgraph' deals with links and nodes.
    The best free charting library that I know of is JFreeChart from www.jfree.org.

  • Need help with INSERT and WITH clause

    I wrote sql statement which correctly work, but how i use this statment with INSERT query? NEED HELP. when i wrote insert i see error "ORA 32034: unsupported use of with clause"
    with t1 as(
    select a.budat,a.monat as period,b.vtweg,
    c.gjahr,c.buzei,c.shkzg,c.hkont, c.prctr,
    c.wrbtr,
    c.matnr,
    c.menge,
    a.monat,
    c.zuonr
    from ldw_v1.BKPF a,ldw_v1.vbrk b, ldw_v1.bseg c
    where a.AWTYP='VBRK' and a.BLART='RV' and a.BUKRS='8431' and a.awkey=b.vbeln
    and a.bukrs=c.bukrs and a.belnr=c.belnr and a.gjahr=c.gjahr and c.koart='D'
    and c.ktosl is null and c.gsber='4466' and a.gjahr>='2011' and b.vtweg='01'
    ,t2 as(
    select a.BUKRS,a.BELNR, a.GJAHR,t1.vtweg,t1.budat,t1.monat from t1, ldw_v1.bkpf a
    where t1.zuonr=a.xblnr and a.blart='WL' and bukrs='8431'
    ,tcogs as (
    select t2.budat,t2.monat,t2.vtweg, bseg.gjahr,bseg.hkont,bseg.prctr,
    sum(bseg.wrbtr) as COGS,bseg.matnr,bseg.kunnr,sum(bseg.menge) as QUANTITY
    from t2, ldw_v1.bseg
    where t2.bukrs=bseg.bukrs and t2.belnr=bseg.BELNR and t2.gjahr=bseg.gjahr and BSEG.KOART='S'
    group by t2.budat,t2.monat,t2.vtweg, bseg.gjahr,bseg.hkont,bseg.prctr,
    bseg.matnr,bseg.kunnr
    ,t3 as
    select a.budat,a.monat,b.vtweg,
    c.gjahr,c.buzei,c.shkzg,c.hkont, c.prctr,
    case when c.shkzg='S' then c.wrbtr*(-1)
    else c.wrbtr end as NTS,
    c.matnr,c.kunnr,
    c.menge*(-1) as Quantity
    from ldw_v1.BKPF a,ldw_v1.vbrk b, ldw_v1.bseg c
    where a.AWTYP='VBRK' and a.BLART='RV' and a.BUKRS='8431' and a.awkey=b.vbeln
    and a.bukrs=c.bukrs and a.belnr=c.belnr and a.gjahr=c.gjahr and c.koart='S'
    and c.ktosl is null and c.gsber='4466' and a.gjahr>='2011' and b.vtweg='01'
    ,trevenue as (
    select t3.budat,t3.monat,t3.vtweg, t3.gjahr,t3.hkont,t3.prctr,
    sum(t3.NTS) as NTS,t3.matnr,t3.kunnr,sum(t3.QUANTITY) as QUANTITY
    from t3
    group by t3.budat,t3.monat,t3.vtweg, t3.gjahr,t3.hkont,t3.prctr,t3.matnr,t3.kunnr
    select NVL(tr.budat,tc.budat) as budat,
    NVL(tr.monat,tc.monat) as monat,
    NVL(tr.vtweg,tc.vtweg) as vtweg,
    NVL(tr.gjahr, tc.gjahr) as gjahr,
    tr.hkont as NTS_hkont,
    tc.hkont as COGS_hkont,
    NVL(tr.prctr,tc.prctr) as prctr,
    NVL(tr.MATNR, tc.MATNR) as matnr,
    NVL(tr.kunnr, tc.kunnr) as kunnr,
    NVL(tr.Quantity, tc.Quantity) as Quantity,
    tr.NTS as NTS,
    tc.COGS as COGS
    from trevenue TR full outer join tcogs TC
    on TR.BUDAT=TC.BUDAT and TR.MONAT=TC.MONAT and TR.GJAHR=TC.GJAHR
    and TR.MATNR=TC.MATNR and TR.KUNNR=TC.KUNNR and TR.QUANTITY=TC.QUANTITY
    and TR.VTWEG=TC.VTWEG and TR.PRCTR=TC.PRCTR
    Edited by: user13566113 on 25.03.2011 5:26

    Without seeing what you tried it is hard to say what you did wrong, but this is how it would work
    SQL> create table t ( n number );
    Table created.
    SQL> insert into t
      2  with test_data as
      3    (select 1 x from dual union all
      4     select 2 x from dual union all
      5     select 3 x from dual union all
      6     select 4 x from dual)
      7  select x from test_data;
    4 rows created.
    SQL>

  • Need help configuring Excel Services

    I've configured both the Excel Serives and Secure Store Target applications and continually receive the following error message when trying to view the Simple Projects List sample report:
    An error occurred while accessing application id ProjectServerApplication from Secure Store Service. The following connections failed to refresh:
    Project Server - Simple Projects List
    The Server Logs show the following errors:
    Access Denied: Claims stored in the credentials did not match with the group claim for a group app.
    The Microsoft Secure Store Services application Secure Store Service failed to retrieve credentials.  The error returned was 'Access Denied.' ...
    Access is denied. (Fault Detail is equal to Microsoft.Office.SecureStoreService.Server.SecureStoreServiceFault)
    SSS has failed with the following exception: Access is denied.
    Unable to esablish a connection using credentials retrieved from SSS.  This could be because the Unattended Service Account is not configured or because the credentials retrieved from SSS are not valid. 
    I've repeated the steps to create these configurations a few times, and continue to get the same errors.  Any help would be appreciated!
    Thanks

    Hello,
    I need help setting up excel services.
    Excel service is already running on sharepoint server.
    I have one reporting file which is generated by DBA with database connection. i want to upload that file under document library and i want whenever user open it through document library, it gets updated through database connection 
    This is my first time, so pls guide me
    Reporting file has authentication set to --> None 
    Do i require any specific settings for authentication? like unattended account ? which username should i use
    Connection String -->
    Provider=SQLOLEDB.1;Integrated Security=SSPI;Persist Security Info=True;User ID=ExcelServices;Initial Catalog=SurveyData;Data Source=jdb1;Use Procedure for Prepare=1;Auto Translate=True;Packet Size=4096;Workstation ID=RSTKW7W-06709;Use Encryption for Data=False;Tag
    with column collation when possible=False
    http://../training/sptestsite/Medication_Audit_Report
    http://../training/sptestsite/Medication_Audit_Data_Connection_Library/
    Trusted File Location - is this place do i need to upload that reporting file? 
    Trusted Data Connection Libraries - is this place do i need to save connection file .odc ?
    If i am not wrong, should i put
    Trusted File Location = http://../training/sptestsite/Medication_Audit_Report
    Trusted Data Connection Libraries = http://../training/sptestsite/Medication_Audit_Data_Connection_Library/
    http://../training/sptestsite/Medication_Audit_Report -- Here only reporting file will be uploaded right?
    http://../training/sptestsite/Medication_Audit_Data_Connection_Library/ -- Here only database connection .odc file will be uploaded?
    what other settings are required. please correct me
    my email address - [email protected]
    Harsh

  • Need help in writing data from JSP to excel

    Hi ,
    I need help in writing the data from JSP to excel.I somehow able to retrieve the data into excel but unable to get the required format.
    For eg: The amount should be displayed in 0.00 format .when i am exporting it to excel it is displaying as 0 :( .
    I am using the following code in JSP.
    "out.print(amt + '\t');"
    Would like to know if there is any otherway where in i can get my requirement.
    Thanks
    Tom

    Hi,
    Try using format part of the JSTL tag libs.
    Syntax :
    <%@ taglib prefix="fmt" uri="http://java.sun.com/jsp/jstl/fmt" %>
    <fmt:formatNumber value="40" pattern="$#,##0.00"/>
    I need help in writing the data from JSP to excel.I
    somehow able to retrieve the data into excelHow do u convert the jsp to excel?
    One way to convert the jsp page to excel, is to render it as an excel appl instead of html. Set the content type of the response to application/ms-excel.
    response.setContentType("application/ms-excel")Hope this Helps....

  • Need Help in Inserting first ever record

    I need help in inserting my first ever record from an OAF page.
    I've created an AM 'MasterAM', added 'MasterVO' to it. Created a Page CreatePG which has a submit button, id = Apply
    Below is processRequest of CreateCo
    public void processRequest(OAPageContext pageContext, OAWebBean webBean)
    super.processRequest(pageContext, webBean);
    OAApplicationModule am = pageContext.getApplicationModule(webBean);
    if (!pageContext.isFormSubmission()) {
    am.invokeMethod("createRecord", null);
    and below is processFormRequest
    public void processFormRequest(OAPageContext pageContext, OAWebBean webBean)
    super.processFormRequest(pageContext, webBean);
    OAApplicationModule am = pageContext.getApplicationModule(webBean);
    if (pageContext.getParameter("Apply") != null)
    OAViewObject vo = (OAViewObject)am.findViewObject("MasterVO1");
    am.invokeMethod("apply");
    pageContext.forwardImmediately("OA.jsp?page=/abcd/oracle/apps/per/selfservice/xxdemo/webui/CreatePG",
    null,
    OAWebBeanConstants.KEEP_MENU_CONTEXT,
    null,
    null,
    true,
    OAWebBeanConstants.ADD_BREAD_CRUMB_NO);
    Below are 'createRecord' and 'apply' in MasterAMImpl
    public void createRecord(){
    OAViewObject vo = (OAViewObject)getMasterVO1();
    if (!vo.isPreparedForExecution()) {
    vo.executeQuery();
    Row row = vo.createRow();
    vo.insertRow(row);
    row.setNewRowState(Row.STATUS_INITIALIZED);
    public void apply() {
    getTransaction().commit();
    When I run the page, it opens and I try to enter some data and press Apply. it does not insert into the table.
    Could anyone help me out.
    My jdeveloper version is 10.1.3.3.0.3

    I am facing the same issue.
    rows get inserted into the tbale, but only whol columns have the data.
    all the attributes are correctly mapped to view instance and view attribute.
    My VO has 1 EO and , i have joined another table to get desctriptions of the field.
    could that be the problem ?
    ex :
    select item , desc
    from t , master
    where t.cola=master.colb
    table t is the custom table I want the data to go in. but only who columns appear after commiting.
    any clues ?

  • Need help in writing NVARCHAR2 column to an excel sheet

    Hi All,
    I have a NVARCHAR2 column in my table. I want to store the data present in the column into an excel file. When i write the data to an excel file the data is getting converted to some other form. It's not in human readable form.
    Language is not fixed for the column.
    I need help in storing the NVARCHAR2 data into an excel file without any implicit conversion done by the oracle.
    Please help.
    Thanks,
    Girish G
    Edited by: Girish G on Jul 14, 2011 2:02 AM

    Export data to BLOB (csv)

Maybe you are looking for

  • LIRC and PV-M4500 (TV Excel / PlayTV PixelView Pro TV Card)

    Hi all, I've installed a BT878 TV card, but I've had no luck getting its remote to work. I've found a handful of accounts reporting success with linux and this card, so it must be possible. I'd appreciate some help though, as I'm out of ideas. Hopefu

  • How to set a custom MediaSize in Java 1.4 Printing

    Helo, I need to set the paper size to 216mm x 93mm. I used the method MediaSize.findMedia(int x, int y, int units) but i returned null. How do i set a new MediaSizeName or anything else that could resolve my problem??

  • Does the IPhone 3G support multiple phone lines?

    Looking into purchasing the iphone 3G - does the 3G support multiple Phone lines or numbers? Such as a business and personal number?

  • Win2k cannot start oracle services

    Hi, Usually, our oracle servers can start up autometically when the machine start up. Just now, oracle services cannot start. I try use start->control panel->administrator tool-> services to start oracle service, it gets errors as following: could no

  • CUCM 5.1.3a DRF restore question

    hi, Wonder if anyone can give me some insight. CUCM5.1.3.a w/ 4 subscribers I took a set of Backup image and trying to restore them on a test MCS server (same hardware). I'm only restoring the publisher, not subscriber. I built a clean 5.1.3a CUCM wi