Drill Down within Xcelsius

Hi all,
I know that it is possible to use a "Pie Chart" and Drill Down into a "Column Chart" by clicking on any of the sections included within the Pie Chart. (I have already done that).
My question:
Is it possible to drill down from the "Column Chart" (obtained by clicking on the Pie Chart) and generate an output  "tt" by clicking on any of the Columns?
Sequence: Pie Chart --- Drill Down into --> Column Chart - Drill Down into> List View
Many thanks in advance and Happy New Year 2010.
Best regards,
  Imanol

Drill Down is also possible in Column Chart as it is in Pie Chart. you can get details here:
http://www.xcelsiusbestpractices.com/landingZone/sampleFiles/X4Article003_DrillDown.html

Similar Messages

  • URL Parameterizing for BI Query Detail Drill Down via Xcelsius

    Hi Guys,
    I am In the process of building an Xcelsius dashboard using BI/BW as my source system, working on a "Details" URL button to allow the user to drill directly into the source BI queries with their current combo box selections. 
    I am trying to build a URL to pass a value to both a variable and to filter a characteristic. I want to pass a value to a 0fiscper variable and exclude an employee number. 
    I have been able to get each URL to work independently, but not working together. If I leave out either the variable part or the filter part it works, but it doesn't work with both the filter portion and characteristic filter section. 
    I followed other threads and used Web application designer (WAD) instructions to view the XHTML I will have to parametrize for my URL.
    This is how I have flattened/parametrized it
    Variable part:
    BI_COMMAND_1-BI_COMMAND_TYPE=SET_VARIABLES_STATE&
    BI_COMMAND_1-VARIABLE_VALUES-VARIABLE_VALUE_1-VARIABLE_TYPE=VARIABLE_INPUT_STRING&
    BI_COMMAND_1-VARIABLE_VALUES-VARIABLE_VALUE_1-VARIABLE_TYPE-VARIABLE_INPUT_STRING=010/2010&
    BI_COMMAND_1-VARIABLE_VALUES-VARIABLE_VALUE_1-VARIABLE=BCURFPER&
    data provider part
    BI_COMMAND_1-BI_COMMAND_TYPE=SET_SELECTION_STATE&
    BI_COMMAND_1-TARGET_DATA_PROVIDER_REF_LIST-TARGET_DATA_PROVIDER_REF_1=DP_1&
    characteristic filter part
    BI_COMMAND_1-CHARACTERISTICS_SELECTIONS-CHARACTERISTIC_SELECTIONS_1-CHARACTERISTIC=0EMPLOYEE&
    BI_COMMAND_1-CHARACTERISTICS_SELECTIONS-CHARACTERISTIC_SELECTIONS_1-SELECTIONS-SELECTION_1-SELECTION_INPUT_STRING=!201
    So my complete URL is:
    http://serverinfo?
    QUERY=ABCQUERY&
    BI_COMMAND_1-BI_COMMAND_TYPE=SET_VARIABLES_STATE&
    BI_COMMAND_1-VARIABLE_VALUES-VARIABLE_VALUE_1-VARIABLE_TYPE=VARIABLE_INPUT_STRING&
    BI_COMMAND_1-VARIABLE_VALUES-VARIABLE_VALUE_1-VARIABLE_TYPE-VARIABLE_INPUT_STRING=010/2010&
    BI_COMMAND_1-VARIABLE_VALUES-VARIABLE_VALUE_1-VARIABLE=BCURFPER&
    BI_COMMAND_1-BI_COMMAND_TYPE=SET_SELECTION_STATE&
    BI_COMMAND_1-TARGET_DATA_PROVIDER_REF_LIST-TARGET_DATA_PROVIDER_REF_1=DP_1&
    BI_COMMAND_1-CHARACTERISTICS_SELECTIONS-CHARACTERISTIC_SELECTIONS_1-CHARACTERISTIC=0EMPLOYEE&
    BI_COMMAND_1-CHARACTERISTICS_SELECTIONS-CHARACTERISTIC_SELECTIONS_1-SELECTIONS-SELECTION_1-SELECTION_INPUT_STRING=!201
    Then it gives me the following error when I attempt to run this...
    " The metadata of "CMD" "SET_VARIABLES_STATE" are incorrect for parameter "CHARACTERISTICS_SELECTIONS"
    If I set the debug=x flag to see what is generated in the error this is the info I get:
    The parameter "CHARACTERISTICS_SELECTIONS" in the metadata of "CMD" "SET_VARIABLES_STATE is not correctly defined:
    <parameterList>
      <param name="BI_COMMAND_TYPE" value="SET_VARIABLES_STATE"/>
      <param name="CHARACTERISTICS_SELECTIONS">
        <param name="CHARACTERISTIC_SELECTIONS" index="1">
          <param name="CHARACTERISTIC" value="0EMPLOYEE"/>
          <param name="SELECTIONS">
            <param name="SELECTION" modification_type="delete_if_value_not_equal" index="1">
              <param name="SELECTION_INPUT_STRING" value="!201"/>
            </param>
          </param>
        </param>
      </param>
      <param name="TARGET_DATA_PROVIDER_REF_LIST">
        <param name="TARGET_DATA_PROVIDER_REF" value="DP_1" index="1"/>
      </param>
      <param name="TARGET_VARIABLE_CONTAINER_REF" value="DEFAULT"/>
      <param name="VARIABLE_VALUES">
        <param name="VARIABLE_VALUE" index="1">
          <param name="VARIABLE" value="BCURFPER"/>
          <param name="VARIABLE_TYPE" value="VARIABLE_INPUT_STRING" modification_type="delete_if_value_not_equal">
            <param name="VARIABLE_INPUT_STRING" value="010/2010"/>
          </param>
        </param>
      </param>
    </parameterList>
    Thanks for looking!
    -Gary

    Hi Gary,
    We came across the following issue.Colud you please provide the solution which you used to resolve it.
    " The metadata of "CMD" "SET_ITEM_PARAMETERS" are incorrect for parameter "BUTTON_LIST".
    Thanks,
    Anji

  • Dynamically display drill-down column in report

    We have two drill-down hierarchies 1. Calendar Year and 2. Fiscal Year.
    In a report, we have year column along with some other measures. The year column must show the values based on user's choice - If the user is interested in fiscal then the year must show fiscal year else the year must show the calendar year values.
    We thought of the following approach
    1. Use a prompt - which displays Calendar/Fiscal.
    2. Store the user selected prompt value (Calendar/Fiscal) in a variable
    3. In the report, for the year column, use CASE logic on the variable to decide whether Calendar year or the Fiscal year must be shown.
    This works well but the drawback is - the year isn't drillable anymore.
    Any other alternatives to solve this ?
    Thanks in advance

    Are you showing the report on a dashboard or just in Answers? Do you want in-place drilling or can you jump to a new report?
    One option is to enable navigation on the year column data and set it to jump a new report - you will need to pass the cell values as arguments in the URL - but if you want to just use plain old drill down (within the same report) I think you will have to use two reports, one for fiscal and one for calendar. Here we can get a little creative and use guided analytics to choose which of the two reports to show on the dashboard based on the selection made.
    Pete Scott
    http://www.rittmanmead.com

  • Multi layered drill down

    Post Author: twowheeler
    CA Forum: Xcelsius and Live Office
    Hello,
    Is there a way to do a multi layered drill down without having the Enterprise version?  I have the trial version of Xcelsius 2008.
    e.g., I have expense bar chart for a 5 hospitals.  If I click on one of the hospitals, I'd like to have this drill down to the departments for that hospital and show a bar chart by department.  Then, I'd like to be able to drill down on a department and show a bar chart by account.
    Is this doable with Xcelsius 2008? 
    Thanks!

    Post Author: diox
    CA Forum: Xcelsius and Live Office
    I think it would be better if u create a htm page to simplify drill down on xcelsius.You could create links on XCelsius.
    good luck

  • Drill down Report in Xcelsius

    Hi All,
    I am new to BO i dont know much in BO.Is it possible to create Drill down Reports in Xcelsius.
    For Example,
    Sales Org     Revenue
    A                   10000
    B                    20000
    If we select Sales Organization A or B then the Report would be
    Sales Org       Material Group            Revenue
    A                              10          5000
    A                              20          5000
    B                              30          10000
    B                              40          10000
    If we select  Sales Org A or B then the Report would be
    Sales Org     Material Group       Material          Revenue
    A                              10          MAT01               3000
    A                              10          MAT02               2000
    A                              20          MAT03               5000
    B                              30          MAT04               10000
    B                              40          MAT05               10000
    Like this i want to display the Report.How it possible in Xcelsius.Please help me it will be more useful.
    Thanks,
    Shiva
    Edited by: siva kumar on Dec 5, 2011 7:50 PM

    you can do drill in xcelsisu but for that you need to create 2 webi reports r use 2 different queries .(i dont know which verion of BI you are on)
    how mnay organizations do you have if its a small number that you can create a lay out with drop down on left for organization and create 2 tables 1 for organization a data.. if pressed to be visible and 1 for b..
    and if 1 and 2 are pressed then show the tired table with both data.
    do it in excel using live office webi connection to bring the data in then import the data in excelsisu.. do all your calculations in excel first then bring it to Xcelsius
    If we select Sales Organization A or B then the Report would be
    Sales Org Material Group Revenue
    A 10 5000
    A 20 5000
    B 30 10000
    B 40 10000
    If we select Sales Org A or B then the Report would be ( i think you mean and here)
    Sales Org Material Group Material Revenue
    A 10 MAT01 3000
    A 10 MAT02 2000
    A 20 MAT03 5000
    B 30 MAT04 10000
    B 40 MAT05 10000

  • Problem in Drill down the PPT produced by Xcelsius

    I usually prepare the PPT using Xcelsius s/w. That PPT can be drilled down in my office system but it could not drillled down in my client system. This problem is for this month. In the past i didnt face this issue.
    When i try to drill down its giving an error message as " Some controls cant be activated in ur system"
    Can anyone please help ?

    I've had a similar problem going back and forth between systems with Office 2003 and Office 2007 loaded on them.  If the file is viewed from an Office 2003 machine the next time it's opened on a 2007 machine it crashes.  I have reinsert the chart each time.  I'd love to stop doing this!

  • Multiple subject areas within publisher & drill downs

    Hi ,
    can we pull data from multiple subject areas within publisher and place the report on a dashboard and still do drill downs?
    Thanks in advance.

    Thanks for your reply,
    I could not see any provision to get data from multiple subject areas.
    In BI Answers we can get data from multiple subject Areas but we cannot do the drill down.
    If there is any way to get data from multiple subject areas and still do the drill down then plz increase my knowledge repository....!!!!!!!!!!!!!!!
    Thanks,

  • Xcelsius Drill Down With Column and Line Chart

    Hi Guys,
    I am working on an Xcelsius 2008 Dashboard. I would like to integrate two charts, a column and a line chart. The column chart is supposed to show the results for each quarter. With a selector it changes the view and name of the different numbers.
    Then I would like to enable the drill down so that I can see the results for the three months of the corresponding quarter in the line chart. Is that somehow possible? I am totally lost. Thanks for your help.
    Kind Regards,
    Maurice

    Hi Maurice,
    You cannot integrate a column chart and line chart to make drill down possible. You could drill down a column chart to show the values in another chart bt that would be just two different charts and not an integrated one.
    Regrads,
    Anju Saseendran

  • Xcelsius Bubble Chart - Drill Down Issues

    Hi ,
    Product : Xcelsius SP 3
    I have a bubble chat with 7 series. The chart is showing up bubbles with different size and colors as per the settings.
    The problem is with drill down
    I want to drill down to a X-Y chart when I click on bubbles. Each bubble click will drill down data into that X-Y chart as a pop up. I know how to do it as I have done it in the past with other components.
    But when I use drill down with bubble chart, I have to assign separate destination area for each series which makes it difficult to drill down into a chart. What i want is the bubbles to drill down data into a single row so that I can map the Y-axis of chart component to that row and X axis as fixed labels. But I am not able to do that. Moreover once inserted there is no way to clear the destination cells.
    However if I use data in range options in bubble chart then I can use drill down as I get only one series in that case. But that method also has limitations.
    1. I am not able to display series name on the bubbles. It doesn't make any sense to show bubbles without any labels.
    2. All bubbles are of same color.
    Is it possible to overcome above two limitations when using data in range option?
    Please help if someone has encountered this issue. There has to be some solution for this.
    Thanks,
    Tarun

    Hi Tarun,
    as a workaround you could define a special area as mapping area for the X-Y-chart.
    This area is filled via excel formulas from the bubble chart drill down destinations. You can concatenate the values from the drill down target areas, like "=A4&A5" etc. Make sure to clear all cells except the actual drill down target cells.
    Hope this helps,
    best regards
    Heiko

  • Unable to utilize Drill-Down for all Filtered Dates in Xcelsius Engage 2008

    Iu2019m very new to the Xcelsius Engage 2008 product and donu2019t understand what is needed to correct the drill-down problem encountered in a newly created dashboard. 
    The issue is with Drill-Down from a filtered chart.  For some reason, I am unable to correctly pick any data item from the chart located top of workspace to drill-down to the lower chart when selecting a month beyond Jan u201911.  
    Iu2019ve unhidden the Label Based Menu, List Box 1 and List Box 2 during attempt to find out why I am unable to drill-down when I select a month other than Jan u201911.  As youu2019ll see, when you u2018manuallyu2019 click in the unhidden List Box 2, the bottom chart is displaying the correct data.
    Also - new to post for this forum - is there a way to attached the XLF to help with visual support to the problem?
    Thank you,
    Deborah

    Hi there and welcome.
    First troubleshooting step is to add a spreadsheet component to your canvas so you can watch what's happening. Second, have a look at this step-by-step to make sure you're not missing any steps. http://blog.davidg.com.au/2011/04/xcelsius-interactivity-chart-drill-down.html
    Can you select only Jan '11? Or only up to Jan '11? Are you selecting whole months or days?
    Assuming that your second chart is filtering for this date, I would check that the formatting is correct. Try, for example, removing all formatting so that you're seeing 40668 instead of a date. Does that work?
    Also, it can be helpful to post your version number. This can be found under Help > About Xcelsius and will something like 5.3.5.0

  • Drilling down to CLM report from pie chart developed with Xcelsius

    Hi All,
    We have a requirement about drilling down to CLM side report upon clicking on the piece of pie that is developed using Xcelsius.
    1)For Example, below is a pie chart(developed through xcelsius) showing the information about the agreements expiring in certain period. We have placed it on the user workbench.
    Upon clicking on any piece of a pie, it should navigate to the detailed report showing the details of the master agreements.(as below)
    Can anyone please help in achieving this through Xcelsius?
    2)Is it possible to include any URLs in the list view(in Xcelsius), so that we could open the master agreement from it?
    Thanks,
    Vennela

    Well I assume A1, B1 are same reports with filtering on A and B.
    If this is the case make one report and say the filter(A or B) is prompted and when you click in the chart it goes to the report filtered by A or B depends on where you click.

  • Anable drill down to crystal from xcelsius

    Hello,
    I would like to know what are my options to have a drill down or link to crystal reports from xcelsius?
    I have note for only one option, where I can put a "url button", in this option, is it possible to redirect to a crystal report which I save on my local computer or only to the server?
    I will appreciate your answer,
    Thank you

    Hi,
    you will have two options:
    1) OpenDocument: To open the crystal report with an URL using the URL Button in Xcelsius:
    http://help.sap.com/businessobject/product_guides/boexir31/en/xi3-1_url_reporting_opendocument_en.pdf
    It works only with reports saved on InfoView.
    2) Use Dashboard Builder (Inside InfoView)
    http://help.sap.com/businessobject/product_guides/boexir31/en/xi3-1_dashboard_builder_user_guide_en.pdf#page=34
    There you can show Xcelsius and Crystal reports next to each other, interaction from Xcelsius to Crystal reports parameters is possible through "content linking"
    Regards

  • Xcelsius drill down problem.

    Hi gurus, I'm developing drill down chart and table.
    I want to reset, making cell blank, the drill down cell when i click combo box.
    I used push button to refresh or reset drill down value but it can not refresh(reset) drill down cell
    because the destination cell of the chart remains drill down value
    I tried like below way
    *Dashboard explanation
    this dashboard consists of one chart, one table, one combo box and one push button.
    Of course, chart has the drill down function
    a : drill down value
    Goal : make drill down cell turn to blank after i used drill down once.
    1ST.
    when i click the chart and use drii down, a is entered into drill down cell
    2ND
    by using "push button", i tried to reset drill down cell
    but unfortunately it does not work.
    Although drill down cell changes instantly to blank after just one second, it changes to a, drill down value
    Drill down cell changes like this
    1 -> 2 -> 3
    a -> blank -> a
    i have to eliminate (2->3) phase or find another way to refresh drill down cell.
    I think problem is the chart which remains drill down value(a) although pushbutton reset the drill down cell to blank.
    Is there any way to refresh or reset drill down value when i click combo box?
    Should i develop custom-component? i'm waiting for your answer.
    Thanks in advance.
    Regards
    Kwon

    Amit,
    Can you confirm if what you're saying also holds for components with the "Enable Drill Down" option enabled, and the "Default Selection" is set to "No Selection (-1)"?
    I'm running into an issue where the "Default Selection" value is not cleared out after performing 3 levels of drill-down. On the third time I do a drill-down, by default the first element is selected, even though I've set the "Default Selection" to "No Selection (-1)".
    Thanks.

  • Drill down in Column Chart Xcelsius 2008 FP2

    I've tried every which way I know to get the drill down on a column chart to insert "row" values (I've tried all types of Insertion Types) and it is not working as expected.  Can somebody try this in 2008 FP2 and see if they can get it to work?
    Thanks,
    Deb

    Hi,
    it is working for me too, Please follow the following Steps hope will work for you too.
    --> Place a Column Chart and Select The Range of Values in the General Tab.
    --> Now Click on the Very Next Right Side tab Drill Down.
    --> Check Enable Drill Down Check Box
    --> Select the Insertion Type from the Drop Down Menu Like you Need the Value or Position.
    --> Select Series and in the Destination Please Select your Cell where you want to Past the That Value.
    --> Now to Display your Value Place a Control "Value" or any other where you want to See the Value.
    --> and Set the Data Cell of that Control to the Above select Cell.
    --> Take a Preview and click on the Column it will show you value in that Control.
    Hope will solve out your problem,
    Please Replay if any Issue,
    Kind Regards,
    Faisal

  • Reporting Services Error after Interactive sorting and drill down in pps

    Hi 
    i have a report  that has a drill down option that shows all workgroups within a specific  parent group and an interactive sorting ass well on both columns  parent group &  workgroup 
    This is displayed  in pps combined with a SharePoint
    ---the problem is that after sorting the parent group column by name   i then press the drill through icon  (+) next to it hopping to see all workgroups related to each parent group
      - but instead 
    i receive this Reporting Services Error  :
    The value for parameter 'SortItem' is not specified. It is either missing from the function call, or it is set to null. (rsMissingParameter) Get
    Online Help       
    If I don't press the sorting and just drill through it works fine. the sorting itself also works fine. 
    any suggestions ?
     

    Hi Hyaron,
    I am unable to reproduce the issue in my test environment. How did you add the drilldown feature? Were you doing that by setting visibility of the column or of the group? Please ensure to add the drilldown functionality by set the visibility of the workgroup
    from the Grouping Pane in the Report Designer.
    How did you add the Interactive Sorting on the headers of the two columns? Based on the drilldown functionality, the Interactive Sorting on the second column doesn’t work. So, you can move the Interactive Sorting on the second column. When configuring the
    Interactive sorting on the first column, you should set the parent group to sort, and sort by the field that the parent group groups by.
    Hope this helps.
    Regards,
    Mike Yin
    TechNet Community Support

Maybe you are looking for

  • How to Make All Events in One Calendar Have Alerts Automatically

    I am a college student majoring in engineering, which means I always have lots of homework due at various times. So to help me keep better track of when my assignments are due, I have started putting the due dates into my calendar. The only problem w

  • ATV2 (720P) Fatal Brick After Update

    I attempted to install the ATV 6.0 update yesterday, and encountered the same "brick" issues others here have reported. After the update, the only thing that worked on my ATV was the front panel LED light, as it blinked constantly. Since I didn't hav

  • Q190 Motherboard - where can I buy one?

    Hi folks, Our ThinkCentre Q190 died - one month after warranty ended. No video out, seems like the motherboard is gone. I'd like to replace it; where can I purchase a replacement motherboard for this animal? Thanks for any help.

  • Please rosario your link not work

    Follow my example in thread For FORMS/REPORT 6i Re: URGENT STart date and end date in to generate reports in form For FORMS/REPORT 10gR2 Re: Run Report10g  Through form 10g From forms if you don't want display parameter form add parameter=NO in add_p

  • Single query

    Hello to all I have the following trigger           SELECT COUNT(*) INTO ESISTE FROM A_PAZIENTI_NPRELIEVO  PNP           WHERE K_CODE  =  :new.K_CODE           AND  ANNO     = :new.ANNO           AND TIPORD    = :new.TIPORD           AND DATA_R    =