Drill down a bar chart in new window/ browser?

Hi,
Could anyone suggest me how to drill down a bar chart into another bar chart in new window or browser.
I was wondering if anyone had any ideas or know of any examples of how I might do this?
Thank you
Ram

You can use a "javascript:window.open(...)" URL with navigateToURL and pass parameters for the new bar chart in the query string.
Hi,
If you don't mind, Could you please explain me in more detail about "javascript:window.open(...) URL with navigateToURL"
do I need to place it in the Flex code or Java?
Thank you
Ram

Similar Messages

  • Drill down on bubble chart

    Hi all,
    I am having a bubble  column chart. when drill down the bubble  chart. one more chart will display. is it possible to open the drill down chart in new window?
    & how can I drill down on bubble chart
    similar to this report
    http://www.recovery.gov/?q=content/investments
    Thanks

    Priya,
    You need to use drill down option in Bubble chart and dynamically display Chart placing it in a Panel container. It is similar to this http://xcelsiusandme.blogspot.com/2009/07/xm-sample-2-pop-up-with-url-button.html
    Instead of Report 1 button...have drill down from bubble chart.
    -Anil

  • 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 in Pie Chart not working in IE8 / Mozilla 5

    Hi Experts,
    In my dashboards, drill down feature in Pie charts are not working if the flash is viewed in IE8 / Mozilla Firefox 5.
    In IE7 it is working. Is there any browser settings required for this ? Pls suggest.
    Drill down in column chart is working fine.
    Xcelsius Version: Xcelsius 2008 SP3 FP 3.5
    Browser Version: Firefox 5.0 / IE 8
    Many thanks,
    PASG

    Hi,
      You may want to download Xcelsius 2008 with SP4.
      SP4 will support the newer IE 8 (32 bits) for Xcelsius related issue.
      As for FireFox 5 that came out last week, this won't be supported anytime soon.
    Regards,
    Ken
    Edited by: Ken Low on Jun 27, 2011 8:50 AM

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

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

  • Want to hide address,Tool,link bars of a new window opened using target="a"

    Hi,
    I have to hide the address bar, tools bar, lilnks bar of a new window opened using the target = "detailWindow".
    I am opening the window on click of a link and button but I cannot use window.open();. On click of the link for the first time a popup window should be opened showing respective data and then on click of the hyperlink the same window (pop up) should get refreshed with the new data.
    I have searched a lot regarding it but I haven't found any proper solution for the same. I have tried using the javascript but only solution I found is to make the window fullscreen.
    Can anybody help me by providing the solution for the above problem?
    Thank you.

    Not possible.
    Use window.open(). There it is for.

  • Drill Down in Column Chart

    I am fairly novice in Xcelsius and am having issues in understanding the User Guides instructions on enabling drill down.  Under series name I have the titles of the sub categories I would like to 'drill down,' is this correct?  I have filled in all of the necessary options but it doesn't seem to be working.  I only want to drill down one of my series, I'm assuming that's not an issue?

    I am not 100% clear with what kind of model you are trying to design and what data you are taking. Still i am explaining you the in short how Drill function works with an example.
    I have a data of employees and salary and I want to create a column chart1 which will display the composite values of all the engineers and salary.Engineer name on X-axis and Salary on Y-axis.
    Now I also want a chart which will display the salary of the emplyees individually which will be displayed after clicking on the particular salary bar from the Chart1.
    This is when drill down functionality comes into picture.
    Do achieve this we take another column chart2. Now in Chart1 properties go to Drill down section and under the series you find a tab Insert in. Select a blank cell just under the salary column and map it.And in the source data section select the entire Salary column.
    incase you want to drill on multiple columns then select multiple columns on source data and also select multiple blank cells just below the multple source columns. Preferably highlight those cell with colours.
    Now in Chart2 go to property and select that particular blank cells under Data range section same as you selected in drill down>insert in.
    Now chart1 is linked to Chart2.
    whenever you click on any one salary bar of any engineer the corresponding chart2 will display salary of that particular engineer.
    I would also request you to go to the installation folder where you will find a folder called samples under which you will get lot of sample models inlcuding drill down model which will give you a better understanding of how the drill down concept is used.
    Hope this reply helps.Let me knwith you feedback.
    Regards,
    Soumya

  • Drill Down in Pie Chart

    In Xeelsius 2008 when I click on the Drill Down tab of the Pie Chart then the total tab is in disable mode so unable to add the drill down property.Please suggest me how to proceed

    Hi
    For default data drill down is disabled.
    So to enable drill down, You have to pass the data, present in General tab.
    Hope this will solve your Problem.
    Regards
    Rush-me

  • 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 in pie chart using Business Graphics?

    Hi,
    I have create a pie chart using business graphics UI element. is it possible to drill down when we click on a part of pie chart?
    Please let me know how can we achieve this. Thank you.
    Regards,
    Bharat.

    I got the solution. we can identify this by using the event id property.
    Regards,
    Bharat.

  • Drill down for pie chart is not enabled

    hi,
    i am trying to have a drill down functionality  for a pie chart but when i go to drill down option that screen is not enabled.
    how to make drill down option enable.
    please let me know
    Edited by: venkat s on May 9, 2008 9:36 AM

    i just gave yaxis  source and x axix source . it is enabling now

  • Drill Down OnSelect in Chart

    Hi ,
    I have tried drill down the Dimension objects to necessary flow.
    I have succeed with One level , But I cant able to moveto next level of dimensions..
    Eg :
    Profit Center  - > Region.
    But I need to drilldown further two more levels ( Sub - region , Sub region 2 ).
    Used the following attached code for One level drill down. I want  further drill down to dimension with button which will back on each level.

    Hi,
    You can do this with pagebook .
    Add PageBook in your Dashboard .
    Add 4 Pages .
    Add chart on each page (there will be 4 Charts & 4 DS in The Dashboard).
    1st : Profit Center & Measure
    2nd : Region & Measure
    3rd : Sub - region  & Measure
    4th : Sub region 2 & Measure
    Now Pass The Selected member from 1st chart to filter DS of 2nd chart .
    & set SelectedPageIndex(1) //considering0 as page 1 .
    Do the same for other 2 charts (2nd & 3rd ).
    Add back button in each page (SelectedPageIndex(PreviousPageNumber)).

  • 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