Linking Pie Chart & Table to Bubble Chart Values

Hi All,
I am new to Xcelsius and I have an issue with my drilldown.
I have a Combo Box and choose Plants from this and my Bubble Chart updates according to the value in combo box.
Now I want to hover over the 'bubble' and want a Pie Chart and Table to reflect the values from that bubble. The value in the Bubble is a total and I want the Pie Chart and Table to be splits of this total - eg. Total of 50 employees but want the Pie Chart and Table to reflect splits per team.
I know the Destination Values from the Bubble Chart should be in the Pie Chart and the Drilldown should be enabled. However, the values that I want to show in the Pie Chart are different eg. Bubble Chart will say 50 but in the Pie Chart I want to see 5 segments of 10  - 50. ie. the Total of 50 split into the appropriate 5 teams. How do I create this linkage/drilldown where it takes the 50 and when I hover over this bubble, the Pie Chart shows the team split by looking up a different set of data. Have tried adding this into the drilldown area in the Pie Chart, where the source data is the split and the destination data is another area to pick up this data.
Any advice would be much appreciated.
Thanks,
Scott

Hi Maddy,
Thanks for the reply.
My scenario is :
In the Combo Box, you choose an Industry.
From each industry there are 4 values.
Industry      Employees     Int FTE     Ext FTE     Total FTE
Education     5000          5     8     13
Retail          40000          15     18     33 etc.
When I choose Education from the Combo Box, in the Bubble Chart I want to see a bubble for Education at the point of 5000 (X-axis) and 13 (Y-axis). This works fine.
I now want to hover over the Education u2018bubbleu2019 and the Pie Chart will show a split between Int FTE & Ext FTE u2013 ie. 5 & 8. I have added the relevant details to the drilldown and I still can't get this to work.
Also by hovering over the bubble, I want a table to change too, that shows a breakdown of what teams the Int FTE & Ext FTE is made up from and how many employees are in each team. This data is picked up from a different destination and I not sure how we link this to the data above.
Hope this helps.
Scott

Similar Messages

  • Trying to link thru 3 tables to get a value

    I am able to read a starting value {X12HEAD.GS_ID} from my input file. This is equal to a unique value {EDTRDPTNRS.GS_ID} in the EDTRDPTNRS table.
    Once that record is found, I can take the value {EDTRDPTNRS.TPID} and concatenate "_I_VENDOR" to it and find that value in the EDSUBTBL in the field LIST_NAME.
    Once that record is found, I can use the value {EDSUBTBL.LAWSON_VALUE} to find {APVENMAST.VENDOR}. I can then read the value of  {APVENMAST.VENDOR_VNAME} which is what I was looking for all along.
    if ({X12HEAD.GS_ID} = {EDTRDPTNRS.GS_ID}) then
        if (({EDTRDPTNRS.TPID}+ "_I_VENDOR") = {EDSUBTBL.LIST_NAME}) then
            if ({EDSUBTBL.LAWSON_VALUE} = {APVENMAST.VENDOR}) then
                {APVENMAST.VENDOR_VNAME};
    The problem is that this does not return anything. I also don't get any errors. Can somebody help me?

    I understand that I need to use SQL queries to get to the three levels. I tried to get the first level to work using,
    SELECT   "EDTRDPTNRS.TPID"
      FROM   "LOGAN9.EDTRDPTNRS", "JCARROTT.X12HEAD"
    WHERE   (EDTRDPTNRS.EXT_GS_ID = X12HEAD.GS_ID)
    The error message was:
    Error in compiling SQL expression: Database ConnectionError:'SQL Exception: [SQL State:] 42000 [Error Mesage]: ORA-00936:missing expression [Database Vendor Code: 936]'.
    I am trying to get the first answer so I can then use that answer for the next SQL Expression.

  • Bubble chart in Xcelsius

    Hi,
    I am building a report which uses the below data
    Region______Verticals________calyear____Revenue
    APJ________Banking_________2007_____10
    EmEA______Insurance________2008_____20
    Central______Media___________CAGR____6.8
    I need to have 3 filters for Region, Verticals and calyear
    in the calyear filter I need to show only the values 2007 and 2008 but not CAGR
    on this data I need to build a bubble chart where it takes Revenue values in x axis CAGR in Y axis ,intially the default value for revenue should be 2007 on the chart and in the filter
    How do I need to arrange the data in excel for building this report
    Please help me out

    For the filter, you just need to exclude the row containing CAGR from the filter's source data.  However the data set you've provided is somewhat confusing since the value of CAGR under your "calyear" column does not actually represent a numerical year.  This might be an issue with the bubble chart since the bubble chart represents 3 dimensions that have to be numeric.
    Perhaps you can use a line chart and have CAGR as the Y axis label.  Make the plot series appear as bubbles and remove the connecting lines in the appearance settings.

  • Overlapping Bubble Charts with Categories

    I am struggling to create a report that looks like this in SSRS 2008 R2:
    Where I have a list of emails like this:
    I'm struggling to create an SSRS report with this data and a chart that looks like the attached:
    Email, ContactType
    [email protected], "Account Manager"
    [email protected], "Account Manager"
    [email protected], "Legal"
    Basically there is an overlap, the chart is a bubble chart that is a count of email types, and the overlapping area is where the contacts are the same email address.
    Is this even possible in SSRS?
    Scott Weeden

    Hi ScottWeeden,
    According to your description, you want to create a map displaying a overlapping area where two location share one email address. Right?
    In Reporting Service, when creating a map, we need to insert spatial data and analytical data. To relate analytical data to map elements on a layer, you must specify match fields. Match fields are used to build a relationship between map elements and
    analytical data. However, in each match field, we can only specify a unique analytical value for each spatial location. And in this scenario, you only have two fields, it's impossible to specify multiple analytical data on one location. So your requirement
    can't be achieved currently.
    If you have any question, please feel free to ask.
    Best Regards,
    Simon Hou

  • Bubble chart showing multiple values

    Hi,
    I have a requirement to create bubble chart with following data.
    Quarter   VendorGrp    Invoice      Inv.Amnt    Status    TaxAmnt
    Q1              AA              I1                 2000            A             10
    Q1              BB              I2                 4500            A             20
    Q2              AA              I3                 2500            A             12
    Q2              AA              I4                 3500            A             15
    Q2              BB              I5                 4000            A             20
    Q3              CC              I6                 4200            A             32
    Q3              AA              I6                 2500            A             18
    Q4              BB              I6                 3000            A             42
    Q4              CC              I6                 1000            A             25
    I want to make below chart
    On mouse hover we should see all values.
    I cannot show Quarters in category axis and Invoices which are coming inside quarters. Also status should be displayed inside bubble.
    Please guide me if we can achieve it.
    Thanks,
    Ankit

    Hi,
         Wire the data outside the for loop for get an auto index array with all elements.
         You can check too: Tutorial: Arrays and Clusters.
    Best Regards,
    Luis A. Mata C.
    Ing. Electrónico
    Anaco - Venezuela

  • Bubble chart with connecting line

    Hi All,
    Is there a way we can create bubble chart with connecting line.The bubble chart has only two measure, horizontal and size of bubble connected by lines. I am not able to find this kind of chart.Is there a way for similar chart?
    I am showing the chart in this link.
    http://imageshack.us/photo/my-images/689/bubblewv.png/
    Thanks,
    Vishal
    Edited by: 872073 on Sep 27, 2012 7:20 AM

    I need to make an assumption to answer your question:  I need to assume that you are getting your data with a query similar to:
    select DoW, Part, sum(qty) as Count
    from sales
    group by DoW, Part
    Change that to...
    select DoW, Part, sum(qty) as Count
    from sales
    group by DoW, Part
    UNION ALL
    select distinct "Target" as DoW, Part, 50 as Count
    from sales
    That will feed the target into the cross tab, which will create an additional column, Target, with the value 50 for all parts.  If the target is for the day, not part, then you would UNION
    select distinct DoW, "Target" as Part, 50 as Count
    from sales
    which would give you an additional row with the constant target value of 50.
    HTH,
    Carl
    P.S.,  There might be (probably is) better tables to use as the FROM table for the target SELECT.  I wanted to keep things simple...

  • Changing bubble chart to get a portfolio analysis?

    Hello,
    I am trying to get a portfolio analysis chart into XCelsius.
    For that I am trying a workaround via a bubble chart.
    My problem is that a usual portfolio chart has its own axis labels and does not have numerical values on its axis.
    e.g. the caption for "low" "medium" "high" as seen on this picture:
    http://www.1000ventures.com/design_elements/selfmade/strategy_formulation_ge_matrix_6x4.png
    Is there any possibility to set such axis label values inside the bubble chart?
    I would like to avoid setting extra labels because the dashboard user should be able to choose how many fields he wants.
    Thank you
    Edit: Another question about the bubble chart:
    When I increase the size of one bubble, it actually does not become bigger, but the other bubbles become smaller. I suggest it has something to do with the marker size set to the chart.
    Is there any way to get one buuble bigger without influencing other bubbles?
    Edited by: Robert Karlovic on Apr 22, 2010 10:26 AM

    "Is that my only option?"
    You asked:
    "How do I make the proper adjustment to get an accurately depicted pie chart?"
    Numbers will chart the information that you supply.
    If your spreadsheet supplies the negative values, and those values are sent to cells included in the group selected for the chart, then those values, ignoring the sign, will be included in the chart.
    If you don't want those values included in the chart, then 'the proper adjustment' is to not supply the chart with those values.
    You can do that using Badunit's formula, or this version:
    =IF(B<0,"",B)
    Different appearance on the table, but the same appearance on the chart as with BU's formula.
    Regtards,
    Barry

  • Bubble Chart

    Hi!
    Is there any way to control the bubble size in a chart? I would like to make the bubbles smaller because they're too close. The actual size makes a bubble occupies a piece of another bubble.
    I have changed the value of bubblePercentSize in XML (Advanced tab), but it didn't change anything in my report.
    Thanks.

    translate the cartesian x/y coordinates to the canvas . . . When the chart graphs the point, it is set to the proper location unlike the behavior in BubbleChart.For some reason the bubble chart seems to require that the node you set for your data extends from Region. By default BubbleChart uses a StackPane to represent data points. If you just use a Shape like a Circle, it will not get it's layout adjusted correctly, but if you use (for instance a custom StackPane), it will at least end up in the right place. However, any custom nodes you set for the BubbleChart seemed to be squashed (e.g. they don't retain their original proportion) and I couldn't work out how to override that behaviour, which is why "I couldn't get it to work well".
    Effectively I have the BubbleChart I was looking for by using ScatterChart, go figureNice thinking outside the box. Happy you got your solution.
    Don't hesitate to log an issue at http://javafx-jira.kenai.com/ (you can link back to this forum thread).
    I think others will likely run into the same issues as the chart package receives wider use.

  • Bubble chart Show data tips always on

    Hi
    I am having a bubble chart with 2 or more series. where itemRenderer could be triangle,Cross or Circle. Now i need to display the label on the radius of item.
    Any help is heartly welcome.
    with thanks

    Thanks John, that link was very helpful.
    Shame you can't seem to get the X & Y values for a normal Line chart though. However having the series name available makes such a difference

  • Bubble chart legend problem

    Hello.
    I have problem with bubble chart the problem is that in chart legend appear the same number of object what bubble in chart e.g. if chart have 5 bubble then legend also have 5 object.
    What do I want to obtain is that in chart appear bubble which have different color (color depends on condition) and legend relate only colors. For example if chart have 4 bubble 3 - red and 1 - green then in legend appear only two position which relate green and red color (now appear 4 object three about red and one green).
    Can any one tell me how to resolve this problem?

    I already did this I added three condition (three colors red, green and yellow) in field "Value of" I choosed "is equal to" unfortunately it didn't help.
    Maybe I joust try to describe what I want to show in this chart.
    Suppose I have table with four columns u201Cdateu201D, u201Camount (number type)u201D, u201Csize (number type)u201D, u201Crisku201D (text type) now where this value appear on chart:
    - date is x axis
    - amount is y axis
    - size is a bubble size
    - risk will be bubble color
    Now I have 3 kind of risk u201CLowu201D (green color), u201CMediumu201D (yellow color) and u201CHighu201D (red color).
    Now in my data base I have table with record:
    - u201C11-11-2009u201D, u201C1u201D, u201C2u201D, u201CMediumu201D
    - u201C12-11-2009u201D, u201C2u201D, u201C1u201D, u201CMediumu201D
    - u201C13-11-2009u201D, u201C1u201D, u201C1u201D, u201CHighu201D
    - u201C14-11-2009u201D, u201C3u201D, u201C3u201D, u201CLowu201D
    - u201C15-11-2009u201D, u201C1u201D, u201C1u201D, u201CLowu201D
    Ok so now In My chart I should have 5 bubble and in legend three value (green, red, yellow) but in this case I always have five (the same number what record in table).
    Sorry if this example is not clear.

  • Color of bubbles in bubbles chart

    Hello,
    I am using a WebI bubble chart, where each bubble represents a company (company dimension used as shapes) and two measures the coordinates. I created a formula to cluster my customers into A, B and C customers and want to color my A companies red, B blue and C green.
    I used the Cluster-dimension as "chart color" objects in the bubbles chart and used a custom color scheme to get the right colors for A, B and C.
    Unfortunately for some reason it happens sometimes that WebI mixes up the colors, like A becomes blue instead of red and so on. I don't know exactly how to reproduce that problem, but is there a way to assign the colors to my dimension values?
    thanks

    Hi Badri ,
    i tried your senario in my system . initial i got the same colour for both profit and loss in the  pie chart .
    then i change some properties in the Edit customising option iand i get the desier result you want .
    let me share that steps with you . wit screen shot
    creating the Bussiness graphics with one series .
    [http://i49.tinypic.com/wgpa8h.jpg |http://i49.tinypic.com/wgpa8h.jpg ]
    Editing the properties by choosing Edit Customizing , choose pie chart -> click on plot area & choose AREA Properties -> - change the colour & secondary colour .see the below screen shot
    [http://i48.tinypic.com/vp9q81.jpg|http://i48.tinypic.com/vp9q81.jpg]
    After changing that i got the desier result
    ht[http://i46.tinypic.com/20iwbih.jpg|http://i46.tinypic.com/20iwbih.jpg]
    Regards
    Chinnaiya P
    Edited by: chinnaiya pandiyan on Jun 23, 2010 12:02 PM

  • Obiee 10g - How to Increase the default size of Bubble chart radius axis

    Hi,
    I have an requirement of creating bubble chart in obiee 10g.
    When i was developing the bubble chart i noticed that there is no option of increasing the size of the bubble.
    When the measure value is low the bubble is not getting displayed.
    Kindly help me with any solution.
    Regards,
    Abdul

    Hi Alok_Aswal,
    In SQL Server Reporting Services 2008, the Bubble chart has several custom attributes which allow us to control the size of the bubbles. "BubbleMaxSize" and "BubbleMinSize" attributes allow us to define the size of the bubble in the chart series. The values
    set are in percent of the whole chart size. We can find those attributes in the property pane by selecting bubble series and expanding 'CustomAttributes' properties.
    And based on my research, the Marker size has a wide range, but for some reason once we get to around 8 the bubble in the legend will not grow any bigger. So in your scenario, we can set the Marker size to 8pt, then set the appropriate “BubbleMaxSize" and
    "BubbleMinSize" based on the chart size to make the size of both the bubble are the same. For example, we can also set “BubbleMaxSize" and "BubbleMinSize" to 8, then manually adjust the chart size until both the bubbles have same size.
    Beside, we can delete the original legend, and drag a tablix to the right of the chart. And then insert the corresponding data and color to tablix to let it looks like a legend. For more details information, you can refer to the link below to see Mike’s
    post:
    http://social.msdn.microsoft.com/Forums/sqlserver/en-US/cbf2f48e-fe40-4c1b-b82a-d40fd269f2ef/setting-custom-colors-on-a-column-stacked-bar-chart?forum=sqlreportingservices
    If there are any other questions, please feel free to ask.
    Thanks,
    Katherine Xiong
    Katherine Xiong
    TechNet Community Support

  • SSRS 2008 Bubble chart - How to set the default bubble size?

    Hi,
    I have a bubble chart. I want to set the size of the bubble in the chart and the size of the bubble in the legend display box to be same. I increased the size of the marker to increase the size of the bubble in the legend display box but it is not increasing
    after 8pt. In my chart the size of the bubble is not dependent on any variable or parameter. It is the default size. Is there any way that i can make the size of both the bubble same?

    Hi Alok_Aswal,
    In SQL Server Reporting Services 2008, the Bubble chart has several custom attributes which allow us to control the size of the bubbles. "BubbleMaxSize" and "BubbleMinSize" attributes allow us to define the size of the bubble in the chart series. The values
    set are in percent of the whole chart size. We can find those attributes in the property pane by selecting bubble series and expanding 'CustomAttributes' properties.
    And based on my research, the Marker size has a wide range, but for some reason once we get to around 8 the bubble in the legend will not grow any bigger. So in your scenario, we can set the Marker size to 8pt, then set the appropriate “BubbleMaxSize" and
    "BubbleMinSize" based on the chart size to make the size of both the bubble are the same. For example, we can also set “BubbleMaxSize" and "BubbleMinSize" to 8, then manually adjust the chart size until both the bubbles have same size.
    Beside, we can delete the original legend, and drag a tablix to the right of the chart. And then insert the corresponding data and color to tablix to let it looks like a legend. For more details information, you can refer to the link below to see Mike’s
    post:
    http://social.msdn.microsoft.com/Forums/sqlserver/en-US/cbf2f48e-fe40-4c1b-b82a-d40fd269f2ef/setting-custom-colors-on-a-column-stacked-bar-chart?forum=sqlreportingservices
    If there are any other questions, please feel free to ask.
    Thanks,
    Katherine Xiong
    Katherine Xiong
    TechNet Community Support

  • Bubble chart drill down

    HI All,
    We have 4 levels like(Continent,Country,State,Dist). Our business Req is like drill down from entity at  one level to another entity at the following level.Each Entity has one to many relation ships with entities in the subsequent levels.
    For Ex: One Continent will be linked to many Countries etc..
    We are trying to find a solution where a click on particular continent will point to a dataset / Range of values.....
    Could any one tell us how to define a range of values....
    Thanks In Advance
    Nithila

    Hi Nithila Siva  ,
    This is quite same as all other chart drill down.
    Here is the explanations:
    You have 4 levels drill downs :Continent,Country,State,Dist that means you can have 4 bubble charts in the canvas.In the First chart display all the continents(ex: Asia,Africa etc..) select asia from the first chart it should display all the contries in the ASIA (india ,pakistan etc..) in the second chart and follow the same for rest 2 charts.
    How can we do this:
    From your raw data you need to filter the data and point it to different charts. you can do this by writing formulas in the excels ex : point the data of all the continents in the first chart and in the properties tab-> enable drill down->select row-> in the source give all the continents and point the destination to one particular cell,so if you select a continent that value will come and sit in the destination cell and then you have to write formulas comparing the destination cell.
    Hope this helps.
    let me know if you need any explanation on this.
    Cheers,
    Sudharam

  • How to configur Drill down on Bubble Chart

    Hi,
    Can anyone please hel me with examples - how to confihure drill down on bubble chart.
    that means,
    1) whenever the user clicking the bubbles - the pop up window should display some notes related to that bubble
    and also in another requirement
    2) whenever the user click the bubble - the pie chart should display the values related to that bubble.
    please help me on achieving the same..

    If the Bubble size is constant we can do this.But as you know Bubble sizes varies from once to one place..It will be tough scenario if you want to do it here..Instead take a label based menu and try to use dynamic visiblity .And show labels in there which contains the text for the respective labels..

Maybe you are looking for

  • Upgrading external hard drive to OSX 10.8.5

    I purchased a 27 inch iMac in 2011 and within a year, decided to update the original terabyte sata drive with an SSD.   I kept the old drive, which had OSX 10.7.2.   I'm about to get rid of it, but wanted to keep the old drive and possibly use it to

  • Can't Start Oracle BPM Workspace

    I'm trying to start oracle BPM workspace through this URI http://localhost:7001/bpm/workspace but it gives me an error which is: Error 404--Not Found From RFC 2068 Hypertext Transfer Protocol -- HTTP/1.1: *10.4.5 404 Not Found* The server has not fou

  • LG Cosmos 2 - volume is too loud even on lowest setting

    Hi, I recently got the LG Cosmos 2 and so far I'm fairly pleased with it. The only thing that bothers me is that the volume is very loud even when I set it to the lowest setting. This applies to both the external speaker volume and the headphones vol

  • How do I adjust comp take volumes in logic x?

    I have different takes on an organ solo that are set at different levels, so my second and third takes are better, but lower in volume.  When I create a comp of the first section from the original and add in the second and third takes from a separate

  • How do I make a copy of a catalog?

    I would like to BUY a copy of Elements 5.0 for each of my kids and give them a copy of the family photos. My catalog currently has about 13,000 images and occupies a little over 140Gb. It contains captions, narration and all sorts of tags and collect