OBIEE Condition Navigation

Dear Experts,
How to implement conditional navigation in OBIEE.
I have one report. When i click on amount when this report other column.value ='A', it should navigate to the report with 'A Report';
Another when this column.value = 'B', it should navigate to another report such as 'B Report'.
Thanks a lot.

Hi
you can achieve this type of navigation by using GoNav which will pick up the value of the click where you will click. You have to use @ to pick value of the column. Only limitation is that you have to name the target report exactly same as the value of the source column. If coulmn value 'A' then you have to name your report A.
you can have an idea of implementing GoNav by going through this link
http://download.oracle.com/docs/cd/E12096_01/books/AnyWebAdm/AnyWebAdm_APIWebIntegrate6.html
award points if found helpful.

Similar Messages

  • Conditional navigation in OBIEE

    Hi
    I have a report from which, I need to navigate to two different reports based upon the rows in a column from the original report like
    Report 1
    Column A
    X
    Y
    Z
    when i click on X in need to go to Report 2 and when i click on Y and Z i need to got to report 3.
    If it is possible with go url, please do post me the proper syntax.
    Appreciate your response
    Thanks

    You can add the other columns as col2,col3... with corresponding values val2,val3...
    sample code, tweak it if required..
    Case when "Dim%20Source%20System"."Source%20Code"
    In ('CEND/DMI/WAMU/WELLS/WMMSC','HLS/MSP/SPS')
    then
    '[a href=href=saw.dll?Dashboard&PortalPath=/shared/EIP%20-%20GL%20Reconciliation/EIP%20GL%20Recon-2/EIP%20GL%20Recon%20By%20Source%20System%20split%20Report&Action=Navigate&col1="Dim%20Source%20System"."Source%20Code"&val1='||"Dim Source System"."Source Code"||'&col2="Dim%20Time".Year&val2='||cast("Dim Time"."Year" as char(4))||'&col3="Dim%20Time".Month&val3='||"Dim Time"."Month"||'>'||"Dim Source System"."Source Code"||'[/a>'
    else '[a href=saw.dll?Dashboard&PortalPath=/shared/EIP%20-%20GL%20Reconciliation/EIP%20GL%20Reconciliation%20By%20GL%20Account&Action=Navigate&col1="Dim%20Source%20System"."Source%20Code"&val1='||"Dim Source System"."Source Code"||'&col2="Dim%20Time".Year&val2='||cast("Dim Time"."Year" as char(4))||'&col3="Dim%20Time".Month&val3='||"Dim Time"."Month"||'>'||"Dim Source System"."Source Code"||'[/a>' end
    I have cast the year column thought it would be numerical value..
    So incase it is string value no need for the cast.
    Note: Replace [ with <
    Check the below link for go url,
    http://sureshotstrategies.wordpress.com/2008/12/13/integrating-oracle-obiee-content-using-go-url-syntax-2/
    Thanks,
    Vino                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       

  • OBIEE 11g - Navigation in Parent Child Hiearchy not working

    Hi All,
    I have a employee parent child hierarchy and I want to show revenue for each employee in the report. I have modeled my revenue as a measure like case 4 shown in the following link
    http://www.rittmanmead.com/2010/11/oracle-bi-ee-11g-parent-child-hierarchies-multiple-modeling-methods/
    So for example this is my report ,
    --David (30)
    ---Sandra (15)
    -----Joe (10)
    Joe'e revenue is 10, Sandra's is 5 (showing her 5 Joe's revenue) and David's is 5 (showing his 5 Sandra's revenue)
    Issue :
    Now what I want is to provide action link on the revenue column so that when user would click on revenue for any employee it would direct them to a detail report showing the bifurcation.
    For ex, I want that when user click on 15 which is Sandra's revenue, he would be redirected to a detailed report for Sandra and similary for Joe and David
    MY ISSUE IS that the navigation is NOT working for sandra and Joe. It is only working for David (who is the ancestor of sandra and Joe). When I click on 15 to see sandra's detail report, it doesn't do anything and in the bottom left corner of the browser status bar below I see an ERROR saying
    (same for Joe but David work's fine)
    Message: 'getLevelInfo(...)' is null or not an object
    Line: 1
    Char: 11142
    Code: 0
    URI: http://localhost:7001/analytics/res/b_mozilla/answers/selectionsmodel.js
    Why is that happening? Is that because I have modeled the revenue as an measure and not attribute. Is navigation not possible in this case?
    Anybody has any solution or workaround for this, it will be highly appreciated.
    Thanks,
    Ronny

    Ok, so let me explain this in detail and give the structure of my tables and the data,
    There are three tables.
    1.Parent Child relationship table - pctable
    2.Closure table which OBIEE creates through a script - reltable
    3.Fact table which contains the revenue - facttable
    This is the data
    pctable
    personid | managerid
    David | NULL
    Sandra| David
    Joe|Sandra
    reltable
    memberkey | ancestorkey |distance |is_leaf
    David|NULL|NULL|0
    David|David|0|0
    Sandra|Sandra|0|0
    Joe|Joe|0|0
    Sandra|David|1|0
    Joe|Sandra|1|1
    Joe|David|2|1
    facttable
    personid|revenue
    David|5
    Sandra|5
    Joe|10
    and my joins conditions are, I join pctable to reltable and then reltable is joined to facttable like this.
    pctable.personid = reltable.ancestorkey
    reltable.memberkey = facttable.personid
    and then in the report, when I pull up the pchierarchy build from pctable and revenue , I get as below and like I said, when I click on Sandra to see the revenue she contributes, I am not able to navigate. Can you let me know what modifications needs to be done?
    ---David(20)
    ----Sandra(15)
    ------Joe(10)

  • OBIEE Guided Navigation Link - How to open in New page.

    Hi,
    I am using Guided navigation links in OBIEE dashboards to link some of my reports.
    When i click on the Link it opens the report on the same page. Instead i have to open the report in a new page. This Option is available in 'Link OR Image' section, not in 'Guided Nav. Link' section. Please suggest me if there is any way to achieve this.
    Thanks
    Swami

    Hi
    We have the same need: from within a report we have guided navigation to a detail report, that uses the values of the record in the master report as filterparameters. When clicking a row in the master report , we should open the detail report in a new window, while leaving the master report in the dashboard open. How can we achieve this?
    Swami just mentioned the Link or Image object to indicate that this possibility of choosing the same or a new window is present there, and asked where to find the same choosing option for guided navigation.
    Frits

  • OBIEE 11g - Navigation from Hierarchy Column

    Hi Experts,
    I have created one Organization Hierarchy (Country --> Region --> State --> City) in the Logical Layer of the rpd and pull that hierarchy with the dimension in the Presentation Layer. In the new analysis I have created dashboard prompt with the Organization hierarchy and created a report showing Total Headcount column and Organization Hierarchy column (using selection steps feature in OBIEE 11g).
    Now when I select Region from the dashboard prompt, in the report it is showing me total headcount according to my region selected in the prompt, but when I tried to navigate from the Total Headcount to see the list of employees in that particular region, I am not able to see the list of employees belonging that particular region rather it is showing me the list of total employees at the Country level.
    PS - In the navigation report I am prompting Country, Region, State and City from the Organization dimension, but I am not able to prompt Country, Region, State and City from the hierarchy column which is there in the Organization dimension.
    Please Help.

    Hi,
    You need to create the drill down report also using selection steps. I tried the drill down was working fine.
    Thanks

  • OBIEE 11G - Navigation:How to open in New page/new tab.

    Hi All,
    When I click on a link in report it opens another report on the same page. Instead I have to open the report in a new page/new tab. Is this feature available in obiee 11g version? If yes, could you please tell me how to make it possible?
    Thanks in advance,
    Sunita

    hi
    Use Action Link...to open link in New Window
    1.Go to edit Dashboard...
    2.Select Action Link from Dashboard Objects.
    3.Click the Action Link Properties and Type your Report Name in Link Text Box.
    4.Select New Action Button and Go to Navigate to BI Content
    5.Choose your Report from your path and click ok button
    6.Enable Open Link in New Window(IMP) and click ok.
    7.save and check your dashboard page...
    thanks,
    kavi
    Edited by: Kavitha on Jul 12, 2011 12:11 PM
    Edited by: Kavitha on Jul 12, 2011 12:12 PM

  • OBIEE 11g: Navigation on Presentation hierarchy

    Hi everyone,
    I've got a presentation hierarchy column setup on a parent-child node based hierarchy. It works fine in terms of drilling but the navigation on the column only works at the top level. The drills don't get the click action.
    The same is true for the measures themselves. If I have a navigate on a measure, it works at the top level but not at the detail level.
    Anyone know if this is a bug or just a "feature"?
    -=Joe

    Hi, i have the same problem. The hierarchy is correctly mapped, as i can see expandind the values of the hierarchy in tab results>subject area, but when i click on the root of the hierarchy in the report nothing happens. Does anyone knows what is the problem?
    Thanks

  • OBIEE 11g - Navigation

    Hi Experts,
    Is there any way to create a navigation link on the grand total in the pivot/table view.
    Edited by: user10720630 on Jan 1, 2013 4:02 AM

    Assuming you have dimension hierachies defined in your implementation; by default measure at grand total when you pull it alone and with no other column from dimensions. If you pull any other column you may not get the grand total level value. Try to create a measure and set the content tab level to Grand total or all (top most level) for required hierarchies, in this case when you pull any other columns value will not change and can go for navigation.
    If helps pls mark

  • Conditional navigation?

    I have a report that uses column selector, so the report can show by, lets say, data type 1, or data type 2. If the user click on the chart, I want them to go to different reports depending on the column selector value. Is that possible? If yes, how to do that?

    Yes your suggestion would let me specify different report to navigate to from a table report. I treid and it worked beautifully. But I want to do it from a chart. So I followed your method: specify a column selector, then go back to the chart based on the column selector, select Additional Chart Options->Navigation. But it seems I can't specify different reports to navigate to. Not sure this is a bug in the software or intentional, or I did something wrong.

  • Conditional navigation to popups

    Hi Masters,
    I have a form through which iam passing the values to the web service, depending on the return value i should show the popups. If the value is 0 i should navigate to first popup else to other popup. Please help me out..
    Thanks & Regards,
    Kaushik Sreeram

    Hi,
    May be, you can use a hidden checkbox in one of the fomr s in layer two, with the query result makes it true/false.
    The popup can be triggered based on the value of the hidden checkbox in layer2.
    I Saw system action "Dynamic Action" for submit button, with an action formula. Not sure whether you can use it. But just give a try.
    Else, Use two buttons (One placed over other) with mutually exclusive hidden conditions to trigger events based on checkbox value in layer2
    Hope it helps.
    Regards,
    Sooraj

  • Conditional navigation between layers

    Hi Masters,
    I have forms1,2,3 in respective layers 1,2,3. From form1 iam connecting the output port to the input port of web service. Depending on the values of the fields that come from the output port of web service, I should decide to which form i should go either to form 2 or to form 3. This vaigation should happen on clicking on the button in form1. Please help me out.
    Thanks & Regards,
    kaushik Sreeram

    Hello Kaushik,
    Instead of having three layers. You can have two layers.
    First layer should be same you have , and the second layer shoud be combination of components in 2 n 3 of your layer.
    Now Store the value you are getting from webservice in a dataStore. And use the visibility condition of the components .
    Example:
    Then Setting the visiblity condition of (STORE@Variable == 'Yes') for one and (STORE@Variable == 'NO') for other.
    I hope this helps.
    Regards,
    Ashutosh
    Message was edited by:
            Ashutosh Rastogi

  • HWC SUP 2.1.3  Dynamic Conditional Navigation Issue

    Hello Experts
    I have a language flag as 'FR' or 'EN' which is coming dynamically based on user.
    Based on the above flag,I want to Navigate the screen .
    If FR ,The screen should come in French language.
    If EN,The screen should come in English language.
    Thank you so much.

    Thank you so much for your reply.
    I was also trying but I am not getting the solution.
    Thanks

  • Prompt to Report navigation - OBIEE 11g

    Hello,
    I've three tables (3 different requests) to be displayed in a page. Each of these tables has one identical column eg. project_name (but from different database tables).
    My requirement :
    1.I should have only one prompt to select the project_name at the first page
    2.Only after selecting the project_name, the page should navigate to another page which displays all the three tables
    Kindly let me know how can I get the prompt to report navigation done.
    Thanks!
    Dinesh

    Hi ,
    Only after selecting the prompt you have to show the reports means use the guided navigation.
    Only after selectiing the Project_name , you can show your tables.
    But this can be done on the same page not on other page as you needed.
    Also check the below link may be helpful to you
    OBIEE 11G - Navigation:How to open in New page/new tab.
    Thanks,
    Ananth

  • Navigation in Parent Child Hiearachy is a bug in OBIEE 11.1.1.6 ?

    Hi All,
    Please look into one of my earlier posts
    OBIEE 11g - Navigation in Parent Child Hiearchy not working
    One of my friends Ram told me that this is an Oracle Bug in 11.1.1.6. It's I just wanted to know if anybody has faced the same issue and reported this as a bug in Oracle. Unfortunately, i don't have the privileges to log a bug or see the bug information, can anybody please provide any information on this ?
    Thanks,
    Ronny

    Hi,
    Bug 14406555 : 11.1.1.6.2BP1 UPGRADE : ACTION LINK INTERACTION FAILS WITH GETLEVELINFO ERROR
    FYI: MOS
    What actually did happen?
    After the upgrade, when they expand the parent-child hierarchy and click on the measure column to navigate through the Action Link, nothing happens and they see error in the IE browser at the bottom - Message: 'getLevelInfo(...)' is null or not an objectLine: 1Char: 11175Code: 0URI: http://nyfsqla105.ny.fw.gs.com:9704/analytics/res/b_mozilla/answers/selectionsmodel.js It does not show any error in FF but it does not do anything. Inspite of checking "Do not display in a popup if only one action link is available at runtime" for Action links, it does show pop up after the upgrade.
    Thanks
    Deva

  • Setting Up Aggregate Navigation in OBIEE

    Hello Guru's
    Could somebody please tell me what is aggregate navigation and and how to configure it in OBIEE .
    Thanks

    Hi
    Aggregate navigation is excellent technique to get the aggregate values in reports
    you can check in this link which will completely explain the creation of aggregate table, setting up the aggregation & trouble shooting
    http://www.rittmanmead.com/2006/11/aggregate-navigation-using-oracle-bi-server/
    http://hiteshbiblog.blogspot.com/2010/04/obiee-aggregate-navigation-not-hitting.html
    you can get this from Oracle site in the documentation part
    Thanks
    K.Babu

Maybe you are looking for

  • Changing capitalization date

    hi there My effort is to add tax (area 10) values to existing assets. As of now I have  an asset. capitalization date 1/1/2003 book deprn start date as 05/30/2003. but we want , for tax purposes, in area 10, we need the deprn start date as 1/1/2002.

  • XOBX/XBOX 360 BOTH ON LIVE

    CAN SOMEONE HELP.  I HAVE ROUTER WRT54GV5 CONNECTED TO MY COMPUTER AND XBOX 360 WITH THE LIVE AND GAMING ADAPTER.  DO YOU KNOW IF I PURCHASE ANOTHER GAMING ADAPTER AND HOOK UP ANOTHER LIVE ACCOUNT IF THE ROUTER WOULD SUPPORT ALL THAT?

  • CNN won't connect with Safari

    I've had this problem for the last few months where cnn.com and m.cnn.com will not connect in Safari. I get the message "Safari could not load the page because the network connection was lost." This is the only website I've ever had this problem with

  • Question about drop shadow size

    Hi All! I have created a style that only contains a custom drop shadow. I frequently apply this style to illustrations that I'm creating for a book. However, since updating to CC 2014, I've been having a problem with the style. The size of the drop s

  • Issues with printing/viewing International PayPal Shipping Labels on Safari

    Hello, thank you for reading my post. Any suggestions or information is appreciated!... I currently have Safari 1.3.2 (v312.6) installed on my iMac G4; I am also running OS X 10.3.9. I finally figured out why I could not successfully print my domesti