Drill Down Options in Planning & HFM

Hi All,
What are the drill downs option available in Hyperion Planning & Financial Reporting.
Regards,
PC
Edited by: dwhpc on Jul 23, 2009 10:31 AM

Hi,
In planning V11 you have the option to drillback from forms to FDM.
Other than that there are not many options, you can write custom javascript to pass details from a form into a web page that could drill down on data.
It is possible to use to EIS/Essbase studio to use drillback with essbase.
Cheers
John
http://john-goodwin.blogspot.com/

Similar Messages

  • [Forum FAQ] How to use parameter to control the Expand/Collapse drill-down options in SSRS report?

    In SQL Server Reporting Services (SSRS), drill-down is an action we can apply to any report item to hide and show other report items. They all are ways that we can organize and display data to help our users understand our report better. In this article,
    we are talking about how to use parameter to control the Expand/Collapse drill-down options in SSRS report.
    Consider that the report has a dataset (dsSales) with following fields: SalesTerritoryGroup, SalesTerritoryCountry, CalendarYear, SalesAmount.
    1. The report has the following group settings:
    Parent Group: SalesTerritoryGroup
     Child Group: SalesTerritoryCountry
      Child Group: CalendarYear
       Details: SalesAmount
    2. Add three parameters in the report:
    GroupExpand:
    Available Values: “Specify values”
    Label: Yes           Value: Yes
    Label: No            Value: No
    Default Values: “Specify values”
    Value: Yes
    CountryExpand:
    Available Values: “Specify values”
    Label: Yes           Value: =IIF(Parameters!GroupExpand.Value="No",Nothing,"Yes")
    Label: No            Value: No
    Default Values: “Specify values”
    Value: =IIF(Parameters!GroupExpand.Value="No","No","Yes")
    YearExpand:
    Available Values: “Specify values”
    Label: Yes          
    Value: =IIF(Parameters!GroupExpand.Value="No" or Parameters!CountryExpand.Value="No",Nothing,"Yes")
    Label: No            Value: No
    Default Values: “Specify values”
    Value: =IIF(Parameters!GroupExpand.Value="No" or Parameters!CountryExpand.Value="No","No","Yes")
    3. Right click SalesTerritoryCountry icon in the Row Groups dialog box, select Group Properties.
    4. Click Visibility in the left pane. Select “Show or hide based on an expression” and type with following expression:
    =IIF(Parameters!GroupExpand.Value="Yes", False, True)
    Select “Display can be toggled by this report item” option, and select “SalesTerritoryGroup” in the drop down list.
    5. Use the same method setting CalendarYear, (Details) drill-down with following expression:
    =IIF(Parameters!CountryExpand.Value="Yes", False, True)
    =IIF(Parameters!YearExpand.Value="Yes", False, True)
    6. Click SalesTerritoryGroup text box in the tablix. Select InitialToggleState property in the Properties dialog box, and type following expression:
    =IIF(Parameters!GroupExpand.Value="Yes", True, False)
    7. Use the same method setting SalesTerritoryCountry, CalendarYear text box with following expression:
    =IIF(Parameters!CountryExpand.Value="Yes", True, False)
    =IIF(Parameters!YearExpand.Value="Yes", True, False)
    After that, when we preview the report, we can use these three parameters to expand/collapse drill-down.
    Note:
    In our test, we may meet following issue. We can check the expression of InitialToggleState property to troubleshooting the issue.
    Applies to
    Reporting Services 2008
    Reporting Services 2008 R2
    Reporting Services 2012

    In SQL Server Reporting Services (SSRS), drill-down is an action we can apply to any report item to hide and show other report items. They all are ways that we can organize and display data to help our users understand our report better. In this article,
    we are talking about how to use parameter to control the Expand/Collapse drill-down options in SSRS report.
    Consider that the report has a dataset (dsSales) with following fields: SalesTerritoryGroup, SalesTerritoryCountry, CalendarYear, SalesAmount.
    1. The report has the following group settings:
    Parent Group: SalesTerritoryGroup
     Child Group: SalesTerritoryCountry
      Child Group: CalendarYear
       Details: SalesAmount
    2. Add three parameters in the report:
    GroupExpand:
    Available Values: “Specify values”
    Label: Yes           Value: Yes
    Label: No            Value: No
    Default Values: “Specify values”
    Value: Yes
    CountryExpand:
    Available Values: “Specify values”
    Label: Yes           Value: =IIF(Parameters!GroupExpand.Value="No",Nothing,"Yes")
    Label: No            Value: No
    Default Values: “Specify values”
    Value: =IIF(Parameters!GroupExpand.Value="No","No","Yes")
    YearExpand:
    Available Values: “Specify values”
    Label: Yes          
    Value: =IIF(Parameters!GroupExpand.Value="No" or Parameters!CountryExpand.Value="No",Nothing,"Yes")
    Label: No            Value: No
    Default Values: “Specify values”
    Value: =IIF(Parameters!GroupExpand.Value="No" or Parameters!CountryExpand.Value="No","No","Yes")
    3. Right click SalesTerritoryCountry icon in the Row Groups dialog box, select Group Properties.
    4. Click Visibility in the left pane. Select “Show or hide based on an expression” and type with following expression:
    =IIF(Parameters!GroupExpand.Value="Yes", False, True)
    Select “Display can be toggled by this report item” option, and select “SalesTerritoryGroup” in the drop down list.
    5. Use the same method setting CalendarYear, (Details) drill-down with following expression:
    =IIF(Parameters!CountryExpand.Value="Yes", False, True)
    =IIF(Parameters!YearExpand.Value="Yes", False, True)
    6. Click SalesTerritoryGroup text box in the tablix. Select InitialToggleState property in the Properties dialog box, and type following expression:
    =IIF(Parameters!GroupExpand.Value="Yes", True, False)
    7. Use the same method setting SalesTerritoryCountry, CalendarYear text box with following expression:
    =IIF(Parameters!CountryExpand.Value="Yes", True, False)
    =IIF(Parameters!YearExpand.Value="Yes", True, False)
    After that, when we preview the report, we can use these three parameters to expand/collapse drill-down.
    Note:
    In our test, we may meet following issue. We can check the expression of InitialToggleState property to troubleshooting the issue.
    Applies to
    Reporting Services 2008
    Reporting Services 2008 R2
    Reporting Services 2012

  • How can I activate drill down report for planned line items please urgent?

    Hi Everyone,
    Please suggest me how can i activate drill down report for planned line items in internal orders. S_ALR_87012993. Please suggest me, I'll award full points. I am unable to do it in client system, which has already line items. I tried in my sys with new config it is working.
    Kind regards
    Arvey.

    Hi
    It is based on the reports attached in the Report Group - TCODE: GR53
    In the Report Group screen
    Press CONFIGURE – This is to attach any Drill Down reports.
    Press the “Insert Line” icon
    As is the screen may be used to insert a Report Writer report group. To add an ABAP, press “other report type”
    Double click on “ABAP Reports”
    Enter the name of the ABAP and ENTER
    <b>RCOPCA08                       Profit Center: Plan Line Items</b>
    VVR

  • How to use drill down option in Crystal Report

    Dear all,
            I want to know how to use drill down option in Crystal report 2008.  In below i have explained my screnario
    For example
       My scenario is.  In crystal report I have Purchase order like PO101,PO102.  Each purchase order have 5 line items.  If i drill down each purchase order it should display line item in crystal report. 
    Regards,
    Baskaran.

    hi,
    Create a Group on 'Purchase order'.
    Group Expert -> Select the Purchase Order and Click the arrow button such that it appears right side. Click ok.
    GH1 is inserted.
    Your detail section should include 'Line items' fields.
    Right Click 'Detail' section on left hand side,  Click 'Hide (Drill down Ok)'.
    Now you will see only 'Purchase order's in Group Headers.
    Now when you click on a particular order, you will see respective line items.
    Regards,
    Vamsee

  • Discoverer Viewer - Drill down option

    Dear all
    I created a report in discoverer desktop, with drill down option for financial information.It works fine in Disco Desktop. All the drill down options are working fine as well. But the same report when run in disco viewer, it has got an option for drilling down further, then another option for collapse(with the blue button) - to view the summary value.
    When the collapse option is chosen, the blue color button disappears in Viewer and wouldnt know how to drill down back without reloging into the application.
    Could you please help me how to solve this problem, as I need to share this report with users who has viewer access only?We are using 9i at the moment.
    Thanks.

    Hi Russ
    I have heard folks having awful issues with IE 7. It seems to mess up everything Oracle. Sounds like Oracle and Microsoft have some hurdles to cross. For now I would advise everyone to either stay on IE 6 or use another browswer like Firefox.
    To answer the specific question posted here, it is possible that the user has hit one of the well known Discoverer bugs wherein Discoverer Viewer cannot properly execute workbooks created in Desktop. There are fixes and one-off patches available for this in MetaLink but these patches all require a password to download them. I would advise the raising of a service request and in the request spefically ask if there is a one-off patch that will fix this.
    Best wishes for now
    Michael

  • GR Document number & posting date in drill down option? (Reporting)

    Dear Experts,
                          As im new to reporting,i had a requirement from my client..the question is
    This is with regards to report Order Values on Posting Date (0PUR_C01_Q00021) 
    Can you add GR Document number & posting date in drill down option?
    i guess if i keep both of the in free characteristic,it will be the result,please suggest me on this
    Thanks & Regards,
    Srikant

    Dear Experts,
                            My Client requirement is he want GR Document number and GR Positing Date in the drill down option,im not able to find them in the query designer level. the query is under the cube 0PUR_C01. any suggestions will be a great help..
    Thanks and Regards,
    Srikanth

  • Addition in drill down option in report RMCE0200 for transaction MC$4

    Hello Gurus ,
    I am working on a requirement assciated with report RMCE0200 (Transaction MC$4). This a standard SAP report. After execution of report when we go to Switch Drilldown option, it gives, couple of standard SAP drilldown options like drilldown by Material Group, Material, Plant, Purchase Organization, Vendor, Vendor Country, Period.
    User wants one more additional drill down option of VBUND field (Trading partner) in this standard list.
    How can I add this additional option ? Is there a configuration somewhere or I have to copy the program RMCE0200 and Transaction MC$4 in Z program and then do modificiations ?
    Please help as I have not much worked on reporting.
    Regards,
    Rajesh.
    Edited by: Rajesh Thomas on Jan 31, 2008 2:13 AM

    Any inputs will be appreciated...

  • Drill down option availiable in FR

    Hi All,
    Drill down options is available in financial reportion or not? If possibles means, how to do the drill option in FR?
    Thanks,
    PC

    Hi,
    It depends what you mean by drill down, you can't yet drill to other sources (maybe not true if count in Essbase hybrid data) though you can use expansion, so if you click on a member it will retrieve and display say its children. Read more here
    Cheers
    John
    http://john-goodwin.blogspot.com/

  • Disable drill down option

    Hi! Can somebody tell me why I have disable the drill down options in all my charts???
    I´m using Xcelsius 2008, fix pack 1
    Thanks!

    Hi, Jessica Ordoz
    You want to say that Your Drill Down Option is Disable for all Charts if i understand you right it not allows you to enable Drill Down.
    In Fact when you Place a Chart you will find this option disable but it will automatically let you Enable it when you select Data Range for this Char.
    Please Reply if not able to Do that.
    Kind Regards,
    Faisal

  • Default Drill Down Options

    Anyone know if there is a way to set the default drill down option in a report to "Expand by Inserting New Rows"?  I know I can save a template with that option, but I'd like to set the BPC global default that way.
    Thanks in advance,
    Paul

    Hi, you can try to set the Drill Down Options using the code below:
    Sub ChangeWorkbookOptions()
    '    If an error occurs it is necessary to first add the parameter name
    On Error GoTo EXPOPTIONS_NameError
        Application.Names("EV__EXPOPTIONS__").Value = 0 ' use the parameters value 0 or 1
        Exit Sub
    EXPOPTIONS_NameError:
        Application.Names.Add Name:="EV__EXPOPTIONS__", RefersTo:=16, MacroType:=-4142, RefersToLocal:=16
        Resume
        Exit Sub
    End Sub
    ' EV__EXPOPTIONS__
    '   The drill-down options control member expansion behavior in the active spreadsheet.
    '   0: (Expand by Overwriting Rows) - The expanded members are displayed in the rows below the expanded member, clearing existing members as needed - normal
    '   1: (Expand by Inserting Rows) u2013 Any rows below the expanded member shift down, and new rows are inserted to accommodate the newly displayed members - 1
    Regards,
    Nakamura

  • Drill down option with button

    Hi,
            We have requirement for drill down option ,when i click on the button.
              I have entity dimension in the report as rows,when i click on drill down button, the entity should show children of the parent in the report using VBA or any work around.
    Entity "abc" has b,e,f .. as children.
    In current report
    entity
    time
    abc
    789
    when i Click on "drill down"button, the entity dimension member "abc" should show the children of (b,e,f....), as shown below
    entity
    time
    b
    1
    e
    2
    f
    3
    when I click on "back" button,
    entity
    time
    abc
    789
    Please let me know , how to achieve this functionality in the report using VBA or any work around.
    Thanks in advance

    Hi Vadim,
                   Thanks for the reply, we are actually using the EPMCONTEXTMEMER() for selecting the entity value , after selecting the entity if I do the drill down with the entity values in the report , the entity values are not in relation with the EPMCONTEXTMEMBER() , so how to deal with this situation,Please suggest here.

  • Smartview drill down options

    Documentation in 11.1.2.2 says that you can drill down using 7 different options but we are seeing only 3 options in 11.1.2.1.
    Does this feature get added to that patch? I don't want to install it unless I'm sure I will get that functionality.
    I'm talking about drill to sibling, drill to same level, drill to generation formulas.
    When I talking about these drill options I am of course talking about Smartview for Essbase and Smartview for Planning.
    Thanks

    Starting in the patch 11.1.2.1.102 you get the seven options
    Next
    All
    Bottom
    Formula
    Same level
    Same generation
    Siblings

  • Hide drill-down option in Discoverer Plus

    Hi,
    Is there anyway to hide the drill down (Analyze link) option for a graph in Discoverer Report?
    Thanks,

    Karthik,
    We just wrote an entire article on this:
    http://www.everythingxcelsius.com/2008/07/using-xcelsius-2008-map-drill-down-and.html
    Hope this helps!
    Xcelsius Gurus
    http://www.everythingxcelsius.com
    "Xcelsius Gurus share templates, tips, reviews, tricks and much more!"

  • BP Negative Balance against Deliveries with out the Drill Down option...

    Hi Guys,
    There is a BP balance against Deliveries which is a negative balance. It does not give the option to drill down. when the entries were  checked, I can't find a same balance posted under a Return or a Delivery. Any thoughts. Thanks.
    Kind regards,
    Harsha.

    Hi Jitin,
    Thanks for the reply, how ever the issue arised after creating two Sales return documents(value £39.73), against one return a AR Credit memo was created which resulted in a balance in the Delivery as -38.21 and when tring to drill down an error was coming up (Internal error 6004 occured message131-183) and did not allow a drilling against the balance. But after cancelling the remaining Return the drilling option dissapeared leaving the negative balance of 38.21. No document can be identified agreeing to the same balance.
    Kind regards,
    Harsha

  • Drill down options at webintelligence

    hi
    i have state city and revenue
    first level of query i need satte and revenue
    but city details i need drill down?
    when i drill down my query i need city details also
    how can i follwo this in web intelligence?

    you have to define this hierarchy in your universe level first.
    when you create the universe there is an option to define your hierarchy structure
    for example Region->Country->City
    you customize this hierarchy as your requirments,
    and you can define more than one hierarchy .
    read more about the universe designer guide
    check this http://help.sap.com/businessobject/product_guides/boexir3/en/xi3_designer_en.pdf
    go to page 360
    good luck
    Amr

Maybe you are looking for