How to generate graph

Hi All
I have an query
i want to generate graph with below data
data are hard coded for both the tables
normally if data is coming from DB than we will just do RT click and click on TURN INTO and get graph options.
due to hard coded all options are hide
dont not what to do
Country
SR
india
15%
us
20%
uk
25%
kenya
30%
I am using sap bo 3.1 (infoview)
Thanks in advance
Ranjeet

hard coded means
ndia
15%
us
20%
uk
25%
kenya
30%
for 15% different formula
for 20 % different formula
for 25 % different formula
for 30 % different formula
please give some suggestion
Ranjeet

Similar Messages

  • How to generate graph's in portal based on customer data

    Hi
    customer wants graphs based on BW data in the portal.is it possible to generate graph's in BW and display it in portal?
    Prasad

    Yes, you would need to integrate the BEX URL in the BW iView.
    Otherwise if the whole BW role needs to be imported into the portal, please use role upload functionality in System Admin.
    If your BW is BW 3.5 then you can directly publish BW reports from BW to the portal.
    Vibhu

  • How to generate graph of total CSV used space ?

    hi ,
    I want to generate graph of total  Hyper-v CSV used space
    we use scom and i can get graph of each volume individually.
    I want to create a summation graph to know average growth rate
    Ramy Shaker

    I don't think this (http://gallery.technet.microsoft.com/scriptcenter/HyperV-Dash-Board-VM-Disk-299bac7d) will give you a graph of the total, but you should
    be able to look at the code and create your own summation.  What you are asking for is something that would be custom, so you are likely to have to create it on your own.  At least Shabarinath has written PowerShell code to get the information you
    want to summarize.
    . : | : . : | : . tim

  • How to generate graphs from csv file and show on remote clients?

    Hi,
    I have set of csv files. Each file has 104 parameters. From these parameters different graphs have to be generated and displayed to remote clients thru tomcat.
    Can anyone tell me how to do that?
    cheers,
    its reeju

    it's very easy to load the CSV into java objects. Once you have done that why not use the Java2D API to draw your graphs and then use the Sun JPG encoder tools to write out a jpg stream back to the browser (you will need to set the content type for jpg).

  • Generates graph for images

    hi...
    sorry if diz Q oready out sumwhere.
    any1 know how to generate graph for an image (eg: gif, jpg)
    can it be done using java?

    You can read the cursor position on a XY graph to input a a new point when
    the user moves it.
    Attached is a clever trick to detect when the user releases the mouse
    button to stop the curve input. On Macs and some Windows releases, the mouse
    must be moved at least one pixel for the button release be detected.
    Enjoy.
    Jean-Pierre
    [Attachment MouseTrack.llb, see below]
    LabVIEW, C'est LabVIEW
    Attachments:
    MouseTrack.llb ‏113 KB

  • 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

  • How to generate a report in Excel with multiple sheets using oracle10g

    Hi,
    I need a small help...
    we are using Oracle 10g...
    How to generate a report in Excel with multiple sheets.
    Thanks in advance.
    Regards,
    Ram

    Thanks Denis.
    I am using Oraclereports 10g version, i know desformat=spreadsheet will create single worksheet with out pagination, but my requirment is like the output should be generated in .xls file, and each worksheet will have both data and graphs.
    rdf paperlayout format will not workout for generating multiple worksheets.
    Is it possible to create multiple worksheets by using .jsp weblayout(web source) in oracle reports10g. If possible please provide me some examples
    Regards,
    Ram

  • How to open graph in browser

    i am generating graphs in my application using swing and i want to export it to other software.i want to save it in paint Brush,photoshop .
    how can i open it in browser as web document.
    plz guide me...

    Use the Runtime getRuntime();
    Runtime runtime = Runtime.getRuntime();
    This will allow you access to the exec() methods. These will allow you
    to call operating system commands.
    runtime.exec("\"C:\\Program Files\\Internet Explorer\\IEXPLORE.EXE\" " + url);
    Where the url is a valid file url. So you application must write to a
    file and then generate a url to that file. You should check where the
    IEXPLORE.EXE is on you 'puter

  • How to generate control limits in control chart

    I want to generate a X bar chart with control limits, sample size is Fix- 1.
    SPC criterion I selected is 020 ie Task List characteristics/ Material.
    1)Sampling Procedure I used- Fixed-1
    2)Valuation mode I used- Attrib non conforming units/ manual.
    3)Control chart I am using is 110- Shewart chart for X bar.
    But when I click for control limits in chart it is saying control limits for track 1 could not be calculated.
    Could anyone guide me, how to generate control limits for this graph. Sammple size will alwyas be 1.
    Please let me know should I change control chart type in this case.

    Hi Jaison,
    You should use valuation mode - SPC valuation in sampling procedure.
    Also you have to use sampling procedure with inspection points.
    as practically every hour or depending on the frequency decided we collect the measurements and calculate the SPC.
    now after correction in the sampling procedure create new inspection lot and check SPC.
    try out and revert.
    Regards,
    Anil

  • How to Generate Chart (line chart, bar chart)!

    I want to generate Graphic Chart using Java,(e.g. line chart, bar chart).
    Is any Class can easy to generate Chart??
    thanks!

    petes1234 wrote:
    meacod wrote:
    Dimpu wrote:
    i need the source code how to generate the graphs using the Java
    Give me teh codes?
    And yes, this thread is old.Also note how the poster here politely requests help along with the use of the word "please". Very instructive. He'll get far here.Indeed, you are wise in the ways of the fool **bows politely**

  • Generating graphs/diagrams

    Does anyone have a good tip on how to generate a diagram/chart/graph over a database table? Do I need some extra program or are there allready something that I can use?
    Very grateful for tips / Daniel

    Hi
    There are some methods in order to send 2d graphics :
    a) generate at server level an image and send it to client. There are some sambles at Core servlets book from Sun press (the idea is obtain a grapphics object and encode to jpg etc)
    b) use the SVG spec. SVG is a XML gramar to 2D graphics. You have an api from jakarta : Batic. I used SVG not only to send graphs but also cartographic information. It is a standar declared by w3. There are some site where you can learn SVG : w3, adobe and so on. You need, at this moment, some plugin like Adobe or Corel. The grapphic is interactive and via dom you can modify, add events and so on. Next releases of browsers will implement (native) the spec.
    c) use of flash. It is not standard. I can't say none because i can't use.
    Hope this helps

  • Generate Graph for Visualization!

    hi,
    How can i generate graphs in java and where can i find any examples and codes?I want to view a simple two sets of data in numbers and represent it in tha java application?
    Do i have to code it in java or use any third party tool?
    I hope anyone can help me on this.
    Thanks
    Nanthan.R

    Go to www.jfree.org. They have a free charting API.
    KR,
    Jan

  • How to generate jasper report in pdf format using swing

    hi all,
    im new to swing and jasper.. can anybody provide me some example on how to generate the jasper report in pdf format? i will call the reportManager from sessionBean.. below is my code:
    1)delegate:
    public GenerateReportDto generateIntoPdfReport(String fileName, String outputFileName, Map parameters){
    GenerateReportDto generateReportDto = getAuditTrailServiceRemote().generateIntoPdfReport(fileName, outputFileName, parameters);
    return generateReportDto;
    2)sessionBean:
    public GenerateReportDto generateIntoPdfReport(String fileName, String outputFileName, Map parameters){
    //Map parameters = new HashMap();
    ReportManager reportManager = new ReportManager();
    3)ReportManager()
    public void generateIntoPdfReport(String fileName, String outputFileName, Map parameters) {
              Connection conn = null;
              try {
                   conn = dataSource.getConnection();
                   //Generate the report to bytes
                   File reportFile = new File(fileName);               
                   byte[] bytes =
                        JasperRunManager.runReportToPdf(
                             reportFile.getPath(),
                             parameters,
                             conn
              //conn.close();
              //Write the bytes to a file
              ByteBuffer buf = ByteBuffer.wrap(bytes);
              File file = new File(outputFileName);
              // (if the file exists)
              boolean append = false;
              // Create a writable file channel
              FileChannel wChannel = new FileOutputStream(file, append).getChannel();
              // Write the ByteBuffer contents; the bytes between the ByteBuffer's
              // position and the limit is written to the file
              wChannel.write(buf);
              // Close the file
              wChannel.close();
              } finally {
                   if (conn != null) {
    conn.close();
    Any help would be highly appreciated. Thanks in advance

    Hi ,
    One 'simple' way is by using the DBMS_SCHEDULER db package and the procedure CREATE_JOB(....) using as job_type the value 'EXECUTABLE'...
    Read for further info in 'PL/SQL Packages and Types Reference'.
    If you have access to OEM ... you can configure this there using wizard.....
    Other way is to use the External Procedure call capabiblity of Oracle DB Server...:
    http://www.oracle.com/pls/db102/ranked?word=external+procedure+call&remark=federated_search
    My greetings,
    Sim

  • Best Practices:: How to generate XML file from a ResultSet

    Hi all,
    Could someone please suggest the best practices of how to generate an XML file from a resultset? I am developing a web application in Java with Oracle database and one of my tasks is to generate an XML file when the user, for example, click a "download as XML" button on the JSP. The application is basically like an Order with line items. I am using Struts and my first thought has been to have an action class which will extend struts's DownloadAction and through StAX's Iterator API to create an XML file. I intend to have a POJO which will have properties of all columns of my order and line items tables so that for each order I get all line items and:
    1. Write order details then
    2. Through an iterator write line items of that order to an XML file.
    I will greatly appreciate for comments or suggestions on the best way to do this through any pointers on the Web.
    alex

    Use a OracleWebRowSet in which an XML representation of the result set may be obtained.
    http://www.oracle.com/technology/sample_code/tech/java/sqlj_jdbc/files/oracle10g/webrowset/Readme.html
    http://download.oracle.com/docs/cd/B28359_01/java.111/b31224/jcrowset.htm

  • How to generate multiple output pdf's from one oracle reports

    how to generate multiple output pdf's from one oracle reports.
    I have a report where I have to generate more than one output files from the same report based on a parameter.
    Each output file is for each parameter.
    Is this possible in oracle reports, is so how ?

    You can better post your question in the reports forum instead of this pl/sql forum.

Maybe you are looking for