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                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       

Similar Messages

  • 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.

  • Conditional Prompts in OBIEE

    Hi all,
    Can someone tel me what is conditional prompt in OBIEE and how to use it.. I searched but could not find proper references. Can anyone help?
    Thanks
    Surya

    Hi Surya,
    You can make use of guided sections in 10g,check out David's response in the below link,
    Conditional Prompt Column
    Rgds,
    Dpka

  • Need to hide popup menu while navigating in OBIEE 11g

    Hi All,
    In OBIEE 11g we use Action Link to navigate to other BI component we can add multiple navigation targets as well.
    Now my requirement is to hide the popup which gets displayed when we click on the value in a column. I want that popup not to appear if there is only one target report.
    Also i want to make this change to all the reports, please help me out with a generic solution for this.
    Thanks
    Atul

    Hi,
    In the column properties-->Interaction-->check the below check box ' Do not display in a popup if only one action link is available at runtime '
    Make this for all the individual target column.
    And Yes, its a kind of issue everyone facing.
    Award if this helped/ answered.
    Regards
    MuRam

  • [nQSError: 46036] Internal Assertion: Condition pLeftOperand in obiee 11g

    Hi ,
    I am trying to display text data from Essbase Cube in OBIEE report , had one thread already opened for this :
    Displaying text data from Essbase Cube in OBIEE report
    I'm approaching in the following way :
    1. Created one session initialization block "TEXT_ID_VALUE" , having below query :
    select TEXT_ID, VALUE from HSP_TEXT_CELL_VALUE ;
    2. Matching the data populating in "TEXT_ID"(numeric data) session variable, with one of my measure column and fetching the corresponding "VALUE" session variable (text data) . (both the session variable's belong to TEXT_ID_VALUE initialization block , with 'row wise initialization' )
    3. Wrote below expression in measure column(in BMM layer) :
    CASE WHEN  "CAPEX_inteliplan"."CAPEX"."Capex Description" = VALUEOF(NQ_SESSION.TEXT_ID)  THEN  VALUEOF(NQ_SESSION.VALUE)  END
    Its throwing this error message :
    *[nQSError: 46036] Internal Assertion: Condition pLeftOperand, file server\Query\Optimizer\Request\Src\SQORRqExprCond.cpp, line 158.*
    Am I missing anything / is it the correct way to do it?

    Hi Srini ,
    I found " user.sh " under :
    C:\obiee11g\instances\instance2\bifoundation\OracleBIApplication\coreapplication\setup
    It about :
    The examples of configuring Oracle and DB2 UDB
    *# clients on various Unix and Linux Operating Systems(Solaris,Linux,HPUX PA-RISC,HPUX Itanium,AIX) .*
    I found a "user.cmd"(probably for windows) also in that folder location , but it contains only the following :
    *@echo off*
    REM This file is a place holder for setting environment variables
    REM set TNS_ADMIN=C:\obiee11g\Oracle_BI1\network\admin
    Not sure where add "OBI_BACKGROUND_STACK_SIZE = 1024 KB" !

  • Regarding Navigation in obiee 11g

    Hi All,
    i have recently migrated from obiee 10g to 11g.
    after migration the naviagation is not working.
    i have implemented navigation in 10 g in which on clicking one report it naviagate to another report also drilling down.
    but in 11g it is not happening.
    please help me to solve this problem.

    Please check the navigation is given properly or not.
    Just move to the criteria of the request and click required column by which you want to navigate. In the column properties of the request there is option naming INTERACTION in that option you will find "Add action link"-> BI content and then just select required request or the required dashboard page. it will navigate on it.
    Regards,
    Diney

  • 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

  • Error navigating from OBIEE Dashboards 11g to BI Publisher

    Environment: WebLogic Server 10.3.5 OBIEE 11.1.1.5 AIX 6.1
    Browser: IE8 (company standard) and others like Firefox
    Hitting the links on browser in OBIEE dashboard to create a Published Report in BI Publisher, I get the following error:
    Webpage error details
    User Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; MS-RTC LM 8; InfoPath.1; .NET4.0C; .NET4.0E; .NET CLR 2.0.50727; .NET CLR 3.5.30729)
    Timestamp: Tue, 21 Feb 2012 20:39:23 UTC
    Message: Can't move focus to the control because it is invisible, not enabled, or of a type that does not accept the focus.
    Line: 85
    Char: 1
    Code: 0
    URI: http://<servername>:9704/xmlpserver/editor/report.jsp?_xmode=2
    I can login directly by using http://<servername>:9704/xmlpserver/login.jsp
    Any help would be appreciated.

    hi,
    I have the same issue but only with one user.
    Have you solved the issue?
    thanks in advance
    Rosario

  • 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

  • Drill down and Navigation in OBIEE Dashboard

    Hi,
    We have a requirement to navigate to another report by clicking the drill down column.
    For. E.g. The Existing Drill down in the report is as follows: Country -> Region -> Area.
    Now, when the user clicks on Area , it should navigate to other report which will provide more details.
    Since, Area column comes only after drilling down(i.e. It does not exists in the Criteria of the report) how to use Navigate option or GO URL to navigate to other report or dashboard.
    This is urgent. Please help...
    Thanks.
    Regards,
    Johnny

    http://www.oraclenerd.com/2010/03/obiee-report-drilldown.html
    please refer this...

  • Coloring value with condition in Analysis OBIEE 11g

    Dear Gurus,
    I have pivot analysis, which show date and sales.
    I want to highlight the value of the date if it holiday.
    I want to coloring red the holiday date.
    How to do that?
    Thank you before
    Regards
    JOE

    Hi,
    Here I have one question,
    How you know wether which day is holiday in your time dim? do you have any condition on that?
    If you know that just go-->time date column properties-->click --> condtinoal tab--> apply filter condition and apply the color as you like.
    Hope this help's
    Thanks
    satya

  • Conditional based Writeback OBIEE 11g

    Hello ,
    I have a requirement to enable the writeback to specific records which satisfies the specific conditions.
    EX:-My requirement ,i have a approved column ;it is writeback column.So,that should be enabled based on the create date.If the create date is more than 3 days the approved column writeback option should be disabled.
    Is there anyway we can achieve this requirement.
    Thanks,
    prassu

    Hi I think that with some javascript you could disable the write back input.
    Why don't you use another method:
    1) conditional formatting on the rows that are changeable (e.g. show them in green and the other greyed out)
    2) apply a condition in the write back SQL statement that takes care of the 3 days e.g. update table1 set col1=ABCDE where days<3 and id=123

  • 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

  • CPP Assertion Error when navigating in Obiee 11g

    Hi,
    I have a report which uses SQL filters and I am trying to navigate from this report to another page.
    And I see the following error :
    Dashboard Display Error
    Assertion failure: isXsiTypeSqlExpression(rExpr) at line 67 of C:\ADE\aime_bi\bifndn\analytics_web\main/project/webreport/exprformulautils.cpp
    Error Details
    Error Codes: ACIOA5LN
    Some forums mentioned that re-creation of saved SQL filters would help but it didn't.
    Has anyone faced similar errors ?
    Thanks for any pointers.
    - Sujana

    Sujana,
    This is a bug in 11g, apply patch 12561330.
    Rgds,
    Dpka

Maybe you are looking for

  • KDE: Xorg 1.8 and synaptics [SOLVED]

    Hi, It appears that the synaptiks package from AUR works just fine with the default /etc/X11/xorg.conf.d/10-synaptics.conf. I just had to check System Settings->Keyboard & Mouse->Touchpad->Touchpad Configuration->Scrolling boxes in order to get my sc

  • HT1296 my iphone is no longer syncing to my computer

    I actually have a couple of issues: the first being that my phone is no longer syncing to my computer and; the second is that Time Machine no longer backs up. Any help?

  • Conversion of Logical System name for "Error DTP" is not working

    Hi All, I have created a DTP and corresponding "Error DTP" for handling the Error records in development. But when i move the both the DTP's to Consilidation systems, DTP is getting converted to the consolidation R/3 systems (Example: TQS). But the "

  • File Name into the Target

    Hi All, I have created a mapping which loads flat file into the target. As there are multiple flat files as a source we need to capturing those in the target table. For instance, MAPPING_FLATFILE does have 5 flat files (1.CSV,2.CSV,3.CSV,4.CSV and 5.

  • Best FC settings for broadcast?

    Hello everyone, I am relatively new at this, and I am looking for a better workflow and FC/compressor/ settings for our productions, and to solve a sound issue. We use a set of Panasonic AG-HMC150P to capture external videos, so the footage is in HD