Drill Down From Filter component -- Chart -- Chart

I am quite new to xcelsius !! Following is my situation!!
Below are counts for Channel and Company for each month!!
Channel --Company Jan Feb Mar
abc -Ilco----
100 --200-300
def -AMO--200300--100
efg -HCL -
100---200-100
I created a Filter component and According to Channel and Company for Each month I could able to show Policy count.....
I achieved until this!!
Now the Requirement is something like this.When the user clicks on Company(Abc) and Channel (ILCO)he could able to see following in three diffent Graph!!!
Case Size---Counts---- Age Group-CountsPending Status--
Counts
0-10k--500-5525Issued--
50
11k-50k-----5056-7575Underwriting Approved- 50
100--100--
100
Please tell me the approach of doing this or is there any better option to show these!!
Thank you,

Hi patnaik ,
I understand that you are not using Filter component any one and you might be using other components like combo box, radio button etc..
You can achive this, Point all company values to the first componet source and destination to one cell and write the formula in such a way that compare the destination of the first compoent and get the list of channels particular to the selected company and point then to the second component source and give destination to the second componet.Write formulas based on the second components destination cell and ge the values required for graph and point them to the graphs.
Let me know if you have any questions.
Cheers,
Sudharam

Similar Messages

  • Drill down from the charts of VC

    Dear gurus,
       can I realize the functionality of drilling down from the charts of VC?
       For example, I have a bar chart. Can I drill down from each bar of chart to detailed infomation about that bar?
       Please advise. I'll assign points if helpful. Thanks in advance.
    Jin Ming

    Hi
    I hope you will get answer from this solved using pop up window for drill down
    Thanks & Regards
    Harsimran

  • Drill down from a line graph? Make the entire graph click-able?

    Guys, i can drill down from other types of charts except a line chart.
    Is there anything that is special about the line chart?
    Also, can i make the entire graph click-able? So, instead of clicking on a bar to trigger a linked report, can the whole chart be a link basically?
    Thanks for your help

    There is not special with the line graph..... Just click on the data symbol to drill or navigate. These settings can be found under the "additional Charting Option" button.
    regards
    John
    http://www.obiee101.blogspot.com/

  • Drill-Down from several Charts to Same Target

    Hi,
    we have built a dashboard with 3 (soon to be 6) column charts and one line chart below. The colum charts represent 6 KPIs aggregated for a year for different warehouses. Each warehouse is a specific series (because we want them to have a individual colors). When the user clicks on a warehouse in one of the column charts, we want the line chart above to show the
    For this purpose, we have all column charts store drill-down values to the same two cells:
    - One cell stores the series name (warehouse selected)
    - One cell stores the name of the clicked line chart (we use a single cell with the chart name as source for the first series of each chart. After the first series is selected as the default drill-down, this source and destination seems to be used for every series selected, which might be a bug)
    Our problem is, all queries for the charts are loaded at startup. The default drill-downs for all charts are done, and we have a random chart in the drill-down destination. If the user clicks the same chart again, we do not notice this as the value of our target cell does not change. We have tried several solutions for this, but nothing is really satisfactory.
    Does any of you have an idea, or a similar dashboard maybe, where the drill-down of several charts (preferably with several series per chart) is stored into a single target chart?
    Thanks & Regards,
    Sebastian

    Hi Sebastian,
    You cannot have drill downs from different charts to the same target.
    As per your scenario you have 3 column charts with warehouses displaying their respective 3 KPI's values. I believe you would have created a series each for available warehouses. If you have selected drill down on load for all the column charts with one single target then at load all the three column charts will try to place the destination of their selected series(based on warehouse selected) to the same target.
    And also as you mentioned when the user tries to select the same chart again the target doesn't change, the reason is the same as all the charts are trying to put the destination of the series in the same cell.
    Instead of doing it this way, what you could do is to name the series of all column charts the same and have the series name put into one cell. Then based on this series name you can lookup the data for that warehouse and display it in the line chart.
    Here again the user has to select the same warehouse in all the three column charts else it wont work.
    Hope this was useful =]
    Thanks & Regards
    Arjun.C.T

  • Drill Down from Chart View

    Hi,
    I have a Pivot table with Chart view only, I want to drill down from the legend and from teh graph itself, is it possible? If so please let me know the steps involved.
    Thank you very much.

    UPDATE POST
    @SSk
    can you try this never i tried,the legend that is coming is a column from your request right?...go to column properties in that you find a option called navigate there you place the navigate report and see if the legend is showing a link below it to navigate
    follow this topic navigate value interaction of a column http://gerardnico.com/wiki/dat/obiee/olapoperation_
    if it works i would be happy,but never i tried......please try this and tell me did you get or not???
    Cheers,
    KK
    Edited by: Kranthi on Jan 20, 2011 7:14 AM

  • Drilling down from OmniPortlet chart to detailed chart in same OmniPortlet?

    I am trying to use OmniPortlets to create a dashboard of charts showing different metrics.
    I want to be able to drill into each chart to get a more detailed chart in the SAME OmniPortlet frame with all the other charts being unchanged. So if I have 3 OmniPortlet charts C1, C2, C3 in the same page, I want to be able to click on C1 and to be able to drill into C1 (details), C2 and C3.
    I am trying to do this through OmniPortlet events, parameters and page parameters.
    1) I've defined a OmniPortlet Param1 to parameterize the source of data - So my source URL is http://<URL-base>/##Param1##
    2) I then defined a Page Parameter PP1 that is associated with Param1 and set a default value for this (to make sure ##Param1## gets set for the top level chart). I set this default value in the OmniPortlet Parameters page - (otherwise, the ##Param1## seems to map to a null sting despite the Page Parameter PP1's default value)
    3) Finally, I defined an OmniPortlet event that gets fired when I click on the chart. The Event sets as one of its parameters, the data source that has the drilldown data. This column name is PP1.
    So, the chart should first display with the data source URL being initialized from the Page Parameter. When I click on the chart, the Event should set up a new parameterized value in the data source so that next chart with drill down data is shown after a page refresh.
    The reality is different from this theory. When I click on the chart, for some reason, the value of Param1 for refreshed Omniportlet display seems to be getting blanked out. So my chart definition gets messed up since the data source is now invalid. The page however continues displaying the original (pre-drill) chart from the cache.
    2)
    I don't know whether this problem is because of an improper use of the Page Parameters and OmniPortlet events or whether this is because I seem to be forced to set Param1's default value (maybe this is overriding my data source URL even in the drill down chart).
    There seem to be some examples of the chart click causing another chart to refresh. These docs don't have a lot of detail, plus I want the SAME OmniPortlet to show the drill down chart.
    Has anybody done this? Any pointers would be appreciated..

    Hi Sebastian,
    You cannot have drill downs from different charts to the same target.
    As per your scenario you have 3 column charts with warehouses displaying their respective 3 KPI's values. I believe you would have created a series each for available warehouses. If you have selected drill down on load for all the column charts with one single target then at load all the three column charts will try to place the destination of their selected series(based on warehouse selected) to the same target.
    And also as you mentioned when the user tries to select the same chart again the target doesn't change, the reason is the same as all the charts are trying to put the destination of the series in the same cell.
    Instead of doing it this way, what you could do is to name the series of all column charts the same and have the series name put into one cell. Then based on this series name you can lookup the data for that warehouse and display it in the line chart.
    Here again the user has to select the same warehouse in all the three column charts else it wont work.
    Hope this was useful =]
    Thanks & Regards
    Arjun.C.T

  • Drill Down between 2 stacked column chart with multiple rows.

    Hi,
    Can anyone please help me.
    1) i have to create stacked column chart with Region and cout of calls for previous 3 quarters.
    2) the 2nd stacked column should display the priority with the count of calls for the respective selection of region on the 1st chart..
    to achieve this,
    i'm using 2 stacked column charts and 1 lebel baseb menu.
    from this i can able to get the drill down from label based menu to 2nd stacked column chart but i couldn't able to done the same from 1st stacked coumn chart.
    Becoz my data is multiple row for each quarter.
    please suggest me to achieve the drill down between 2 stacked column charts.
    assume that my data like below.:
    coulmns for 1st stacked column chart : Region, Q2,Q3 &Q4
    Region                Q2                Q3               Q4
    Other              3658              3497               497
    NA - North
    America                3               3               1101
    APJK     1     4     597
    UK               324
    EMEA North     1     1     288
    CORPORATE     1     5     215
    LA -
    Latin America1     2     208
    EMEA     1          199
    EMEA South     1     1     169
    Coulmns for 2nd coumn chart:  Region, Priority, Q2,Q3,Q4 ()which is derived from 1st table.
    Region     Priority     Q2     Q3     Q4
    Other     D: End of Next Day     1568     1613     239
    Other     C: End of Day     983     893     119
    Other     A: 2 Hour     631     610     70
    Other     B: 4 Hour     396     318     56
    NA -
    North AmericaD: End of Next Day     2     2     514
    APJK     D: End of Next Day          3     297
    NA -
    North AmericaC: End of Day               284
    NA -
    North AmericaA: 2 Hour     1          170
    UK     D: End of Next Day               157
    APJK     C: End of Day     1     1     152
    Other     E: 3 - 5 Business Days     68     58     13
    EMEA North     D: End of Next Day          1     136
    CORPORATE     D: End of Next Day          4     107
    NA - North America     B: 4 Hour          1     104
    LA - Latin America     D: End of Next Day     1     1     86
    EMEA     D: End of Next Day               86
    UK     C: End of Day               85
    APJK     A: 2 Hour               79
    EMEA South     D: End of Next Day               72
    EMEA North     A: 2 Hour               69
    EMEA North     C: End of Day               56
    APJK     B: 4 Hour               55
    EMEA     C: End of Day     1          53
    LA - Latin America     C: End of Day               54
    UK     A: 2 Hour               49
    EMEA South     C: End of Day     1          44
    CORPORATE     A: 2 Hour          1     43
    CORPORATE     C: End of Day               44
    LA - Latin America     A: 2 Hour          1     42
    EMEA South     A: 2 Hour          1     32
    EMEA     B: 4 Hour               30
    UK     B: 4 Hour               30
    EMEA     A: 2 Hour               27
    EMEA North     B: 4 Hour     1          26
    NA -
    North AmericaE: 3 - 5 Business Days               25
    LA - Latin America     B: 4 Hour               23
    EMEA South     B: 4 Hour               20
    CORPORATE     B: 4 Hour               17
    APJK     E: 3 - 5 Business Days               13
    Other     F: 6 - 10 Business Days     6     4     
    Other     G: 11 - 20 Business Days     6     1

    Hi Srinivas,
    I'm using label based menu "filterd rows" only but i couldn't bind the drill down with the 1st stacked column chart.
    for mor details:
    1) i'm having 2 stacked coumn charts & 1 lebel based menu but eventhough i couldn't able to achieve.
    if i select the lebel based values then the 2nd stacked column charts is giving detailed valus but if i keep my mouse on the 1st stacked column chart the there is no changes on the 2nd chart..
    somewhere i'm mising the binding data between 1st stacked coumn chart & lebel based menu on drill down part.
    Becoz i'm having multiple rows. so can you please try your and send me the xlf file using your concept.

  • Error Message appears when drilling down from a report.

    Hi,
    I am using CR XI R2.
    I have an rpt file that displays a chart from a sub report.
    I tested it on the CR designer and report viewer - works ok.
    When I display this report in my .Net application, I get an error message when drilling down from this chart : "The Report Application Server failed"
    When looking at the log files I see this error message:
    4 19 13:11:14.770 5336 5564 (\servers\ras\dtsagent\reporthandler.cpp:11622): CReportHandler::buildReportViewerError: CSResultException thrown.   ErrorSrc:"CRPE" FileName:"\servers\ras\dtsagent\reporthandler.cpp" LineNum:11618 ErrorCode:997 ErrorMsg:"" DetailedErrorMsg:""
    This is a Viewer error - but when drilling down from the Report Viewer I don't get this exception.
    Does anyone know what this mean?

    Too strange and my require a phone support case;
    http://store.businessobjects.com/store/bobjamer/DisplayProductByTypePage&parentCategoryID=&categoryID=11522300
    Three ideas:
    1) Install CR designer on one of the boxes where this does not work and try to run the report there
    2) Add a line to your code and save out the report just after your database logon once ( .saveAs). try to run this report in the CR designer.
    3) Use the [modules|https://smpdl.sap-ag.de/~sapidp/012002523100006252802008E/modules.zip] utility to compare the runtime - both CR and db client between computers that work and those that do not.
    Ludek

  • Drill down from the financial reports

    When generating a P&L or Balance sheet, it is not possible to view what transaction the amount is made of. you have to either generate a general ledger report or have to chart of account window open at the same time. Simple programs like quickbooks have the functionality to do drill down from any report. we have multiple customers for whom this situation is very aggravating.
    We hope you can find a solution or make this part of a new release.
    Thank you
    Sophie St-pierre

    Hi
    I hope you will get answer from this solved using pop up window for drill down
    Thanks & Regards
    Harsimran

  • Can we drill down from one application to other in design studio 1.2

    Hi All,
    Can we drill down from one application to another application in design studio 1.2?
    I have a requirement where in on clicking one should drill down to a detail level information shown in a different application.
    Regards,
    Tanisha

    A quick suggestion would be to look at OpenDoc - see this thread Passing Parameters with OpenDocument in SAP Des... | SCN

  • Cannot drill down from 2nd lowest level to lowest level of hierarchy

    In my item master hierarchy, I cannot drill down from the 2nd lowest level (Product Class) to the lowest level (Item Detail).
    When I add another level between these 2 levels, then I can drill down from Product Class to this new level, but I cannot drill down from this new level to the lowest level.
    Also, if I set the preferred drill path at any level to drill down to the lowest level, it instead drills down to next level down intead of of drilling to the lowest level.
    Any thoughts as to why I would not be able to drill to the lowest level of this hierarchy?
    Thanks,
    Travis

    OK, next check, any security in place on the presentation columns which would make the lowest level column unavailable to the user account?
    Are you running the report as Administrator?

  • Drill down from infocube to DSO

    Hello Gurus,
            when implementing a report based on infocube, how to drill down to DSo on which this infcube is based?
    Many thanks,

    U have to do RRI (Report-Report Interface)...use tcode RSBBS...
    for example.. u have totals report on cube and line items report on DSO..
    using RRI, u can drill down from cube report to DSO report... pls check help.sap.com for details

  • DRILL DOWN FROM GL INTO AP, AR, PO & INV SUBLEDGERS FROM ORACLE DISCOVERER

    Hi,
    One of the key functionality , We are looking for ability to query / Drill down from GL into AP, AR, PO & Inv Subledgers from Oracle Discoverer in the Oracle Applications. We are trying to create workbook that will allow users to see summary of GL Balances, then the ability to retrieve transaction details from subledgers via GL. It looks like this is not possible using seeded folders from seeded business area in the applications EUL. It looks like we need to create custom folders to get these sort of reports.
    Can this be done using seeded EUL? If yes, Can you please let me know the process and steps involved.
    Incase of custom folders, Could you please let me know what are the main tables/views involved for retrieving transactional detail from subledgers like AP, AR, PO & INv via a GL query and relations from the custom folders to Journal Entries and Journal Lines folders.
    I highly appreciate your advice on this subject. if anyone has Business Areas and worksheets already constructed that they could send me this would be most welcomed.
    Thanks in advance for all your help.
    Regards,
    Venkanna

    Hi
    With my little knowledge in Discoverer, I feel this is highly cumbersome process from the EUL to create drilldown to Subledgers using Discoverer 4i.You may have to create and Link several tables and views to get the same.
    The Standard drilldown functionality in Oracle works with GL_SL_LINK_ID and Reference columns populated in GL_JE_HEADERS and GL_JE LINES to link the GL Journals to Supplier Payment, Invoice, Inventory Receipt to PO and similarly for other modules.
    Hope this helps
    Regards
    Sivakumar

  • Drill Down From Combo -- Chart -- Chart

    I Have a Combo box with Company and when I select Company it should display me the Pending count by ecah month in a chart..
    Till now I achieved..But after that can I drill down further to see Pending Status,Size ,age!!
    Please suggest!!
    Thank you,

    I arranged my chart.. I used the filter component and I am getting the policy count for each month according to distribution channel and Company!!
    Channel---->Company>Jan-->Feb--->     Mar
         IMO-->     AIL>     100->     40--->     70
         IMO-->     AML-->     200->     500--->     80
    The secound chart should display following
    Channel-->     Company->     Case Size>     Jan->Feb>Mar
         IMO----->AIL->     0-10k>20-->30>30
         IMO-->AIL->     11k -50 k>     80--->10>70
         IMO----->AML-->     0-10k--->     50->100-->40
         IMO----->AML-->     11k -50 k>150->400->40
    ================================================
    If I click Policy count of IMO,AIL in January which is 100 it should give following information in drill down
    Casesize-->Jan
    0-10k------> 20
    11k-50K--->80
    ==============================
    Please let me know How will I map it!!

  • Drill down from Pie Chart

    Why  does the Insert Chart sometimes not give you a drill down capability from the  Pie chart

    Hi,
    Its is possible and please have a look in the below link and it got detail steps
    http://www.xcelsiusjournal.com/index.php?option=com_content&task=view&id=67&Itemid=2
    Thanks

Maybe you are looking for

  • Upload file without using upoad ui elem

    HI, I have requirement where in I will have the file links in the table.On selecting the file link and clicking on a button, file content should be uploaded. e.g. I have file lins as 1) c:/docs/test.doc                                    2)c:/docs/te

  • Business Catalyst and dns 1 2 or 3

    I am trying to reroute my domain name from GoDaddy to Business Catalyst.  When asked to verify dns it tells me it needs dns 2 or 3. However business catalyst only offers dns1. If fails to be validated.  Can anyone help me with this snafu? Mat

  • How to edit file description on the General tab of File Properties.

     I have several files that are rather cryptically named.  I want to put a more human friendly description in the Description field inthe Properties/General tab but am unable to access it.    It seems to get automatically populated with the name of th

  • '&' character and BI Publisher Intergration

    Just wanted to post this for others when they start using BI Publisher and APEX.. I have a number of reports in APEX that we are using BI Publisher to produce printed output. In one of the reports I had a & in the region title in APEX. When BI Publis

  • Databound XML not updating

    I have an XML variable that is populating controls.  The XML is populating the controls as it should, however when I make a change to the data in the control, shouldn't the XML be updating automatically?  Or, is there some extra setting up required s