PowerView Drill down to details list

Great to have PowerView discussion forum. :)  Would it be possible to drill the PowerView dashbord to the details list like SSRS sub-reports.
 For example: PowerView dashboard that display Yr, make, model car types, and would like to drill to details list by the type use choose from graph.  
 PowerView graph -> PowerPivot pivot table -> PowerPivot details list ( all on the SharePoint ) .

Note: If you want to create an item that allows you to specify a Destination URI, you should specify the URI syntax as: <protocol>://<machine>:<port>/... For example, http://www.abcompany.com/home/page1.htm.
If you want to call an Oracle Applications function, specify the function name for the Destination Function property. For example, to call the PL/SQL General Preferences page from an item, you would enter the following value for the Destination Function property: ICX_USER_PREFERENCES.
Thanks
--Anil
http://oracleanil.blogspot.com/

Similar Messages

  • Pivot Table Navigate (drill-down) to Detail

    I have a simple pivot table containing summary data (measures):
    ------2006------2007------2008------
    A-----$2---------$7-----------$4-------
    B-----$8---------$5-----------$1-------
    C-----$3---------$7-----------$5-------
    I would like to navigate to a new view (or Dashboard) if the user click on one of the measures - simulate the effect of drilling down to detail by showing the detail behind a measure. Is something like this possible in OBIEE?

    Obiee 1 Kenobi wrote:
    I have a simple pivot table containing summary data (measures):
    ------2006------2007------2008------
    A-----$2---------$7-----------$4-------
    B-----$8---------$5-----------$1-------
    C-----$3---------$7-----------$5-------
    I would like to navigate to a new view (or Dashboard) if the user click on one of the measures - simulate the effect of drilling down to detail by showing the detail behind a measure. Is something like this possible in OBIEE?
    Yes, "use the Force." :)In the Criteria tab of the source Request, click on Column Properties of the measure column and then on Column Format. Under Value Interaction, change the default to Navigation and then, via the Browse button, select the detail destination Request you created. In the destination Request, add the "Is Prompted" filter to the measure column, the column that represents the row (A, B, etc.) and the Year column.
    HTH,

  • Drill down to detail reports from a Pie Chart

    Is it possible to code for drill downs in a Pie Chart to a detail report based on the section that is clicked in an RTF template?
    Can anyone provide an example for this?

    Hi Raja,
    I used CEO LOG ON TOKEN to avoid asking for credentials  when im trying to access the dash doard form another dashboard.
    From connections we can have flash variable
    Note : Names are case sensitive here in flash variable so name it as shown below
    Define its name as CELogonToken
    Variable Format as CSV
    Variable data -->under ranges define a range :
    Name it as CELogonToken
    Range :map to a excel cell (Ex Sheet1!A$2)
    From info view you can find DOC ID  suppose your DOC ID is 9609
    Then frame your URL AS
    http://sapdev:8080/Xcelsius/opendoc/documentDownload?iDocID=9609&sKind=Flash&CELogonToken=
    in another cell Concatenate the above your with your Logon token captured in Sheet1!A$2
    suppose your url is in 'Sheet 1'!A$6
    then your formula cell for concatenation should be 'Sheet 1'!A$6 & Sheet1!A$2
    Use a url component and map the concatenated url cell to the component and place it over your  pie chart.
    uncheck show button background
    try this and apply according to your scenario.
    Hope this works..
    @Sri

  • No drill down to details pivot table 10g

    In OBIEE 10g a drill down to Siebel CRM (using rowid) works perfectly when using a table. However when using a pivot table on the same criteria with the navigation specified the drill down does not show up. Any ideas?

    Please try to go to criteria and punch the column format of that column and use "Column Heading Interaction "
    Edited by: user13545914 on Jul 17, 2012 4:27 PM

  • Drill down to detail

    Hi Gurus,
    I'm relativelly new to OBIEE and I have a basic question.
    I have detailled financial transactions in my datawarehouse and dimensions and hierarchies on accounts, departments and time that I use in a pivot table.
    I need the following functionnality : when the user click on an amount (which is an aggregation), display the individual amounts and descriptive informations composing that amount (in other words, showing the detailled transactions).
    What's the best approach to do that ? (via a link to a BI Publisher report or through more deeper hierarchies or anything else).
    Thanks.
    Jean-Pierre

    Did you follow what Manav suggested and read the manual? Read it, try it, then if you have problems with a particular step, let us know and someone may be able to help.
    If you mean the steps to finding the manual, they are all on the Oracle site. I've learned a lot from reading. Good luck.

  • Drill-down Report, Form not completely showed in Report

    Hiya!!
    I'm working with Drill-down Report. Im creating a kind of P&L report but it has a lot of lines because I need to create one P&L report for every Region (Profit Center Group), and I need it in a fixed form.
    The problem I have is that my Form has approximately 1080 lines but when I execute the Report (Tx FXI0), the Report just show 1020 lines and I don't have any error message. The output type I have choosen is graphical Report output "106 Navigation control, detail list" by now, but I already tried with all the possiblilities there are (Tx FXI2).
    Does anybody knows If there is any limit for the output? If not, does anybody know where do I have the problem?
    Thanks in advance.
    Regards.
    Adela Cambiasso

    You can use the drill down strategy, well described by my friend Kan:
    http://bipconsulting.blogspot.com/2010/02/drill-down-to-detail-or-another-report.html
    regards
    Jorge
    p.s If this answers your question then please grant the points and close the thread

  • Drill Downs in SSRS 2010 reports

    Hello, I have a SSRS 2010 report that I’m trying to add some drill down features in List report.
    My dataset has the following fields:
    NAME
    MANAGER
    SEC_TYPE
    BUYS
    SALES
    NEW_MONEY
    AUM
    My Rows groups are:
    NAME – Parent Group
    SEC_TYPE – Child Group
    My columns are in this order NAME , SEC_TYPE, MANAGER , BUYS , SALES , NEW_MONEY,
     and AUM. The NAME and SEC_TYPE groupings are visible and the individual fields are hidden.
    I would like to add drill downs to report to do the following
    Show consolidated view of NAME, BUYS, SALES, NEW_MONEY, and AUM only. Essentially, I want to remove all the detail that SEC_TYPE and MANAGER brings into the report.
      2. When a user clicks a textbox it will expand into the view that adds the SEC_TYPE detail to the report.
      3. Then when a user clicks another textbox it will expand to add the Manager detail to the report as well.
    So I’m basically trying to give the user a very consolidated view and then have the ability to see more data upon request.
     I think some of can visibility settings..
    Any help would be greatly appreciated.
    x

    Drill downs are pretty straight forward. You create your tablix so it shows all of the desired data, grouped as you want. Add a Total row to show the summary data when the group details are collapsed. Then in each group properties starting from the Details
    and working up, set Visibility to Hide and to be toggled by another control. That control should be the textbox in the cell for the parent group. Continue this to the point that the report initially renders in the desired consolidated view. Each cell that
    controls the visibility of child groups will have a + next to it that can be clicked to expand the child groups data.
    "You will find a fortune, though it will not be the one you seek." -
    Blind Seer, O Brother Where Art Thou
    Please Mark posts as answers or helpful so that others may find the fortune they seek.

  • REUSE_ALV_LIST_DISPLAY row position after drill-down

    After using REUSE_ALV_LIST_DISPLAY to display output, user will scroll down several screens and drill-down into detail record.  Upon return to list, user is returned back to top of list (row 1).  How do I return user to same row position several screens down as when he did drill-down?

    hi,
    In  REUSE_ALV_GRID_DISPLAY it fulfill your requirement automatically, in that after the user command they execute the following statement
        rs_stable-row = ls_selfield-row_stable.
        rs_stable-col = ls_selfield-col_stable.
    i don't know whether its useful for you
    cheers,
    sasi

  • Conditional display of headings based on drill-down page or section shown

    <div>Crystal Reports 10</div><div>I have a report (originally written by someone else) with 1 drill down page.</div><div>The drill down shows section group footer 2.</div><div>I am adding a new drill down from the 1st drill down. This will show the details section.</div><div>There are headings which are displayed in the page header section.</div><div>I would like to suppress or hide these headings when the 2nd drill down page (details section) is shown.</div><div>I figured I could do it based on whether a section, or a field within a section, is displayed on the page or not.</div><div>How to accomplish this?</div>

    Thanks for asking this question.Â
    There is a formatting function (under the Document Properties group of functions) called GroupLevel(). It returns what level of group you're on. You can use this along with the Suppress conditional format to show/hide a section based on where the user is located. Â
    This would be a great one to "show" as a sample. I'll add it to my task list for submissions up here.Â
    Again, thanks for asking the question and start the ball rolling!
    Â Â Â Â Â - Kathryn Webster (Report Design Specialist)

  • Drill Down Report in screen painter

    Hi Experts,
    I have a requirement in dialog programming/screen painter to create a 2 level drill down report. for eac page of the report, it should only contain 10 entries then to view the other entries (11 and up), the button for next page should be click (there is also back button).
    First question is how will I have the drill down report (alv list type?) in screen painter?
    Second question is how should I process the logic mentioned above (next and back) in screen painter/dialog programming?
    Thanks in advance for all teh support. Points will be rewarded.
    Cheers,
    Kurtt

    Hai,
    Go thru this Threads u ll get an idea,
    Drill down report help
    Re: regarding Drill Down Reporting
    drill down capabilities for an alv grid display field using oops concept
    Regards,
    Padmam.

  • DRILL DOWN REPORT FOR DIFFERENT DATA SETS in 11G

    Hello.
    My requirment is to do a drill down report with 2 data sets.
    My first data set have all the chart of accounts , My second data set have all the transactions.
    in my report i have 2 data tables. One with the accounts , and when i click in one account get all the transactions for selected account in the second data table.
    Anyone know how i can do this
    Any help would be apreciatted
    Paulo

    You can use the drill down strategy, well described by my friend Kan:
    http://bipconsulting.blogspot.com/2010/02/drill-down-to-detail-or-another-report.html
    regards
    Jorge
    p.s If this answers your question then please grant the points and close the thread

  • Drill down problem when using union all combination

    Hi All,
    I have a simple report with a drill down. The report has three columns Region, Sales, Flag... which will drill down to detail level of sales. The Flag column has Y, N values and we added 'All' Value in flag so that the user can select Y, N and All from the table prompt in the report . We have used union all in the report using combination to add the ' All ' Value in the flag. The problem is that now the main report is not passing the Flag values to the detail report. Flag is prompted in the filter in detail report.
    If I remove the 'All' value from Analysis with only Y N selection criteria the drill down works.
    Is there any work around? I have to use table prompt and All value selection in flag for drill down.
    Thanks,
    Virat

    The problem is without union all when doing combination of analysis drill down works, when I use combination drill down does not work because it does not pass the parameters for flag . I have used union all to add All value in flag.

  • Drill Down requery very slow

    Hello,
    I have several scheuled workbooks that pull a report back in 20 seconds. When I click on drill down to detail level on left nav, the report seems to repull and takes 7 minutes to pull back data. I look the the db server and the requery is just a blip.
    Where is the performance issue. Is the BI Application Server recompiling the data and that is the source of delay. Or is the client slow in gettng the data back.
    Any ideas on how to trace this issue from the App Server or the Database.
    By the way, I using 10gr2 database and BI 10.1.2.48 with Discoverer Plus/Viewer.
    I know there is a patch 5729515, 5736564. Do these fix this problem??

    hi Ioanna,
    The Problem seems to be with the quotes in your srw.run_report command line . The appropriate commandline should be
    srw.run_report('report=DRILL2 paramform=No p_1='||:field1||' ... <rest of the cmd line >');
    ( note the quotes before / after ||:fie1d1|| .. )
    Regards
    Oracle Reports Team

  • Directly i am dirlling down to detail level

    hi all
    i am working on multilevel hierarchies ,i have created multilevel hierarchies for calendar_date and fiscal_date but the thing is i am using time series functions so for that i have enabled cronalagical key
    in the levels ,in key option i have selected month_nams as the key for drill down bout once i click on the year it drilling down to detail level,not to year level,
    what is the problem ,i don't under stand why it is drilling down from year to detail level
    Thnks

    Hi,
    Can you tell me the diffrent levels in hierarchy.What is thenext level after year.It should drill down to that level.Make sure than you have not given preferred drill path.Also make sure that you are refering the same column.backtrace the year column.
    Regards,
    Sandeep

  • Related to Drill Down

    Hi All,
    When we drill down to detail levels: How can we know in which level we are in?
    I need this information while creating the Request.
    Example: I have created a request with the two columns COL1 and AMOUNT.
    COL1 AMOUNT
    Amount is calculated based on the operators (+,-,*) applied to 'COL1'.
    COL1 COL2 AMOUNT
    When user drill down to next level i.e., from COL1 to COL2, then I need to display the amount based on the operators applied to COL2. So, I need to know in which level user drilled it to so far.
    Thanks in Advance,
    -Vency

    Hi,
    Actually, my problem is calculating the measure based on the drills that is, Aggregation is not constant through out the drilling. Depending upon level drilled I need to change the operation.. So, I need to know to which level user has drilled.
    Also, I have implemented calculation part in Answers not in the Repository because I need to apply some other conditions which are not feasible if I implement that in Repository.
    Scenario:
    COL1 AMOUNT
    A1 1000 (1500-500)
    Here, I am calculating SUM of Amount after multiplying the rows with -1 or 1 based on the Operator field. This will be different when we drilled down to next levels.
    COL1 COL2 AMOUNT
    A1 B1 1500
    A1 B2 500 (instead of -500)
    I am getting default behaviour only but I need to change this because I am generating such a report which requires this.
    Because of this I am looking for drilled level before drilling i.e., while creating the request.
    Thanks for giving Reply,
    -Vency

Maybe you are looking for

  • OS 10.6.5 Mac; File Firefox 3.6.13.dmg not identified; Won't download file

    Tried to download FF 3.6.13. File seemed to down load but when trying to open the file error message stated: File not recognized. Macintosh OS 10.6.5. When I when I tried to download the file again, the download ran for about a minute or so and then

  • Export query result to csv using Export Wizard

    Been a decade since I last used Oracle and related tools. I had to use Oracle server again, I have a query over multiple tables, I am to run a scheduled script that will spit out the query result as a csv file. I started with SQL Developer Export wiz

  • Controlling area currency - urgent

    Hi, In a project we are using Controlling Area Currency as INR. As our group company is europe based they want us to change to EUR. We are also using PCA where currency is INR. I want to know the pros and cons of changing the same to EUR from INR. By

  • Taking classes thru Blackboard & now says server is not right and won't send my assignments!

    Used to go thru with no problems, but now has errors all the time in submitting my work! I am not getting credit and getting behind which is unacceptable!

  • Print PO Message

    Hi all, when a PO is created a message is created too. Now I have to develop an application that search some OdA and if the message (table nast for understanding) isn't print yet, the program has to print it automaticaly. There is any bapi or functio