Navigation Report

Hello All,
I have a summary report and a detail report. When I click on the summary report, it leads me to the detail report. I have added a column prompt on the detail report. Now, when I run the detail report individually, I see the prompt but when I run the summary report and click on the data link, the prompt wouldn't show up. The detail report displays the entire data.
How can I fix this?
Please Help!
Thanks!

Ok I take my answer back.
If the columns are the same between the detailed and summary. You do not have to use the prompts at all to filter the detail report. Just click is prompted.
As it is with your case, your columns are different, then create presentation variables for your summary report filter and then filter the detailed report by using the presentation variable from the summary report
YEAR Is in @{SUMMARY.YEARCOLUMN}
This answer just serves the purpose to apply the same filter across the summary and detailed report. if you have to display the selected value from teh summary report on the detailed report just to show the end user what filter did he select on the summary report, use the SUMMARY PV in the static text of the detailed report and place that static text object on top of your report. This way the client will know what all filter values he selected on Summary report.
Edited by: 974664 on Jan 31, 2013 1:56 PM

Similar Messages

  • Can't see Pivot view in Navigated report.

    Hello all-
    I have a main page report and a navigated report which is linked to one column of main page report.
    I used Pivot views for boh the reports.
    However, I could see Pivot results on dashboard for main report but, When I navigate to the second report, it is not being shown in Pivot view ( I need Totals which can be obtained through pivot view).
    Where do I need to check?
    Thanks

    Insted of giving navigation to a report give navigation to a page.Create a separate page for the navigated report(pivot) and hide the page.Then try it will work.

  • Navigation report error.

    Hi All,
    I am creating two report (one - main (summary report) in chart, 2nd - detailed report in table format).
    I am able to create the main summary report based on nbr of service request in a month.
    When i navigate from main to summary report, i am passing the closed month of service request to detailed report.
    But my detailed report has service request, activity details. Since activity details is lower level to service request(ie service request is higher level).
    When i am passing my closed month of service request to navigable report, OBIEE generates the report based on closed month of activity data.
    Can we make this closed month point to service request instead of activity data in summary data.
    Is it possible to do this. I knew this is generated based on fact columns.
    Thanks

    7.0 SP9 is very old.  There were a lot of enhancements to Web Dypnro ABAP made in SP10, SP12, SP13 and SP14 before we had the enhacement package concept.  It is very likely that on such an old Support Package level that you are missing functionality that is described in the standard help documentation.

  • Function Security Navigator Report

    Hi,
    I have to create a comma delimited flat file with the data generated by Function Security Navigator Report without any Title/subtitle. The executable is a rdf file (FNDMNNAV). Neither do I have Oracle Report nor do I know Oracle Report. Does any one have the SQL query to generate this report? Most likely there are more than one SQL queries in the rdf file - if this is so then can you please give the steps of how the data are selected for this repor?
    Thanks,
    JP

    Hi JP,
    You could change the output to XML and create a basic BI Publisher template to achieve your requirements.
    Check out my blog for a similar example:
    http://garethroberts.blogspot.com/2007/09/standard-report-to-csv-file-via-bi.html
    Gareth

  • RETURN LINK IN NAVIGATED REPORTS

    hi,
    is there any way to put return link beside the "refresh-download-print" in a navigated report so that it goes back to the previous screen just like in the drilldown
    thanks

    Refer this and use in Static Text
    http://bintelligencegroup.wordpress.com/2010/11/26/button-for-return-to-previous-screen/
    for link beside the "refresh-download-print" try searching the source..
    Hope this helps

  • Direct Link to Detail Navigation Report

    Hi, I have a number of reports(IViews) in my Detail Navigation Area.  Is there anyway to get a direct link to a specific IView in the Portal?
    Thanks!

    You might want to read up about iViews and quicklinks, which are basically a named shortcut to an iView...  Of course, the user needs to have the iView as one of the iViews in their role before they can launch it with the quicklink.
    Cheers

  • Problem with guided navigation - Reports not showing up

    Hi All,
    We have a dashboard page that has a number of sections based on guided navigation. The problem is that the reports in the sections do not show up even when there are results for the guiding reports unless the page is refreshed. However, the section borders are showing up. Is there any solution for this problem?
    Thanks in advance,
    Radhika

    Hi Radhika,
    As I mentioned earlier i have created 2 reports, but your case is some thing different and you are using the same report for condition also and in the section also.
    What we have done is , suppose we want a report in a section to be displayed when my *# Service requests* >20 then
    We have created a report with *# Service Requests* with filter condition greater than 20. which we will to define the condition.
    and another separate report we to put in the section will be created.
    Just try this, not sure is this going to help you.
    Regards,
    Somu

  • Portal User navigation report?

    Hi, i'm just newbie at Oracle Portal and i need to get a user navigation statistical report. The company just like to know which ones of portal users are using this one.
    Does anybody knows a way to do this?, does oracle have any tool for doing it?.
    Regards,

    Hi Florian,
    You can have a look at Metalink Note : 218911.1 - How to Retrieve the SSO Username in Reports.
    You just need to have a User Parameter named "AUTHID" in your Report to access the SSO UserName. Your Reports need to be " SSO Enabled " for this to work.
    Regards,
    Sandeep

  • USER Cancelled message while navigating report.

    Post Author: sreeraj_vinod
    CA Forum: General
    One of our clients are facing a peculiar problem. We have a VB 6 application with crystal report 9 reports assocaited to it. When the user generates a report which has a large amount of data, and he tries to navigate to the next page, he gets and message "User Cancelled". If it is sent to printer directly, it says "Error printing".  This report has 3 small sub reports embeded into it.
    Request you to let us know, what could be casing this issue.
    Thanks in advance.
    Sreeraj

    Post Author: ygregersen
    CA Forum: General
    It's possible that one of the items in your scenario has a time out limit. When it goes beyond that limit the error message defaults to a 'user canceled' message. This happens in Access all the time because the queries in there default to 60 seconds - your scenario seems to be a similar issue. Maybe look for something about a time out limit.

  • Use of Presentation Variables in Navigated Report Title

    Hi All,
    It's regarding the presentation variable in report title. I have value interaction to another report based on Prompted values. But when we click on the value it will go to another report page and giving the results, but the title view is not changing as per the requested value. The title should change dynamically, but it is showing the P.Variables in place of prompted value.
    Below are the ways i have used the P.Variables:
    @{brand1} at @{customer}, @{sensitivity}% Sensitivity
    @{brand1}{'Prod'} at @{customer}{'CVS'}, @{sensitivity}{'15'}% Sensitivity -----(default values here)
    Version : OBIEE 11.1.1.5.0
    Could you provide me the solution for this issue.
    Thanks in Advance,

    Hi,
    You can use the presentation variable when you are passing the value from the prompt and filtering after
    clicking on the 'GO' or 'APPLY' button. So that assigns one value and is passed in the report in the
    page used.
    What you need to do is you need to have the 'is prompted' for the column used in the title
    or you can make the column is equal to @{pres_var}.
    But still if you dont use the columns in the report and you dont want to filter the report with the title columns
    then you can use narrative view with all the columns used in the title and have 'is prompted' and make its formatting similar to title view and save as a separate report
    And place the narrative view above the report
    Regards,
    MuRam

  • How to add a download link in a report directed by a navigation link?

    I have searched the net but could not find the solution.
    I added a link in a dashboard page. The link is connected to a request. When the link is clicked, the page goes to a report, which is not placed in a section region.
    Now, how to configure the report so that a download link is displayed right under the navigated report?
    I know that if a report is placed under a section in a dashboard design page, use the "Request Link..." to add the download link. But such a "Request Link..." feature is not available for a navigate-link directed report.
    Many thanks in advance.
    Quin

    I haven't seen this done, but it may be possible. As a workaround why not create a new hidden dashboard page and put your request on that page with the appropriate 'Download' report link?

  • Navigation on row and column total in pivot report

    Hi All,
    I have created a pivot report with 2 dimension columns and one measure and defined row and column total. Now, users wants to have a navigation report on the row/column total so that once he clicks on total value, he can see the detail report. While doing this, he also wants to pass on the 2 dimension column values to detail report.
    Is there any workaround for this?
    Thanks in advance.

    use a formula column/row. use RANK function in that. (e.g. Rank([A], asc) will sort the rows based on column A values in ascending order)
    you can use this rank in your heading.
    But frankly this is not so easy. You have to do it in a very intelligent way, so that rank gives you column number/row number any how.
    Have a try and let see if you find a appropriate solution.
    Regards,
    Rahul

  • Navigation to a report

    Hi
    We have a requirement as follows :
    There is a column say "No of Employees" in a report. Now if a user clicks on any value under this column it should navigate to a report displaying the
    respective Employee names .
    For example If a user clicked a value say "2" under the column "No of Employees" it should navigate to the report displaying their names say "X'"
    and "Y".Thsese names can vary ie., if a user clicks on the value "2" on other row, then the names can differ.
    We used the navigate option to navigate to a report containing all the employee names .But we want the navigated report to conmtain only the respective
    employee names instead of all emplyee names.
    Providing pointers or procedure to achieve the above requirement will be very helpful and highly appreciated.
    Thanks

    Hi
    It is a well descriptive link . In this link navigation report is created on customer id (It will always have a single value).
    But as mentioned earlier, our requirement is as follows :
    Say there is a column "No of Students", If a user clicks a vlaue "2" under this column(No of Students) in a particular row it should navigate to the report, say "Student Details" containing the respective details of only those two students say "Jack" and "Jill" .
    Similarily if a user clicks on the value "100" under this column(No of Students) in a particular row, it should navigate to the same report as above ie.,"Student Details" containing the respective details of all the 100 students .
    When we followed the procedure as mentioned in the above link ie., "http://gerardnico.com/wiki/dat/obiee/olap_operation" .
    The issue we are encountering is : "Irrespective of the value selected under the column " No of Students", it is always getting navigated to the report containing all the students details(the student details are not getting restricted based on the value selected under the column "No of Students").
    Plesae let us know, whether there is any other workaround to achieve the above mentioned requirement .
    Thanks

  • Report Navigation

    hello All,
    I have a complex requirement. Here is the scenario.
    Report contains Account type-A and Account Type_B along with other measure columns
    I need to pass the Account type B value to another report. But the problem here is I need to just display Account A and pass the corresponding Account B to the navigated report.
    when i hide the Account B in the top report the value is not passed to the corresponding bottom report.
    Using a case statement in the bottom report is not feasible because i ve multiple account b's for account A
    So please advice. I am thinking of Go URL navigation will that work in this scenario??
    Thanks
    Prash

    You should be able to pass the hidden column.
    e.g.
    ’<a href=http://localhost:9704/analytics/saw.dll?GO&path=/shared/Dynamic%20GO%20URL/Report2&Action=Navigate&P0=2&P1=eq&P2=table.AcctB&P3=’||table.AcctB||’ style=”text-decoration:none;”>’||CAST(table.AcctA AS CHAR)||’</a>’

  • Adding value to filter column as parameter while navigating to 2nd report

    Hi
    I have a report and I want to navigate to another report in Answers.
    There is a filter column for the 2nd report whose
    value I can't choose from the calling report, because it is a hidden indicator.
    Is there any way I can add this hidden indicator with a hard-coded value to the
    end of the navigation call (for the 2nd report)?
    eg. call_report XYZ indicator='Y'.
    Many thanks for any ideas.
    - Jim

    Hi,
    I have used below solution to pass various indicators (columns were not present in the parent report) to same drill report. Hope it helps you.
    The idea here is to override the function PTMNav which gets executed when we click on a column in pivot, which drills to another report passing the remaining column's values and filters.Follow the below steps to achieve this.
    * Open the request and add a Static View to the report (compound view).
    * In this view, check the option 'Contains HTML Markup' and add the below code. (The function PTMNav is exactly the same as the orginial one with just one additional line added to it)
    <script language="javascript">
    var colName = '"TableName"."ColumnName"'; // Add your ColumnDefinition within single quotes
    var colValue = 'valueToBePassed';
    function PTMNav(scttbl, row, r, tNavSetup, nType, evt, bInPreview)
       var tInNavInfo = new NavigateInfo();
       // add all the row values
       var vRValues = PTRGetValues(scttbl,row,scttbl.vRows);
       for(var n = 0 ; n < scttbl.yLayers.length ; ++n)
          // might be dealing with totals, look for null layers
          if (null == scttbl.yLayers[n])
             continue;
            // if a measure, do not add the value
            if (null != scttbl.vColumnAggs &&
                null != scttbl.vColumnAggs[scttbl.yLayers[n]] &&
                scttbl.vColumnAggs[scttbl.yLayers[n]])
               continue;
          tInNavInfo.AddValue('eq', scttbl.vFormulas[scttbl.yLayers[n]], vRValues[n]);
       // add all the column values
       var vCValues = PTCGetValues(scttbl,r,scttbl.vColumns);
       for(var n = 0 ; n < scttbl.xLayers.length ; ++n)
          // might be dealing with totals, look for null layers
          if (null == scttbl.xLayers[n])
             continue;
            // if a measure, do not add the value
            if (null != scttbl.vColumnAggs &&
                null != scttbl.vColumnAggs[scttbl.xLayers[n]] &&
                scttbl.vColumnAggs[scttbl.xLayers[n]])
               continue;
          tInNavInfo.AddValue('eq', scttbl.vFormulas[scttbl.xLayers[n]], vCValues[n]);
       /** START custom code **/
      tInNavInfo.AddValue('eq',colName,colValue);     
       /** END custom code **/
       // let PTNavigate add just the page + section values and navigate
       PTNavigate(scttbl, tNavSetup, (new Array()), (new Array()), -1, evt, tInNavInfo, bInPreview);
       return false;
    </script>* The code above contains the overriden PTMNav function. Here on line 2 and 3 specify the column Name in colName variable and column Value in colValue variable which needs to be passed to the navigated report.Ensure you have this column as 'is prompted' in the drill report.
    Now, along with other filters and column's value, this column's value will also be passed to the drill report.
    Please let me know if this solution works for you.
    Thanks

Maybe you are looking for