How to Generate Statistic Graph in Report??

Hi, i am developing an questionnaire program together with 19 question... i am able to get value for each value..
Now my problem is how to generate a statistic graph whenever user can check their report ??
Can anyone help?? Thank you very much......
from bscs

The easy way is to use your values to set the width or height of an image dynamically in HTML, but you can only do bar charts using this method.
For real reports and measures have a look at
http://www.jfree.org/jfreechart/index.php
http://www.jfree.org/jfreereport/index.php

Similar Messages

  • How to generate org model through report

    How to generate org model using report .
    please share your information .
    thanks in advance ,
    sapcrm

    Hi,
    It's look like you are assuming that an organizational model can be created from external data input via a report. If so, then your assumption is wrong. There is no standard way to create a org. model from external input.
    As a standard practice SAP provided a report as mentioned in the previous reply. Using this report you can download ECC/R3 org. model into SAP CRM. This is the easy and best proven way of generating org. model in SAP CRM.
    Please let me know, if you need any further clarification
    Do not forget to reward if it helps
    Regards,
    Paul Kondaveeti

  • How to create statistical graph?

    Could any of you give me some suggestion on how to create statistical graph (line)?
    Is there any documentation or reference about this?
    Thank you so much for your help.

    I would like to create a chart using swing.
    The chart is a line plot and it should be able to be printed.
    Could you give me some suggestion?
    Thank you very much.

  • How to generate a row in report to compute total?

    Hi:
    I need help to generate a report. In an accounting report, I need to make sum for each client regarding outstanding balance. The format of report is following:
    invoice#, invoice date, invoice amount, paid amount paid date, write off, outstanding balance
    Client Name: Baker Express / Debtor Name: Kurt Weiss inc.
    137308001, 04/18/2012, 438.07, 537.07, 06/05/2012, , (99)
    137308002, 04/18/2012, 100, 90, 06/05/2012, 10,
    client Total: total payment:627.07, total outstanding balance: (99)
    another client and debtor pair
    My question is how to generate total payment and total outstanding balancefor every pair of client and debtor. And there are multiple pairs. I tried to use group by, but how can I display every invoice tuple as well in the report?
    Any help would be appreciated.
    Sam

    One method would be to use ROLLUP in your SQL
    http://www.oracle-base.com/articles/misc/rollup-cube-grouping-functions-and-grouping-sets.php

  • How to generate PDF file through reports using forms 6i

    Hi all,
    I am using oracle 10g with forms 6i and reports 6i.I need to generate pdf file where clicking a button a report should be called and the report should be generated as a .pdf file in the source i have specified(ex. d:\...).Is this popssible with forms?.how can i achieve this.Kindly help me with suitable answers.Thanks :)
    Regards
    Vids

    hi,
    regarding report, there is a dedicated report forum. you should post there.
    but answer for your question is form is nothing to do with the pdf generation. you can call the report from the as usual.
    In the report you should set the properties like
    destype to 'file'
    desname to 'path with file name'
    desformat to 'pdf'

  • How to generate a PDF format report

    Hello,
    here i am trying to generate the report as 'PDF' format from the form. after i run the form a parameter form comes up there i give parameter as 'IC' it should get only the IC related report in 'PDF' format. i could do this but after i close the adobe and return to the report its not over writing on the same file where i gave the DESNAME:='C:\KAVITHA8.PDF'. its taking atleast 10 minutes to rewrite on the same file.
    i tried first the following way to get the PDF format output but its not even working.
    host('R30RUN32 C:\AC_REPORT.REP DESTYPE = FILE DESFORMAT = PDF BATCH = YES');
    THIS IS NOT WORKING TOO.
    THEN I TRIED THE FOLLOWING WAY HERE I AM EXECUTING THE REPORT BY HOSTING THE ADOBE.
    THIS WORKS BUT DOESNT REWRITE ON THE SAME FILE, IS THERE ANY OTHERWAY THAT I CAN DO THIS OR HOW CAN I MAKE THIS WORK IN PROPER WAY.
    BY THE WAY THIS REPORT DEVELOPED IN DEVELOPER 2000...
    THIS I NEED FOR MY PRODUCTION, PLEASE SOMEONE HELP ME OUT.....
    declare
    pl_id paramlist;
    destype varchar2(10);
    desname varchar2(20);
    desformat varchar2(10);
    TEMP_status varchar2(10);
    begin
    pl_id := Get_Parameter_List('tmpdata');
    IF NOT Id_Null(pl_id) THEN
    Destroy_Parameter_List( pl_id );
    END IF;
    pl_id := Create_Parameter_List('tmpdata');
    TEMP_status :=:W_STATUS;
    DESTYPE := 'FILE';
    DESNAME := 'C:\KA.PDF';
    DESFORMAT := 'PDF';
    Add_Parameter(pl_id,'PARAMFORM',TEXT_PARAMETER,'NO');
    Add_Parameter(pl_id,'P_STATUS',TEXT_PARAMETER,TEMP_STATUS);
    Add_Parameter(pl_id,'DESTYPE',TEXT_PARAMETER,DESTYPE);
    Add_Parameter(pl_id,'DESNAME',TEXT_PARAMETER,DESNAME);
    Add_Parameter(pl_id,'DESFORMAT',TEXT_PARAMETER,DESFORMAT);
    Run_Product(REPORTS,'C:\AC_REPORT.REP', ASYNCHRONOUS, RUNTIME,FILESYSTEM,pl_id);
    HOST('c:\program files\adobe\Acrobat 5.0\reader\acrord32.exe C:\KA.PDF');
    END;
    thanks in advance....

    All the information you described points to the problem that reports seems can't generate to a file which already exist. You can verify that by simply doing
    r30run32 C:\AC_REPORT.REP DESTYPE = FILE DESFORMAT = PDF BATCH = YES' desname=c:\temp\ac_report.pdf
    several times. If first time the report is successfully generated in c:\temp\ac_report.pdf, but not the second, third time, then it looks like there is a bug on reports r30run32 executable.
    You may try to find any latest patch for Reports 3.0 to see if patch can solve you problem. But keep in mind Reports 3.0 is de-supported, you are better to move to 6i or 9i reports.
    Thanks,
    -Shaun

  • How can I customise graph in Report.

    Hello,
    I have used additional result to display the array in graph format not in table format.But how can I customise this graph.
    Is their any  provision for customisation of graph adding axis and multiple line in single graph.
    we can choose  graph ond table from report option.But  can we choose both as per our requirement step wise.Example for step 1 we can use tabel and for step 2 we can chose graph.
    thanks ,
    Kulwant Singh

    Hi, 
    Waveform, XY, intensity, digital waveform support multiple x- and y-scales, and all charts support multiple y-scales. Mixed signal graphs support only one x-scale. Use multiple scales on a graph or chart to display multiple plots that do not share a common x- or y-scale.
    Complete the following steps to add a scale to a waveform graph or chart.
    Right-click the scale of the waveform graph or chart and select Duplicate Scalefrom the shortcut menu.
    To move the new scale to the opposite side of the display, right-click the new scale and select Swap Sides from the shortcut menu.
    Associate a plot to the new scale by right-clicking the plot in the plot legend and select from the X Scale or Y Scale shortcut menus. If the plot legend is not visible, right-click the graph or chart and select Visible Items»Plot Legend from the shortcut menu.
    To change the range of the new scale, use the Operating tool or the Labeling tool to highlight the end value(s) of the scale and enter a new value. If you set the scale manually, you should disable autoscaling.
    I did not get the second part of your question, please clarify on that.

  • How to generate Process chain status reports

    Hi Friends,
    I have a requirement to capture process chains runtime on a daily basis.
    I know we can get this in RSPCM, however my requirement is to automate this as a report. This report should be automatically generated daily and e-mail has to be sent to certain members of the project.
    Can someone please suggest how to go about this?.
    Regards
    Naveen

    Hi Raf,
    Thanks for the quick reply. yes, I have seen ST13 and it has all what i need like  date, PC Name, Start Time, End Time and Duration.
    However my requirement is that i should automate this to export it to a spreadsheet on a daily basis in the following format.
    PC Name
    PC1
    PC2
    Date
    ST
    ET
    DU
    ST
    ET
    DU
    28/04/2015
    09:00:18
    09:13:21
    00:13:03
    10:00:18
    11:13:21
    01:13:03
    29/04/2015
    10:00:18
    10:58:21
    00:58:03
    10:00:18
    12:58:21
    02:58:03
    30/04/2015
    11:00:18
    11:33:21
    00:33:03
    11:00:18
    11:33:21
    00:33:03
    Can you suggest how to achieve this?
    Regards
    BN

  • How to generate data model summary report

    Hi,sir,
    How can I generate a summary report when I create a server data model in designer 9i as some software did.
    I know CA Erwin or Sybase powerdesigner have a good report builder.
    It is easy to use. How about designer 9i?
    Any tutorial?

    Hi,
    It's look like you are assuming that an organizational model can be created from external data input via a report. If so, then your assumption is wrong. There is no standard way to create a org. model from external input.
    As a standard practice SAP provided a report as mentioned in the previous reply. Using this report you can download ECC/R3 org. model into SAP CRM. This is the easy and best proven way of generating org. model in SAP CRM.
    Please let me know, if you need any further clarification
    Do not forget to reward if it helps
    Regards,
    Paul Kondaveeti

  • How to generate Version of a Report -- I am getting Error Message

    Hi All,
    Hi all,
    I am doing the following steps
    ABAP Editor - Utilities - versions - Generate Versions
    "Object REPS ZMM_MATERIAL_CREATE not locked, no version
    created"
    Can anyone please help.
    Regards
    Martin

    Hi,
      Lock the report to a new transport request from SE09/10 transaction and try to generate the same, 
    Hope this helps,
    Rgds,

  • How to create a graph(9i reports) with 3 queries in 1 Chart

    Hi, i have 3 query's which creates three groups.
    The x-as is de month,month1,month2.
    The Y-as ClaimsInEURO.
    There has to be one BAR which displays the top10 reasons.
    And two lines one with Total Claim and one with SUM Claim.
    Can onyone explain me the settings and especially how to set the groups?

    Hi,
    You may not be able to create one graph with multiple queries. You must get all the data into ONE query, and create a graph based on that query.
    Navneet.

  • How to generate expand/collapse ssrs report?

    Hi,
    I have a requirement, where i have to expand/collapse the columns like below
    ID  Name  Profile
    1     X          A
    1     X           B
    2     Y            C
    2     X             D
    2     X             E
    now i want to group ID's  and Names  
    ID  name  Profile
    1
    when i expand '1' then 
    ID  Name profile
    1     X
    when i expand 'X' then i have to c Profiles of that
    jo

    Hi jyoshnaa,
    Based on my understanding, you want to display the Name values toggled by the ID, and the Profile toggled by Name.
    In your scenario, you can specify the Visibility for the textbox as hidden, then make the Textbox can be toggled by the corresponding report item. Please refer to the steps below:
    1. Specify the Visibility option for the Name group and [Profile] textbox like below:
    2. Preview the report.
    If you have any question, please feel free to ask.
    Best regards,
    Qiuyun Yu
    Qiuyun Yu
    TechNet Community Support

  • How to generate "Early watch report uisng sdccn"

    Hi Guys,
    Can any body please provide me brief knowledge on " how to generate an Early Watch Report using SDCCN"
    infact i have searched in the forums but not very much clear.
    Thanks,
    LAX

    Hi,
    can you look at this
    [EWA|https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.highlightedcontent?documenturi=%2flibrary%2fnetweaver%2fs-u%2fsolutionManager4.0-HowtogenerateEWA%E2%80%99sFromSatelliteSystems.pdf]
    [http://sapnetweavernotes.blogspot.com/2008/04/sap-earlywatch-alert.html]
    [https://service.sap.com/earlywatch]
    For taking EWA report through solution manager, you have to perform satelite system configuration. Please check the below link which have tutor files, related step by step documents for EWA.
      [http://www.service.sap.com/rkt-solman]--> select ur component version --> <Technology Cons. & System Admin.> select EWA
    763561 -- More information about SDCCN can be obtained here.
    91488 --- SAP Support Services- Central preparatory note.
    Regards,
    Muralidhar

  • How To Generate Early watch report Using SDCCN

    Hi Guys,
    Can any body please provide me brief  knowledge on " how to generate an Early Watch Report using SDCCN"
    infact i have searched in the forums but not very much clear.
    Thanks,
    LAX

    This may not be the appropriate forum for this question. You may want to consider posting your question on the SAP NetWeaver Administration forum instead.
    Having said that, the following may help:
    OSS Note 763561 - Service Data Control Center (SDCCN) - FAQ

  • Can we generate output of a report in an Excel Sheet?

    Hi All,
      Can anyone tell me how to generate output of a report in an Excel Sheet format?
    Thanks in advance,
    Jasmine.

    hi,
    try this sample...
    data: begin of itab occurs 0,
          vbeln like vbak-vbeln,
          posnr like vbap-posnr,
          end of itab.
    select vbeln
           posnr
           from vbap
           up to 20 rows
           into table itab.
    * EXCEL sheet using OLE automation.
    INCLUDE OLE2INCL.
    * handles for OLE objects
    DATA: H_EXCEL TYPE OLE2_OBJECT,        " Excel object
          H_WORK  TYPE OLE2_OBJECT,
          H_SHEET TYPE OLE2_OBJECT,
          H_CELL  TYPE OLE2_OBJECT,
          V_COL   LIKE SY-TABIX.     " column number of the cell
    DATA:
      V_STEP(30),
      V_FILE LIKE RLGRAP-FILENAME.
    * tell user what is going on
      CALL FUNCTION 'SAPGUI_PROGRESS_INDICATOR'
         EXPORTING
    *           PERCENTAGE = 0
               TEXT       = 'Creating Excel...'
           EXCEPTIONS
                OTHERS     = 1.
    * start Excel
      V_STEP = 'Starting Excel'.
      CREATE OBJECT H_EXCEL 'EXCEL.APPLICATION'.
      PERFORM ERR_HDL.
      SET PROPERTY OF H_EXCEL  'Visible' = 1.
      CALL METHOD OF H_EXCEL 'APPEND'
        EXPORTING  #1 = 'D:SappdfABAP Trainingsheettr.xls'.
    *  PERFORM ERR_HDL.
    * tell user what is going on
      CALL FUNCTION 'SAPGUI_PROGRESS_INDICATOR'
         EXPORTING
    *           PERCENTAGE = 0
               TEXT       = 'Adding Data to Excel...'
           EXCEPTIONS
                OTHERS     = 1.
    * Get the list of workbooks
      V_STEP = 'Preaparing Excel'.
      CALL METHOD OF H_EXCEL 'WORKBOOKS' = H_WORK.
      PERFORM ERR_HDL.
    ** Add new workbook (create a file)
      CALL METHOD OF H_WORK 'ADD'.
      PERFORM ERR_HDL.
    * Get the created worksheet
    ************************Sheet Number
      CALL METHOD OF H_EXCEL 'WORKSHEETS' = H_SHEET EXPORTING #1 = 3.
    ************************Sheet Number
      PERFORM ERR_HDL.
    * Activate (select) the first sheet
      CALL METHOD OF H_SHEET 'ACTIVATE'.
      PERFORM ERR_HDL.
    * tell user what is going on
      CALL FUNCTION 'SAPGUI_PROGRESS_INDICATOR'
         EXPORTING
    *           PERCENTAGE = 0
               TEXT       = 'Adding Data to Excel...'
           EXCEPTIONS
                OTHERS     = 1.
    * output column headings to active Excel sheet
      V_STEP = 'Adding data to Excel'.
      LOOP AT ITAB.
        V_COL = SY-TABIX.
        PERFORM FILL_CELL USING 1 V_COL ITAB-vbeln.
        PERFORM FILL_CELL USING 2 V_COL ITAB-posnr.
      ENDLOOP.
      V_STEP = 'Releasing Excel'.
      FREE OBJECT H_EXCEL.
      PERFORM ERR_HDL.
      H_EXCEL-HANDLE = -1.
    *&      Form  ERR_HDL
    *       text
    *  -->  p1        text
    FORM ERR_HDL.
      IF SY-SUBRC <> 0.
        WRITE: / 'Error in processing Excel File:', V_STEP.
        STOP.
      ENDIF.
    ENDFORM.                    " ERR_HDL
    *&      Form  FILL_CELL
    *       text
    *      -->P_1      text
    *      -->P_1      text
    *      -->P_1      text
    FORM FILL_CELL USING  ROW COL VAL.
      CALL METHOD OF H_EXCEL 'Cells' = H_CELL
                     EXPORTING #1 = ROW #2 = COL.
      PERFORM ERR_HDL.
      SET PROPERTY OF H_CELL 'Value' = VAL .
      PERFORM ERR_HDL.
    ENDFORM.                    " FILL_CELL
    regards
    satesh

Maybe you are looking for

  • Upgrading of 3000 N100's processor

    Hi, I have a 3000 N100 (076859G) laptop and don't want to buy a new laptop at the moment since I still really enjoy this one. I have allrerady upgraded the hard disk which is now a 7200t/m HDD, 250 G and which works just very fine and fast. I have al

  • How do you remove sort info from your itunes library?

    itunes keeps adding sort information back to my library when I sync my ipod classic and my ipod touch. I want to delete all sort info from my library ( over 17,000 songs, of which over 3,000 purchased on itunes ) please help.

  • Gnome 3.4.1 in extra

    Hi, Gnome 3.4.1 has just been moved to extra, and I must say that I'm quite disappointed. I don't see many new features, only new smooth scrolling (which is more annoying than useful tbh) and some GUI changes. I have two problems, though: 1) The whol

  • Cannot boot to Windows 8.1 after updating to Yosemite

    I am using a MacBook Pro (Retina 13-inch Late 2013) computer, and mainly use Windows 8.1 via bootcamp on it for work. I have just updated OS X Maverick to OS X Yosemite 10.10, and now when booting and holding option, the Windows and Backup partition

  • 32inch HDTV LCD

    Hello all - Im fairly new to the whole HDTV area, while ive had experience with one before but a blotch of dead pixel filled the screen and got annoying watching videos or using it as a pc monitor...ive found two monitors im interested in purchasing