Drill Down for Multiple Series in a Line Chart

Hello,
I seem to have a problem with the drill-down functionality in a line chart that has multiple series.
I have a line chart that displays the readings of a patient over a period of 1 month. For each day, there is the glucose level reading, blood pressure reading, etc... So, each reading is a different series in my line chart graph.
The basic requirement is: With a mouse over event on the chart, I am willing to display all the data that belongs to that day. The data will be displayed at the bottom of the screen in a small panel. It is very simple to do it when the line chart has only 1 series:
i) Enable drill down.
ii) Choose 'Row' as insertion type.
iii) Fill out the destination field.
iv) Make sure your labels (at the bottom of the screen) get the data from the destination cell.
When there is more than one series, it becomes very difficult. XCelsius will not let me use the same destination cells for different series. So, I will have to use other destination cells. In that case, I will not know on which day is the user on. Is there any way to achieve this functionality?
Let me know if you need further information.

This is certainly possible, but there's a bit of a trick to it (and really hard to explain without screenshots!). There's two halves to it:
1. Write the date that has been selected to a cell (for each series).
2. Write the name of the series that was clicked to some cell (this is the property 'Series Name Destination').
So let's say your three series are Glucose, Blood Pressure and Temp. Have those series names in B1,C1,D1 (with your dates down in column A). Insert a row below the series names (2:2), and then set up your insertion type for the chart as 'row'. The source data (for all three series) should be your list of dates in column a. The insertion cells for the three series will be, in order, B2,C2,D2. Now, depending on which point is clicked in the chart, the selected day will be inserted into one of those three cells. Completely useless unless you know which series was clicked.
So you need to insert the name of the series that was clicked ('Series Name Destination') into the spreadsheet, let's say in F1. The rest is just Excel formulas. The logic is, you can now tell what series was clicked, and go and look up the date that was inserted for that series, then go and look up the row that corresponds to that date. So to get the date that was just clicked, your formula (in F2) would be =HLOOKUP(F1,B1:D2,2,0).
Then a VLOOKUP will get the results from that row of data. For example, if I inserted another row at row 3 (to show my 'result' values) the formula in B3 would be =VLOOKUP($F$2,$A$4:$D$13,2,0).
I hope that makes sense.

Similar Messages

  • Drill Down for multiple tables possible?

    Hi,
         I have a web report with 3 tabs (Weekly, Monthly, and Quarterly) sales reports. 
         Is there a way to have a user drill down on any one of the reports and have it also affect/drill down on the remaining reports?  I can get the functionality to work if the 3 tables are not in tabs.

    are you using 7.0 or 3.x. I guess in 7.0 the Command is not executed against an invisible object. May you can try to to create a command sequence Show the items perfom drill down, and hide items.
    best regards,
    Kai

  • IDA ALV - different behavior regarding "drill-down" for grouped attributes after upgrade to ERP 6.0 EHP7 SPS5

    Hello Experts,
    we have  upgraded our Dev System to ERP 6.0 EHP 7 SPS5 (coming from SPS4).
    We had implement an example with an IDA ALV. On SPS4 we could make a "drill-down" to the single lines of grouped attributes. Now with SPS5 this is not possible anymore if the grouping is done for more than one attribute.
    On the following screenshot it scan be seen that the grouping is done over a Peril attribute and the Currency. I can only make a drill-down via the peril attribute, so that the aggregated values per currency are displayed. ON SPS4 it was possible to make a further drill-down for the currency attribute, so that the different single lines were visible which were part of the grouping/aggregation.
    SPS5 behavior:
    SPS4 behavior:
    I did not found any new settings which steers the behavior. Also I did not found any note which gives a hint that this is a bug.
    Does anyone know if the behavior for that was changed and why?
    Thx & Best regards,
    Florian

    Hi Florian,
    it is related with the currency field and it seems to be a bug. Please open a ticket to get the problem fixed. The component is BC-WD-CMP-ALV.
    Cheers
    Jens

  • Drill-down to multiple columns at same time

    Hello,
    Is it possible to simultaneously drill down to multiple columns on the same level with one click? I have several attributes that the user will want to see together at all times, so I want to be able to drill from level1 to level2a,2b, and 2c with one click.
    Thanks,
    Elliot

    This drilling down to all the levels may not be available with the OBIEE drill level based hierarchy feature OOTB but as an alternative you can try this at you DB level to create a hierarchy within you data using START WITH and CONNECT BY PRIOR to generate the parent->child levels hierarchy within the view instead of creating multiple hierarchical columns.
    Or may be you can try to create separate columns in a table for each hierarchy level. That table could either be in the database or be a logical one in the repository. For example:
    Level 1 Level 2 Level 3 Description
    1 2A 3A
    1 2A 3B
    1 2B 3A
    1 2B 3B
    etc
    You then create separate reports for each level, so one report has only level1 in it for this dimension, another report has levels 1 an 2 and a third report has levels 1, 2 and 3 etc.
    In each report you put an action link on the levels' cells so that if you click on them you drill up or down by displaying a new report with either less or more level columns.
    Hope this helps. Pls mark if it does.
    Thanks,
    SVS

  • Unable to Drill Down for Report Designer

    hellooo...I created a report using a query in Report Designer. My query is having a structure in the row and I'm using this query for the report in Report Designer. After I created this report in Report Designer, I assign this report in Web Application Designer and create a navigation pane to link this report for the drill down function. But I have problem on drill down this report in the web template when i click on this navigation pane for the free char i defined. Eg: when i drill down for the char in the free char under the navigation pane item, I cannot perform the drill down horizontally but can perform drill down vertically. After perform drill down, I don't see the values from that char being displayed in the reports. Just wondering report in report designer cannot have any drill down function? or is my query problem due to the structure i defined? thanks alotttt...

    The report designer needs a fixed Column definition ( structures)
    In case of drill across this requirement is not fullfilled.
    This is not changable and is due to design, sorry.
    so you can only drill down.
    best regards,
    Kai

  • Drill down for infotypes

    Hi,
    I made a select-option for the field PA0290-PASSL,
    but, but i noticed that i couldn't drill down to the table contents of the pa0290-passl. I thought maybe it has something to do with the table being an infotype. Because the select-option works fine for transparent tables like MARA. Are there any way for me to make a drill down for an infotype table such as the one i mentioned above?
    Thanks,
    Frank

    Hi,
    You can use the following code for providing F4help.
    types: begin of ty_PASSL,
    PASSL type PA0290-PASSL,
    end of ty_passl.
    data: i_passl type table of ty_passl.
    AT SELECTION-SCREEN ON VALUE-REQUEST FOR PASSL.
    Select PASSL from PA0290 into table i_PASSL  where .....
    w_repid = sy-repid.
    w_dynnr = sy-dynnr.
    CALL FUNCTION 'F4IF_INT_TABLE_VALUE_REQUEST'
    EXPORTING
    retfield = 'PASSL'
    dynpprog = w_repid
    dynpnr = w_dynnr
    dynprofield = 'PASSL'
    value_org = 'S'
    TABLES
    value_tab = i_PASSL.
    IF sy-subrc 0.
    ENDIF.
    Reward points if helpful.
    Thanks and Regards.

  • Plotting multiple series on an SVG Chart

    Hi,
    I am trying to plot multiple series on an SVG Chart. The moment I add a second series, I get the following error:
    "SVG Chart error: ORA-20001: line_chart error: ORA-20001: get_data error: ORA-20001: Parse error: ORA-0093".
    The graph fails to plot multiple series even for the same queries. The query I use is something like the following:
    select null "link", substr(name,7) "Label",value "Value"
    from <table>
    where
    <conditions>
    and name in (<sub-query>)
    order by name desc
    I have previously used an SVG chart to plot multiple series and have never had such problems. Any help would be greatly appreciated.
    I tried deleting and recreating the chart - doesn't help.
    Thanks,
    Aswath

    If you want to order the data do it via an in-line view:
    SELECT *
    FROM (
    select null "link", substr(name,7) "Label",value "Value"
    from <table>
    where
    <conditions>
    and name in (<sub-query>)
    order by name desc
    )

  • Drill down to Multiple Levels for Subtasks in Gantt Chart

    Hello,
    I need to use a Gantt Chart in one of my screens. I have constructed the required data model by using VO and corresponding view links. The issue is that I am not able to drill down to the last level in a Gantt Chart. I am able to drill down to only the second level. Any help appreciated.
    Thanks & Regards
    Sandeep

    Any response to this question? Out team has similar requirement.

  • Chart drill-down based on series

    I have a flash chart with multiple series, which are all retrieved by a single query, due to performance issues. Is there any way to build a drill-down link, which is dependent on series that user clicks. I guess I am looking for a system variable to reveal the series id, user clicks.

    I'm having the same issue. Can you respond with a simple example of what to pass in the link? The following example of a flash chart on OTN (as well as the other examples I've found) only pass null in the link.
    SELECT NULL link,
    sales_month value,
    revenue "Hardware"
    FROM (
    SELECT TO_CHAR(o.order_date,'Mon YY') sales_month,
    SUM(oi.quantity * oi.unit_price) revenue,
    TO_DATE(to_char(o.order_date,'Mon YY'),'Mon YY') sales_month_order
    FROM OEHR_PRODUCT_INFORMATION p,
    OEHR_ORDER_ITEMS oi,
    OEHR_ORDERS o,
    OEHR_CATEGORIES_TAB ct
    WHERE o.order_date <= (trunc(sysdate,'MON')-1)
    AND o.order_date > (trunc(sysdate-365,'MON'))
    AND o.order_id = oi.order_id
    AND oi.product_id = p.product_id
    AND p.category_id = ct.category_id
    AND ct.category_name like '%hardware%'
    GROUP BY TO_CHAR(o.order_date,'Mon YY')
    ORDER BY sales_month_order
    I can pass page items with no problem but trying to pass data from the result set the chart is based on it proving difficult.
    None of the syntax I've tried seems to pass the content of the "value" field the flash chart is based on to the new page. I've tried any of a number of ways (see below) but none of them pass the value.
    The following passes the literal "value" to page 64
    '/pls/apex/f?p=&APP_ID.:64:&SESSION.::&DEBUG.:RP,64:P64_FROM_DATE,P64_CURR_STS,P64_PARAM:&P63_START_DATE.,2,value'
    The following generates an error...
    '/pls/apex/f?p=&APP_ID.:64:&SESSION.::&DEBUG.:RP,64:P64_FROM_DATE,P64_CURR_STS,P64_PARAM:&P63_START_DATE.,2,:value'
    The following generates an error...
    '/pls/apex/f?p=&APP_ID.:64:&SESSION.::&DEBUG.:RP,64:P64_FROM_DATE,P64_CURR_STS,P64_PARAM:&P63_START_DATE.,2,&value.'
    The following generates an error (really thought this was the answer)
    '/pls/apex/f?p=&APP_ID.:64:&SESSION.::&DEBUG.:RP,64:P64_FROM_DATE,P64_CURR_STS,P64_PARAM:&P63_START_DATE.,2,' || value
    Some targeted help would be most appreciated.
    Regards,
    Mike

  • Multiple series on anychart line graph?

    I want to set up an anychart line graph from a query which returns a result set something like:
    PART DATE QTY
    abc 01/01 10
    abc 02/01 20
    abc 03/01 10
    cde 05/01 10
    cde 06/01 20
    So, in the above I want a series for part abc and part cde. I know I can add another series but that has two problems:
    1) The number of distict parts can vary - there might be 2, or might be 20 depending on the parameters used.
    2) Adding a new series means duplicating pretty much the same query manu times (with a restriction on part number) - this is very inefficient!
    Is it possible to add multiple series "programatically"?

    Ah, I never saw the number 10 anywhere.
    You don't need to process the NaN with mathscript. It is sufficient to add the NaN to the data going to the graph terminal. Even if mathscript gets an NaN, you can probably test how it is handled.
    What does the mathscript node actually do? If it is just doing some scaling, it probably will not matter, but if it would do e.g. a linear regression, it would probably give unexpected results.
    LabVIEW Champion . Do more with less code and in less time .

  • Disable Drill Down For Groups only except SubReport

    <p> </p><p>Hi All,</p><p>I have 10 subreports and also 5 Groups sections in one report (version CR 10 - VS.Net 2005)   </p><p>I need to disable drill down on Groups <strong>except SubReport </strong>. </p><p> </p><p>Thanks in advance for any solution </p><p> </p><p>-Harini </p>

    Where are the subreports located? You mention you have 10 subreports and also 5 group sections. Are the subreports located in the page or report header/footer sections? Are there detail records in the groups? If not, then you don't need to supress drill-down, there is nothing to drill to. If there is, suppress the detail section. If a user drills on the groups, there will be no detailed information visible.
    Typically, if you have multiple groups and want to supress drill-down but still display the first group, you can use the 'drilldowngrouplevel >1' statement in the section expert to conditionally suppress the group. Right click the group, select 'Section expert', and click the formula button (the button with the 'X-2' and a little pencil) next to 'Suppress (No Drill-Down) Then, enter drilldowngrouplevel >1. This should do the trick if you have your report structured this way. If not, please provide a little more detail.
    Thanks and good luck.

  • Single trendline for multiple series

    I'm trying to graph multiple trials of an experiment but I need to place a single trendline over multiple series inorder to get an average slope. So far I've only been able to add 3 trendlines for my series, and adding all the data points as a single series doesn't display the data properly. Each x value has 3 y values associated with it. I know I can do this in Excel but I wanted to try and tame numbers, but so far it isn't happy with anything more than a simple graph.
    This is what i have so far. The x values are in the left column of the table and each series is highlighted.

    Here is a basic idea. For each X, average the three Y values. Use the FORECAST function and those average values to get the trendline point for each X value. Plot that as a fourth series.
    F2=FORECAST(A2,E$2:E$4,A$2:A$4)
    fill down to get the other points

  • How do I create a drill down for my summary data?

    I have 7 fields of summary data with all having a common link called the customer account number.
    I have tried the following steps several time carefully and was unable to get my drill down to work.
    Insert menu > Group and chose the customer account number as my group field
    copy and paste the summary fields to the group header ( which I now have hundreds of GH1)
    Right click on the details section and chose Hide.
    Suppress the Group Footer
    File Menu > Report options and check on Show All Headers on Drill Down.
    I must be missing a step somewhere here.  I end up with no summary fields showing (to drill down into), and the customer account numbers showing.
    Can some check this out for me?

    hi Michael,
    you need a group to have drill down. you can't drill down on a report footer. if you can't group by these categories then you can't have drill down.
    your other option is to create an on demand subreport that you can open. i would suggest that you go through a bunch of the e-learning tutorials on crystal reports here. after that go to the online help for crystal reports and use the search tab and search for "creating an on demand subreport"
    you'd need to create an on demand subreport for each total that you are showing. again, please see the elearning topics especially on subreports, grouping. and then do follow the steps on on demand subreports in the online help.
    -jamie

  • How to send right CallingNumber when Cisco CER is down for multiple sites

    Hi,
    Cisco ER 7.x system with centerized CUCM 7.1(x) cluster for multiple sites over WAN, where each site has local voice gateway (MGCP) with T1/PRI connected. All the phones are DIDs.
    When considering 911 calls redundancy when CER is down, Cisco ER administration guide recommends using Local Route Group for 10911 or something else route-pattern on CUCM which is used:
    http://www.cisco.com/en/US/partner/docs/voice_ip_comm/cer/7_1_1/english/administration/guide/e911plan.html#wp1062106
    To configure LRG, follow these steps:
    1. On Cisco Unified Communications Manager Administration, configure the LRG route pattern and route point for 911 emergency call routing.
    2. On Cisco Unified Communications Manager Administration, configure any destination route point that is being forwarded in the emergency call route point with the LRG route pattern.
    3. On Cisco ER Administration, configure the LRG route pattern as the default ERL.
    My question is:
    On the 10911 route-pattern using LRG, how can configure the each site ELIN number as the calling number on the route-pattern which is normally assigned on E911 partition only? or do I need change MGCP to H.323 in order to achieve this purpose?
    Do I miss something?
    Thanks,
    JJ

    Hi,
    I am not sure with in obiee it is possible? But third party tool we can do it.
    Site scope monitor tool is there, what this tool will do it will send the alert mail to respective team whenever services are down.
    For more information google it? You can get better idea.
    Thanks,
    Satya

  • Drop down/drill down for the report

    HI I have a requirement to have a kind of drop down menu on the heading level. So that if the data is say sales by model, on the invoice_date column, the user would have the option to look at this weeks' invoices, this months, etc.
    I know there are Parameters up front to do this but they want this kind of drill down style.
    Is there a way to do this in CR or via one of the add on products?

    Hi
    Apply record selection formula.
    Create a formula field to display specific name for month, week etc.
    Apply a group on this formula field.
    Regards
    Sourashree

Maybe you are looking for

  • How do you fix lines that come up on an iPod Touch (5th Gen) once it turns on after running out of battery?

    This has happened to me about 4 times now. I just got a brand new iPod touch (5th Gen) after replaceing my 4th gen iPod. I havent had it for a month, so its still brand new. The only thing is that when the iPod runs out of battery it turns off (duh)

  • To buy one or not?

    I have been thinking of switching from PC to mac... because I feel as if mac is better than PC... because of less crashes and all types of reasons but can someone tell me if they are really that good? and if they are good for recording music *one thi

  • BO DI for extracting data from legacy to SAP BW 7.0

    Hi, Has anyone worked on scenario where BO Data Integrator is being used as ETL tool for extracting data from legacy systems to SAP BW 7.0 ? Please share your experience on such a landscpae or related documents any of you had come across. Regards, Pr

  • Schematool : Table '...' doesn't exist on MySQL

    I'm trying to use schematool to create the db tables that it has defined in various jdo files. When I run it I get the following schematool -action refresh target/classes/net/ajsoft/WebShop/Product/*.jdo Exception in thread "main" java.sql.Exception:

  • Bug entre Mail d'Apple et Acrobat/Adobe Reader

    Bonjour, je viens de relever un bug incroyable : Je reçois un PDF joint dans Mail d'Apple. Je l'ouvre (par défaut avec Acrobat sur ma machine). Le PDF visionné n'est pas le bon !!!???!!! En fait, en voilà la cause : En avril 2013, je change de Mac et