IGS and Chart Type

Dear All,
I already try to install IGS 6.2 under Windows 2000 and in the IBM server after I create the RFC connection in my BW system (3.1) and successful. I create simple template in WAD using web item Chart and choose the chart type is PIE.
But when i run it the result is diffrent, the PIE chart become BAR chart.
So, anyone can give me advice or idea what is wrong? because when i try install again the IGS in PC with OS-WindowsXP it is OK.
Best regards,
Wawan S

Thank you Stefanie, unfortunately our landscape is still on NW04.
By the way I managed to develop a custom WebDynpro component that renders top-down and left- right org charts as a .PNG image by a rework of the open source Javelin OrgChart project.
In this way I can render charts at server side and I do not have to use java applets on client side. J2EE engine is rendering these images in just few milli seconds.
If anybody else is interested I can share this component. Maybe we can refine it better.
Kind regards,
Vitaliano

Similar Messages

  • My daughter had completed a chart in pages. I saved it and then clicked on other chart types. Now I can't go back to the original chart she made even though I have not re-saved the file. How can I go back to her original chart with data?

    My daughter had completed a chart in pages. I saved it and then clicked on other chart types. Now I can't go back to the original chart she made even though I have not re-saved the file. How can I go back to her original chart with data?

    I don't get what you are saying.
    Is this all the same document?
    What version of Pages?
    Have you tried to revert to a previous version?
    Peter

  • Bubble chart with scatter chart type and different bubble sizes

    Hello everybody,
    I would like to create a bubble chart (scatter chart) within Oracle 11g and Apex 4.2 with the standard chart types that come with Apex (anychart).
    I want to integrate two different KPIs (key performance indicators) in the chart, one for each axis (x and y) and additionally the size of the bubbles shall represent the size of the company, the KPIs belong to.
    That is to say, every bubble represents a company with two KPIs and its size.
    Now, I have problems changing the size of the bubbles. Can someone give me a hint where to start or how I could achieve this with  a standard sql query  (series) !?
    Is that possible with the standard charts (scatter type)?
    Can I control the color of the bubbles?
    How can I control the starting and ending points of the axes in order to show all bubbles completely even if they are e.g. 0,0 (x,y)  (this would show only a quarter of the bubble) or 0,3 (which would show only half of the bubble).
    I will be very thankful for some hints.
    Thank you very much in advance.
    Johnny

    Go to any chart and look at the examples.  You can view the xml, there are bubble chart examples.
    AnyChart - Cross-Platform Flash Charting Solutions For Your Project

  • Business Graphics - Chart Type - Columns, and Simple Scatter Type

    Hi,
        I am interested to know more about Business Graphics Specially Chart types Columns and
    Scatter type ( and Time Scatter).  I am facing problem in producing X and Y Co-ordinate values for Charts. (Specially Date Values in X Axis.). I tried with Time Scatter type and need more documents.
    Expecting Good Documents and suggestions.
    Thanks, 
             Vinod V

    Hi
    Check this link
    http://help.sap.com/saphelp_nwmobile71/helpdata/en/86/243f403f0a9354e10000000a155106/frameset.htm
    http://help.sap.com/saphelp_nwmobile71/helpdata/en/0b/79553b066d9414e10000000a114084/frameset.htm
    https://help.sap.com/saphelp_nw04/helpdata/en/0c/95c83956852b51e10000000a114084/frameset.htm
    thanks

  • Combine Line and Scatter types in Apex chart

    Hi,
    Can anyone help me create a chart which has features of both Line and Scatter types.
    i.e. Is it possible to join points in a Scatter chart?
    I am using Apex 4.1
    Thanks
    Bruceter

    Thanks for the suggestions Howard.
    I have searched the forum and found a few similar queries, but no obvious solutions.
    I may have to try something like the approach suggested by Hilary in the Re: Multi-series chart setting the series type - combine scatter and line thread.
    A common application for this functionality would be time-series plots (with irregular measurement times).
    Thanks
    Bruceter

  • Business Graphics, intermixing chart types

    Hi to all,
    Has anyone tried to intermix chart types?  Specifically, i'm trying to display a "column" type chart, but I would like to have a straight horizontal line through the chart indicating a key value or values.  Any help would be greatly appreciated.
    Thanks in advance

    Hi Michael,
    follow the following link
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/documents/a1-8-4/web dynpro tutorial and sample applications.faq#q-20
    How to use Business Graphics in Web Dynpro applications?
    The following tutorial shows you step-by-step how to create a simple business graphic using Web Dynpro.
    A simple business graphic is a chart consisting of a category and one or more data series. Column charts, bar charts and pie charts are typical examples of simple business graphics.
    Simple business graphics differ from complex business graphics, such as scatter charts and portfolio charts.
    Requirements
    In order to use business graphics in your application, you must install the Internet Graphics Service (IGS) on your server environment. Furthermore, the IGS must be configured on the J2EE engine.
    Code Sample
    The ready-to-use project is available to download from SDN.
    Corresponding Tutorial
    Using Business Graphics
    Hope this helped you
    Regards,
    RK

  • Different chart types in one chart

    Hi guys,
    I need to know if there is any wat to mix two different chart types in WAD.
    For instance, I have to key figures and I want to draw in the same chart Lines for one KF while I want Bars for the other KF.
    Is this possible ?
    Regards,

    This is done using the Secodary Axis. Check the following link.
    http://help.sap.com/saphelp_nw70/helpdata/en/0b/ac553bf3a76258e10000000a114084/content.htm

  • Can not converted to be a charter-type field

    Hi everyone,
      As i m new in abap . i wrote this code and received charter type error.
    *& Report  ZT11
    REPORT  ZT11.
    DATA: aa type lfa1.
         tables lfa1.
         select * from lfa1 into aa where lifnr > 'Z' .
             write / aa.
            endselect.
        if sy-subrc <> 0.
             write / 'No records found'.
            endif.
    error is
    'AA' can not converted to a character-type field.
    plz help to reslove the error .
    thanks in advance.
    Edited by: Faisal Abbasi on May 9, 2010 11:19 AM

    Hi Dear,
    This is Unicode problem, In unicode systme some restriction in programing.
    There is three kid of data type
    Character Processing ( C, N, D, T and STRING ).
    Byte Processing Mode ( X and XString ).
    Numeric Data Type ( I, P , F ).
    whenever in structure all kind of data types are used then you can not use WRITE and then whole structure name.
    in LFA1 in ECC6.0 if any custom fields are not added then up to length 1232 is determined as Character.
    so if you will give aa(1232) it will work similarlly other kid of remainig data tpe you move in another structure of required format and then check.
    REPORT ZT11.
    DATA: aa type lfa1.
    tables lfa1.
    select * from lfa1 into aa where lifnr > 'Z' .
    write / aa(1232).
    endselect.
    if sy-subrc 0.
    write / 'No records found'.
    endif.
    For better Understanding Check
    The following structure has both character-type and non-character-type components:
    BEGIN OF STRUC,
      a TYPE c LENGTH 3,    "Length 3 characters
      b TYPE n LENGTH 4,    "Length 4 characters
      c TYPE d,             "Length 8 characters
      d TYPE t,             "Length 6 characters
      e TYPE f,             "Length 8 bytes
      f TYPE c LENGTH 28,   "Length28 characters
      g TYPE x LENGTH 2,    "Length 2 bytes
    END OF STRUC.
    The Unicode fragment view splits the structure into four areas F1 - F5.
    [ aaa | bbbb | cccccccc | ddd | AAA | eeee | fffffffffffff | gg ]
    [            F1               |  F2 |  F3  |       F4      | F5 ]
    Offset/length access is only possible for the character-type initial fragment F1. Specifications such as struc(21) or struc7(14) are accepted and are handled as a single field of type c. An access such as struc57(2), for example, is not permitted in Unicode systems.

  • Getting all chart types in IChart

    hai can some plz solve this problem
    here im trying to plot the complete chart types of
    Ichart in a single page with tag query.
    for this i did it through simulator server i took One TagQuery , selected Mode as Taglist .And i took IBrwoser for list of tags with multi selection nd in that i enabled AlwaysExpandedMode and the Multiple Selection mode.Here im taking Chart types with select option in html and passing that variables into irpt file.in html page im taking list box of tag name for selecting tags and drop down of chart type for selecting chart type and one submit button for submiting the form.
    for tagvalues im taking a array for counting the tag values nd passing it into irpt
    that nd all fine
    iam getting chart also but iam getting chart for only five values. so whats the problem im facing here is after refreshing if i select two tag values its getting replace with the first two values of previous chart .
    so where im getting the problem could u plz let me know how to solve this problem
    Thanks &Regards
    Apsara

    Hi apsara,
                 From what i understood, the problem seems to be that the array is getting overwritten. Is it true??? Can u be more clear on this??
    Regards,
    Sushma.

  • Chart type option in diadem

    Hi,
    Do we have type of chart selection in diadem as like in excel which has different chart types like line, XY scatter, pie chart. At present I need X Y scatter type chart for my data.
    For example I have data like below,
    X -  0,    0.1,    0.2,    0.3,      0.4,    0.5
    Y - 300,    0,   250,       0,       350,    0
    I need the graph starting from 300 and coming down to zero and again starting from 250 & coming down to zero and again starting from 350 & coming down to zero. There should not any line joining from zero to 250 or from 0 to 350.
    Is it possible in diadem.
    Regards,
    X. Ignatius

    Hi Igni,
    DIAdem REPORT has the most flexibility in its various curve styles, of which XY Scatter is one, but a Pie Chart is completely missing.  Most people mean by an XY scatter plot a graph of only markers.  It sounds like you're requesting some of the points be connected by a line but other points not be connected.  Is there a regular pattern to the connections?  Could you send a picture of what you want to see?  If I understand you correctly, then we can do this in DIAdem by adding a NoValue between any data point you don't want to connect with a line.
    Brad Turpin
    DIAdem Product Support Engineer
    National Instruments

  • Magic Move and Charts

    I was watching the video of todays WWDC keynote and at one point Phil Schiller was showing a graph that smoothly changed vertical size and scale when transitioning between one slide and another. He then said (I am paraphrasing) "Magic Move in Keynote".
    I went right to my Keynote '09 and have spent the last 45 minutes trying to get Keynote to do such a smooth Magic Move transition. Started with a scatter chart. Generated on a page, copied and pasted in the next and just shrunk the vertical size. No smooth transition. I removed the legend from both. Same no go. Tried it with 4 other chart types and in none did Magic Move smoothly transition a chart from one page into another where the size was changed.
    Has anyone else done this? Look at the WWDC video - it happens with Phil's first part of the presentation showing numbers of OsX users. Can anyone duplicate this with a chart???

    I think so. There is no other way. As I said it's not perfect. Magic Move makes the animation dependent from the objects being at front and at back. To make it perfect, you need to care about that. As this would REALLY take time I didn't do so. But I think Apple does have employees for that
    You can do the diagram with keynote, then remove all gridlines etc. copy it and paste it into Photoshop as a Vector smart object. Then save it as a .psd file and put it back into keynote....

  • Multiple Chart Types

    Is there a way to have multiple charts types in one chart. I can not seem to figure it out. For example, I would like to display events per day as a bar chart and on the same chart have the average of events over the last week displayed as a line.

    I have come up with a far from perfect way to overcome this. With two data sets using the same x-axis values, I made two separate charts in 3D mode (can't get it to work in 2D). Then, I set one of the charts to have its Y-axis on the left and the other on the right. You will have to also change the colour for one of the charts. As the default first colour for most of the colour groups is blue, you'll either have to choose 'fun' or a textured group. Remove the x-axis values from one of the charts. Align the two charts, group and resize to your preferred size. You might need to ungroup and then resize one of them again to get a proper fit. Bear in mind that once they're grouped, you can't make any cosmetic changes to the charts - although data changes will be properly updated.
    Rather labour intensive, but sufficient until Apple gets its act together on this.

  • Chart type in WAD?

    Hi,
    I am working on charts of cone type in WAD(7.0).But I am not finding the cone shape charts.Can any one help me out.
    Thanks in Advance.
    Ravi

    Hello Ravi,
    Please change you Chart Class type and check. Since CONE is a display model and a type of chart which is available in BI7.0 as well.
    Please see this [Chart Types|http://help.sap.com/saphelp_nw04s/helpdata/en/8d/2e373be72b2f48e10000000a11402f/content.htm]
    Thanks
    Chandran

  • Two diffetent chart types in one chart

    Hi
    Can anyone tell me how i put a line and bars in one single chart?
    Regards.
    Oliver

    I don't think you can do it directly, but you can always set one on top of another, make the tops ones background invisible (No fill). make sure you select the object it self, not the individual chart objects only, and make its background (might be its "fill" property in the inspector) none. ( i am at a Windoze machine at work right now).
    don't forget to make the charts background's also none.
    just one idea. I just don't think there is multiple chart types in one chart yet. I might be wrong. Anyone at a mac that can verify for me?
    Thanks alot everyone,
    Jason

  • Setting Chart type property of iSPC chart dynamically doesn't work

    Hi all,
          I am trying to set the chart type property (XBAR, MEDIAN etc..) of iSPC chart dynamically from my html page.
    This is the code that I used.
    var chart_obj = document.iSPCChart.getChartObject();
    chart_obj.setChartType("MEDIAN");
    iSPCChart is my Applet name.
    But the code doesn't seem to work.
    The chart is always of the type that I have set in the iSPC display template.
    Can someone help me in this regard?
    Thanks a lot.
    Regards,
    M.Subathra

    M,
    Even though that method shows up in the script assistant and the docs it really doesn't work. 
    Just swap out the display template for one saved with the desired type:
    document.iSPCChart.setDisplayTemplate("Folder/MedianChart");
    document.iSPCChart.updateChart(true);
    With all of the alarm rules, colors, limits, settings, etc. it is not likely that you will have the same view (display template) that applies to every SPC chart type.
    There is also a predelivered example of an SPC Chart that uses an iframe and an irpt to dynamically pass the chart type (along with other settings) you can reference: http://<servername>/Lighthammer/Samples/SPC/Servers.irpt
    Regards,
    Jeremy Good

Maybe you are looking for