Conditional on bubble chart

Hello!
Is possible to do a conditional format on a bubble chart referencing with another column?
I want to see colour of my bubble depends to another column...
Thanks!!

Hi! Anybody knows if is possible?
Thanks!

Similar Messages

  • How to change the colors for individual bubbles in a bubble chart?

    I have a report where in a bubble chart needs to be shown with different colors for bubbles available in the chart. I cant find any option to select individual bubbles and format the color options.
    Any guidance or suggestions solving this would be much appreciated.
    Thanks,
    Vinay

    Thanks JB for your reply, I see in format chart data there is are two sections:
    1. Positional
    2. Conditional
    In Positional - I have the type and color changes for the bubbles but if I change any color in that all the bubbles are simultaneously getting the same color code.
    Not sure if there is any other setting. Please share me your thoughts on this.
    Thanks again

  • 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.

  • Calculated Item with bubble chart???

    Hello! When I choose pivot table and chart pivoted results I can't choose bubble chart, I would like to choose it to do calculated item to see in bubble chart. Is possible to do this???
    Thanks a lot!

    Sure looks as Skull said that you want it in the condition area.
    However, if you were trying to create a calculation comparing the 2 dates, you'd probably want to use the DECODE or CASE (case much easier) and have both dates wrapped by the TRUNC function.
    ie:
    case when trunc(my_date) > trunc(sysdate) then 'Y' else 'N' end
    Russ

  • Portfolio (Bubble) Chart Capability

    Greetings,
    I am trying to create a bubble chart using WAD 3.5, the Portfolio chart type seems to be the most appropriate, but I can not figure out how to get the chart to show the metrics per my specification.
    X-Axis - Change in Days
    Y-Axis - Change in Value
    Z-Axis (Size) - Total Value
    Bubble Color - Region
    Individual Bubble - Opportunity
    The results should be a bubble chart with 4 different series, each series containing a datapoint representing an opportunity.
    The bubbles are sized based on the total value of the opportunity and are positioned in the chart based on the shift in days (x axis) and value (y axis) from a previous time period.
    The data is not a problem, I have a query with all the relevant characteristics and key figures.  The issue is getting the chart to properly chart these items.  The closest I can get is with:
    Row Fields: Region
    Column Fields: Opportunity, Key Figure Structure
    When I do this, I do get one 'series' for each region, but all the bubbles for each series get placed at the X-Axis value for the first opportunity.  Other attempts have resulted in creation of a series for each opportunity.
    Thanks.

    The frustrating part of this - is that the "Chart Wizard" view in Web App Designer shows exactly this scenario when previewing the Portfolio chart design - a few color-coded series, each containing multiple datapoints, with varying bubble sizes places on the chart based on key figures on the X and Y axes.  I can not figure out how to get any query to replicate this.

  • Is there a way to draw gridlines at a specific point on a bubble chart?

    I'm using Xcelsius 4.5 and (trying to) creating a bubble chart.  I am using static min/max values for the x and y axes, but rather than drawing the gridlines in 1 or 2 divisions (i.e. the midpoint), I want to draw a grid line (both x and y) at a specific point -- is there any way to designate this point in Xcelsius?

    I figured it out - I just adjusted my formula to draw the min/max such that my intersection is always the midpoint

  • Bubble chart - problem with overlaying bubble

    Hi all,
    I have problem with bubble chart. Two bubbles are overlaying, that wouldn't be a problem, but one of this two bubbles is bigger and other is smaller. This smaller is beneath bigger. Why smaller is not on top of bigger? How to solve this?
    Thanks

    Hi Andrew,
    We have experienced similar problems, however they usually were with much larger models (10+ tabs, 10+ components in each).
    If you're using a lot of data or more intensive processes/components, that may have caused the problem to express earlier, though. 
    The best recommendation is to keep Tabset use shallow:  don't embed containers within containers, not too many components in a tab, not too many tabs.

  • 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 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.

  • Bubble chart color

    Hi, just wondering if anyone knew how i can change the color
    of a bubble in the flex bubble chart when the mouse moves over?
    thanks

    done it! selectionMode needs to be set to single.
    however anyone know how i can use another color for selection
    mode, the its default is grey.

  • Bubble chart overlapping

    Hi,
    Currently, the small bubbles are behind the big bubble in the Bubble chart as per attached.
    Please may I know how to make the small bubbles in front  the big bubble in the Bubble chart.
    Thanks.

    Have a look here:
    http://obiee101.blogspot.com/2008/01/obiee-xy-and-data-in-mouse-over-label.html
    regards
    John
    http://obiee101.blogspot.com

  • Bubble chart title

    Hi,
    i want to split the title into 2 lines for Bubble chart in obiee 11g. how can i do that.
    Thanks

    Hi Vineeth,
    its working. But i have a view selector. under that i have 2 views. one is bubble chart. another is table.
    How can i put this in between select view and chart
    Edited by: 806756 on Feb 19, 2013 10:20 PM

  • Bubble chart in OBIEE 10g

    Is there any way to increase the bubble size of bubble chart in obiee 10g? Like whether we can use javascript or HTML Code to achieve it?

    Hi,
    Thanks for reply.
    But I cannot understand your point. My requirement is something different. In the X axis I have project_number and y axis I have measures like budget,commitment & incurred_cost. Now the vertical chart gives me the summarize view. Now for a particualr project say AA, I can see three vertical bars showing budget,commitment & incurred_cost. Now the requirement is if I click on budget bar it will popup a new window showing related details of budget which is a different report, if click on commitment bar it will open commitment report in another window and so on.
    I am not able to implement this like multiple navigation from a bar chart.
    Can you please help on how to do this in OBIEE 10g.
    Thanks
    Titas

  • Bubble chart 11g

    i need to remove the thick lines in bubble chart view in obiee11.1.1.6.0
    how can i do this
    can any one sugg
    bethamsetty.
    Edited by: 961992 on Oct 29, 2012 10:54 PM

    Can you mark the below post as correct at my suggestion?
    pivot table issue
    Also send me a screenshot to my email for the same where you want to remove..

  • Bubble chart settings

    Hi ,
    I am trying to build the bubble chart as silimar  in the  below link
    http://it.usaspending.gov/?q=content/analysis
    when I click on any of the bubble I can see the round circle  & a textt around the bubble how can this be done.Please let me known
    Regards
    Sirisha

    Hi Sirisha
    Although this is a Flex based chart on the website it is not an Xcelsius dashboard so this formatting cannot be done.
    Regards
    [Charles|http://www.reportex.co.uk/xc_waterfallchart.html]

Maybe you are looking for

  • Satellite P300D-10v - Question about warranty

    HI EVERYBODY I have these overheating problems with my laptop Satellite P300D-10v. I did everything I could do to fix it without any success.. I get the latest update of the bios from Toshiba. I cleaned my lap with compressed air first and then disas

  • Error in connecting SAP r\3 6.4 to BW 7.0

    hello. try to create source system to R/3 system. after window log in as administration appear window with RFC connection when I try to test authorization it show error. logon is failed. but this user in BW created and Password is correct what have I

  • For those of you who cannot afford a proper video editing system...

    ...don't buy any prosumer video editing program (including Premiere Pro CS5.5). Here's why: Last night, I ran the PPBM5 test on an Intel i3-2100 system with 4GB of DDR3-1333 RAM, a 500GB OS drive and a 1TB project drive (both drives are 7200 RPM) and

  • Error:server return code 0x8002000E: file failed crc check

    Hi Experts,                      I am trying to connect to repository in MDM through MDM ABAP API after all the configuration settings in MDMAPIC on execution of the report it gives the error   server return code 0x8002000E: file failed crc check, ca

  • Can anyone help me on this?

    can anyone help me to write a query which prints the following _a __h ___o _____o ____o ___o __h _a y thanx