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

Similar Messages

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

  • Bubble Chart with legend changes axis dimensions according to labels length

    I have a Bubble Chart with legend on the right. Data are by series and  the series are set  dynamically with a  drop down combo which replace the content of each series from time to time.  Every time the series changes, also the name of the series changes and the legend on the right  shows the new series names. The problem is that also the x axis dimension changes according to the new labels size, so the bubble chart changes its axis width in relation to the labels length in the legend. Is its possible to make somehow the bubble chart axis of a fixed lenght?
    Xcelsius 2008, SP4, Windows XP
    Thanks in advance

    Hi Matt,
    I just got a chance to try out your suggestions, and the
    chart that is right in the main application renders the labels
    fine, but the exact same code loaded in as a module doesn't. And it
    never does, not even if the scale changes. Do you know why that
    would be?
    Mukul

  • 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

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

  • 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 Log axis

    Hi,
    I am drawing a bubble chart with two types of axes: Linear and Log. The bubble points do not get plot correctly in case of Log Axis. Linear axis show fine though.
    Any clue why it might be showing wrong ?
    Thanks,
    Tanu

    I got the solution myself !!!
    I was using Flex 4 SDK which has this bug in LogAxis. I used Log Axis of Flex SDK 3.0 and it ran perfectly fine.:)
    Tanu

  • 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

  • A Bubble chart

    Good day!<BR><BR>Is it possible to create a Bubble chart with Hyperion reports tools? Or may be Development tolls such as HAB, Objects etc.<BR>I would like to create such chart to analyze HFM data.<BR><BR>Thanks!<BR><BR>Georgy

    You can do a bubble chart in Hyperion Analyzer, which can use HFM as a data source. Not sure if you have that tool available.

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

  • How to integrate Sliding picture menu with Bubble chart

    Hi
    I have a Bubble chart as below for sales
    X axis = Amount (ex- 2500045)
    y axis = Deal age (ex- 15)
    z axis = stages (ex- quotation/negotiation/closed/lost)
    I have datas for 5 sales rep with different stages
    Next is a Sliding picture menu
    This has pictures of the above 5 sales rep.
    Now how to integrate these two. that means if I click one sales rep picture data of that salesrep should reflect in bubble chart, likewise if I click on other sales rep his data should appear in the bubble chart
    Can any experts help on this.
    Thanks
    KS

    Could you explain a bit more what it is exactly you're trying to accomplish.  How are you trying to integrate the openbox menu with tint?
    For example: right-clicking free space on tint panel brings up OB menu.
    Current workaround works (tint not stretched to screen width - I'm clicking empty space on sides of tint panel) but I was hoping for more "elegant" solution.
    According to tint manual:
    "3.7 Mouse
    customize mouse action with : none, close, toggle, iconify, shade, toggle_iconify
    mouse_middle = none
    mouse_right = close
    mouse_scroll_up = toggle
    mouse_scroll_down = iconify"
    Why not just use the hotkey to bring up the openbox menu?
    Not being able to do everyday tasks efficiently with a mouse is a big no-no.
    Besides that, combo of OB + Tint + Trayer is great.
    Last edited by mute (2008-10-10 22:42:56)

  • 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

  • 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

  • Limit on number of series in bubble charts?

    Hello all,
    I need to use a bubble chart in one of my visualizations (Xcelsius Engage 2008, Excel model only - no live connection), showing gross sales and margin for 13 categories series.  If I map the series(es) individually, then they all show on the legend, and the graph limits change as I use the list box selector to choose the particular customer, but no bubbles - or any indication of data points - show up on the graph.
    If, however, I choose to map to a range, I do see data points - but only for the first 6 of the 13 categories.  I've checked the cell range to ensure all 13 categories are included in the selection, and they are, but - again - only 6 show up, or get mapped to the "series" box.
    I've resized to cover more real estate, thinking perhaps Xcelsius just didn't want to display bubbles on a smallish graph field, but with no change in the display results.  I have a tree map linked to the exact same data, in the same location, and it works just fine.  But nobody likes the tree map; they want bubbles.
    Am I missing something, or is there a limit on the number of series a bubble chart is capable of displaying?
    Edited by: Jennifer Leppert on Aug 15, 2008 12:34 PM
    Two swfs showing the difference and the xlf are located at http://www.mediafire.com/?sharekey=9e4101c4b4a3cdc1d2db6fb9a8902bda.  Check under the "AEL" tab.

    Thank you for the response, Javier.  Unfortunately, it doesn't quite answer the problem.
    I have tried mapping the series individually.  While the interface will capture all of the label data, the graph itself does not show any data points when switching to preview mode, or exporting to another file type. (See "Manual Series.swf" at the link in my initial post for a visual).
    The X and Y axes are correct, and do adjust depending on the customer selected in the list box, but, again, no bubbles show up.  Is there something else I'm missing, or not doing correctly?  I have an evaluation copy - perhaps it is a limit in the eval copy that would disappear upon registration of a full license?

  • Column chart with null data items

    I have a Column Chart with an ArrayCollection data provider.
    The data will sometimes have missing items in some "rows'. For
    example, it might look like this where the second object has no
    "Male" property:
    public var myData:ArrayCollection = new ArrayCollection([
    {School: "Priorford", All: 95, Male: 92, Female: 98},
    {School: "Giffnock", All: 87, Female: 89},
    {School: "Hastings", All: 80, Male: 78, Female: 82}
    Sometimes I get the following error:
    TypeError: Error #1009: Cannot access a property or method of
    a null object
    reference.
    at mx.charts.chartClasses::NumericAxis/mapCache()
    I'm assuming the error is because of missing data items, but
    I'm not 100% sure. Some data sets with missing items will display
    with no error. I can't see a pattern to those that don't.
    -- I can't produce the error when using a "static" data
    source set in the Flex app itself (such as the example above).
    These always display correctly, even with missing items.
    -- In the problem case, the source data comes from a MySQL
    database through a PHP script that is called with a Flex
    httpService. The returned data is parsed in Flex, and put into the
    ArrayCollection. I was suspecting that the returned data was flawed
    in some way, but the same ArrayCollection displays correctly in a
    DataGrid. The problem is only with the Chart.
    -- I can work round the problem by adding the missing
    properties and setting them to an empty value. But I don't think I
    should have to do this.
    Has anyone seen this problem, or know of any obvious thing I
    might be doing wrong.

    Thanks Arthur.
    Your first suggestion is effectively what I'm doing as a
    workaround. But it is a bit of a pain to have to account for this
    each time when displaying a chart. It's a particular problem when
    you don't know in advance what "categories" might be returned by
    the data and that have to be charted.
    My biggest concern is that this looks like a bug, and the
    fact that it seems to occur intermittently is a bit worrying. (I
    also know that eight out of ten reported "bugs" are user error,
    which is why I was wondering if anyone else had experienced this.)
    About your second suggestion, I think the interpolateValues
    property only applies to lineSeries.

Maybe you are looking for

  • How Can I Send an innovative idea to apple ?

    How Can I Send an innovative idea to apple ? 

  • Word Report Problem

    Why does the formatting of a Word (XP) table get lost when using PasteAndFormat (wdFormatPlainText)? Does anyone know how to prevent a Word template formatting from getting changed by LabVIEW 7.1? Attached are 3 files: 1. LabVIEW VI example (very sma

  • Problems Implementing SnapShots Scenario for Stock Management

    Hello All, I am trying to configure the Inventory Management with snapshots and I am using the snapshot scenario. According to the document I have created alternative ODS ODSSNAP and infocubes to accumulate 2LIS_03_BX, 2LIS_03_BF and 2LIS_03_UM. My p

  • Paragraphs with upper titles

    I'm writing a technical information book with many tables. In fact, there is no text... I've set a hierarchical structure with numbered list from step 1 to 4. Here is the problem: When there is no content between 2 steps (2 and 3 in eg., de two title

  • Workaround for AW607

    Hi expert, Need your expertise on how to workaround the error in AW607. We are in version 4.7, we have a WBS cost which is cumulated in 2010 (monthly settled to AUC in 2010). We now want to final settle it to GL in 2011 thus encounter error AW607 (se