Action on category of splitt pie chart-- business graphics

Hi all,
I have a requirement for creating an action on click of a category of splitt pie chart type which will change the other catagory data corresponding to that portion of chart. Is this functionality possible or not. If yes plz guide me the steps.
Regards,
Madhavi

Hi Shishir,
Bad news for you... I think the only way to do it is by creating and adding the chart dynamically in the code.
Regards,
Mathieu.

Similar Messages

  • Comparision between Fusion Charts & Business Graphics

    hi,
    I need to show data in a graphical layout.
    I am not sure whether to use <i>Business Graphics</i> or <i>Fusion Charts</i>
    Is there any help doc or link which can provide me with the details about these two, their pros & cons, their prerequisites such as system requirements, ease of usage(from the end user as well as the developer point of view),etc
    I have used business graphics, and as a developer, it is sure easy to use.
    However, i would like to know more about both of them.
    Regards,
    Hanoz

    Hi
    Check this link this maybe helpful to you
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/3261cd90-0201-0010-268c-d8d72e358af6
    Regards
    SURYA

  • Pie Chart Callouts Remain After Updating DataProvider

    I have a Pie Chart with an Array Collection as the
    dataProvider. When I update the dataProvider, however, the Pie
    Chart callouts are not always displayed correctly. I basically have
    a form where a user can enter percentages of catregories, and the
    percentages are displayed in a pie chart right next to the form.
    When I update a value from zero to some positive number, the
    category is displayed in the pie chart correctly. But, when I
    update that value back to zero, the callout labels get funkified.
    For instance, sometimes one label is displayed twice, or if there
    is only one category filling the pie chart (100%), the previous
    callout labels are still displayed. I debugged and found that the
    underlying ArrayCollection values are correct, but it seems the
    series is not reflecting the values in the Collection. Any ideas
    how I can fix this?
    Thanks.

    Sure! Here you go. Simply edit any of the "value" values to
    be zero, and you will see what I'm talking about. Do it multiple
    times and it gets worse and worse. I'm using SDK 3.2.
    I'm starting to think this is a bug.

  • Pie Chart summarizing grid data

    New to Flex.  Searched for a method to build a pie chart based on a column in the grid we've created.
    So Far:
    The grid gets created based on info passed in a form.
    I can get two pie charts to be created based on specific columns in the data.
    The pie charts currently have 1 slice per row of data.
    Am I missing an easy way to build a Pie Chart that summarizes this?
    Instead of One Pie Slice per record, how do we get one pie slice per unique value in the data column?
    For instance:
    a datagrid of   source IP | Dest IP | Dest Port | Action
    I'd like a pie chart showing the percent of data per source IP.
    Is there something built in to Flex to handle this?

    Cool...  So if my XML looks like this:
    <options>
    <option>
      <datetime>2008-04-21 14:15:49</datetime>
      <origin>stone</origin>
      <action>reject</action>
      <rule>default</rule>
      <srcip>192.168.93.64</srcip>
      <dstip>192.168.201.10</dstip>
      <dport>988/tcp</dport>
    </option>
    </options
    And datagrid dataprovider is {eventData},
    eventData = event.result.option as XMLList;
    would it be:
    var ipSummary:Object = {};
    for each (var record:Object in eventData) {
      ipSummary[record.srcip] = (ipSummary[record.srcip] || 0) + 1;
    var pieData:Array = [];
    for (var key:String in ipSummary) {
      pieData.push({ srcip: key, activityCount: ipSummary[key] });
    The PieChart would look like:
    <mx:PieChart id="piechart2" dataProvider="{pieData}" showDataTips="true">
    <mx:series>
      <mx:PieSeries id="pieact" displayName="Source IP" field="activityCount"/>
    </mx:series>
    </mx:PieChart>
    Obviously I'm New at Flex...  

  • Business graphics/series:series/Point" Role "Values":A minimum 1 object(s)

    Hi All,
    I am getting an error:
    Webdynpro generation: metadata constraint of component component_name is violated: Point "// WebDynpro/View:com.domain.ProjectViewName/RootUIelementcontainer/...../ business graphics/series:series/Point" Role "Values":A minimum 1 object(s) is required.
    I am using pie chart for graphics.
    Thanks and regards,
    Hanif Kukkalli

    Hi ,
    When you create a series , you have to create a series -> series_point->point ->numerical or time value..
    Blogs by Marcin Galczynski
    /people/sap.user72/blog/2006/05/01/advanced-business-graphics--time-scatter
    Or you can use a simple series
    /people/sap.user72/blog/2005/03/23/business-graphics-in-webdynpro
    Regards
    Bharathwaj

  • NW 7.1 CE problems triggering onAction event for Business Graphics?

    I have ported an application that was running on NWDS 7.0 to CE 7.1. No problems with code compilation and on the web page everything is working fine in 7.1 except that I am unable to trigger the onAction event on Business Graphics (e.g., bar chart). In 7.1 the cursor is not even changing from pointer to hand when I mouseover on the bar legend as it does when I run the app in 7.0. Is this a server setting with CE7.1 or am I missing something else?

    I figured it out after some more poking around. In NW7.1 CE, the additional required step is to map the eventID of the Chart (Business Graphics) Category also to the same attribute as Category description.

  • Problem with Pie chart, Store Procedure and Category Axis

    Hi All,
    I'm having a problem when i try to use a Pie Chart with a store procedure
    when Category Axis - Field value is "none", the chart appears, but the description say Undefined
    but when i put any field from store procedure, the chart doesn't show.
    when I try the same with a normal SQL statement, all data was displayed
    my store procedure only have 2 columns
    n - numeric
    state - text
    The Store Procedure and the SQL, returns the same data in the same order
    Thanks in advance
    Cristian

    Hi guys,
    I need guide on creating a system using store procedure, referring to this thread: JDBC System Connection VS BI JDBC System Connection
    Hope you can help me out.
    Thanks a lot,
    Sarah

  • Pie chart control action

    Hi 
    I am using  SSRS 2008 R2.
    Is it possible to control the rotation of the fields in the 2-D pie chart clockwise/anticlockwise?
    Any help on this would be appreciated.

    Are you referring to the order in which the pie pieces are displayed or the degree on which the first piece appears?
    You can use sorting on the pie, this is located in the category group properties.
    To change the position of the first piece you can use the
    PieStartAngle property.
    More details: Pie Chart Techniques
    SQL Server MVP, MCITP/MCTS SQL Server 2008
    Check out my articles at BI: Beer Intelligence

  • Regarding Business Graphics : Type Pie Chart

    Hello Experts,
    I am using the business graphics of type Pie Chart. I get the data properly displayed in the form a pie chart pir ture. But only thing missing here is, i dont get to see what percentage or the number of each part of pie.
    Example:
    I have a scenario where i want show the number or percentage on the parts of pie chart. It can be like a mouse over display or a plan static disply on each part of pie.
    Is this possible.. if yes .. kindly suggest.
    Thanks,
    Naresh

    Hi,
    Go through the following link.
    [https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/ca932ebc-0901-0010-68a0-b4dd81a4bf81]
    It gives a step by step procedure for creating business graphics in WDA.
    Hope it helps.
    Thanks.

  • Business Graphics:Create multiple Pie charts dynamically

    Hi Experts,
    I have a requirement to create 10 different pie chart in a view in a Grid layout.
    The charts will be created dynamically because the data will be known at runtime.
    Any type of help will be appreciated
    Regards.

    Hi,
    Here is a simple example:
    you must write this code in wdDoModfy() method, in if (firstTime){}
    in the layout there is already created one transperent container with id BG_CONTAINER
    //add a node
    IWDNodeInfo loDynNode = wdContext.getNodeInfo().addChild("DynNode", null, true, false, true, false, false, true, null, null, null);
    //add some attributes to it
              loDynNode.addAttribute("DynAttr1Str", "ddic:com.sap.dictionary.string");
              loDynNode.addAttribute("DynAttr2Int", "ddic:com.sap.dictionary.integer");
    //get the node
              IWDNode node = wdContext.getChildNode("DynNode", 0);
    //fill the node with some values
              for (int i = 0; i < 10; i ++){
                   IWDNodeElement element = node.createElement();
                   element.setAttributeValue("DynAttr1Str", "Str value " + i);
                   element.setAttributeValue("DynAttr2Int", new Integer(i));
                   // Add to the content
                   node.addElement(element);
    //get the attributes, we will use the attrinfo to bind them to the series
              IWDAttributeInfo loDynAttr1StrInfo = loDynNode.getAttribute("DynAttr1Str");
              IWDAttributeInfo loDynAttr2IntInfo = loDynNode.getAttribute("DynAttr2Int");
    //create the graphics
              IWDBusinessGraphics loGraphics = (IWDBusinessGraphics)view.createElement(IWDBusinessGraphics.class,"bg1");
    //set the type to pie
              loGraphics.setChartType(WDBusinessGraphicsType.PIE);
    //create a simple series and bind the integer attribute to it
              IWDSimpleSeries loSSeries = (IWDSimpleSeries)view.createElement(IWDSimpleSeries.class, "Series1");
              loSSeries.bindValue(loDynAttr2IntInfo);
    //create the  category and bind the string attribute to it
              IWDCategory loCategory = (IWDCategory)view.createElement(IWDCategory.class,"Category1");
              loCategory.bindDescription(loDynAttr1StrInfo);
    //add series and category
              loGraphics.addSeries(loSSeries);
              loGraphics.setCategory(loCategory);
    //I assume that there is a transperent container already created design time to put the graphics there
    //container with id BG_CONTAINER
              IWDTransparentContainer loContainer =  (IWDTransparentContainer)view.getElement("BG_CONTAINER");
    //add the graphics
              loContainer.addChild(loGraphics);
    If this is the type of graphics you need then you must simply do a for cycle and supply the graphics with the right node elements and you are ready.
    Best regards,
    Anton

  • Drill down in pie chart using Business Graphics?

    Hi,
    I have create a pie chart using business graphics UI element. is it possible to drill down when we click on a part of pie chart?
    Please let me know how can we achieve this. Thank you.
    Regards,
    Bharat.

    I got the solution. we can identify this by using the event id property.
    Regards,
    Bharat.

  • Business Graphics - Pie Chart

    Hi,
    How to display the value of each pie in a pie chart in the form of percentage?
    Regards,
    Nikita

    http://www.hostpix.de/file.php?dat=DvsJtq41.JPG
    I hope this has helped you
    Edited by: Bettina Spitzmüller on Jun 3, 2008 8:56 AM

  • 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

  • Pie chart in SAP

    Hi,
        How can I display the output of my report in the form of a pie-chart ?
       Please let me know if there is a way to do so.

    Hi,
    DataSource (cardinality 0..n, selection 0..1)
    +CategoryID
    +CategoryName
    +SeriesValue1
    UI layout:
    We have business graphic with type "pie" ("seriesSource" bound to "DataSource"). We have "Category1" as category under business graphic ("description" bound to "DataSource.CategoryName") and "Series1" as series ("pointSource" biund to "DataSource") and "Series1_Point" as point under series (customizingID bound to "DataSource.CategoryID" !VERY IMPORTANT!, "valueSource" to "DataSource") and NumericValue1 as value under point (type is "y", value bound to "DataSource.SeriesValue1").
    View controller:
    Method wdDoInit (to initialize DataSource):
    codeIPrivateSimpleGraphicsView.ICategoriesNode catsnode = wdContext.nodeCategories();
    for (int aIndex = 0; aIndex <= 5; ++aIndex) {
    IPrivateSimpleGraphicsView.ICategoriesElement catelem = catsnode.createCategoriesElement();
    catelem.setCategoryText("SOME_TEXT");
    catelem.setCategoryID("Point" + aIndex);
    catelem.setSeries1Value(aIndex);
    catsnode.addElement(catelem);
    }[/code]
    Method wdDoModifyView (to build customization):
    code
    if(firstTime) {
    final IWDBusinessGraphics bg = (IWDBusinessGraphics)view.getElement("BusinessGraphic");
    StringBuffer sb = new StringBuffer();
    sb.append("<SAPChartCustomizing version=\"1.1\">");
    sb.append("<Values>");
    for (int aIndex = 0; aIndex <= 5; ++aIndex) {
    sb.append("<Point id=\"Point").append(aIndex).append("\">");
    sb.append(" <ShowLabel>true</ShowLabel>");
    sb.append(" <Format>$Percent0.00 "% ("0.00")"</Format>");
    sb.append("</Point>");
    sb.append("</Values>");
    sb.append("</SAPChartCustomizing>");
    bg.setDirectCustomizing(sb.toString());
    [/code]
    And that`s it!
    Regards,
    Flavya

  • Pie Chart Designing help

    Hai ,
    Can Any body help me in creating a Pie Chart in Web dynpro ABAP ,
    My requirement is I have an  data in an internal table with company code and  Amount , which need to be displayed in Pie chart , it could be helped if u send me the code .
    Regards,
    K. Vinay Kumar

    Hi Vinay,
              Following are the steps to be followed.
                      1.  Add the Business Graphics(BG) UI Element  in the view.
                      2.  Change the chart type to pie
                      3.  Rite click on the BG UI and add catergory and series(simpleseries).
                      4.  Bind the category with the company code and series with the values.
                      5.  If u like the customize the BG, rite click and 'Edit customization' which will create a MIME Xml file.
    Ranganathan.

Maybe you are looking for

  • The order in attribute set is MESSED UP

    Hello forum, Here is an intricate description of my problem: When I define BRIDGE_TYPE attribute set for Discoverer the sequence of attributes often changes in attribute set without my intervention. This is especially the problem because advanced att

  • ITunes a victim of the obesity epidemic?

    These may be "Wish List" items. And they may have been raised before (but with limited time I haven't found a duplicate post). So I'm wondering if this post will bring up some comments, support, or an argument to tell me why I'm wrong. *1) _Mandatory

  • Syslog Collector failure with third party SSL certificate

    Hello, We recently replaced our self-signed SSL certificates with certificates provided by our agency. After the change subscription attempts to the collector in [RME>Tools>Syslog>Syslog Collector Status] failed: SCLA0126: Could not subscribe to the

  • RE: export to play on a windows media player

    I am forced by the IT department to put a video onto windows media player, Which format works the best, I want to share a 15 min video over the net. ANY help or advice would be appreciated. I have tried AVI but the video looks like crap, compared to

  • Persisting Declarative Component attributes using MDS

    Hi, I have created a Declarative Component with some custom attributes. Is there a way to persist the component attributes using MDS or by some other means. Thanks Prahlad