Report Navigation in Obiee 11g

Hi All,
I am building a report 'A' using minus and union set operations. I need to navigate to another dashbaord page filtering all reports when a value in a particular column in report 'A' is clicked. The report 'A' appears correctly and when I click on a value it navigates to the other dashboard page, however the reports do not get filtered based on the value that is clicked.
If, however, I just include either only minus operation or only union operation in report 'A' and then I navigate to the other dashboard page all reports are filtered correctly.
Does anyone know how to resolve this issue
Thanks,
Nikita

Hi Nikita,
UNION operations (e.g. UNION, UNION ALL, INTERSECT, MINUS) themselves are not passed as values at the filter level. Do your filters correspond to the UNION operations your trying to achieve? Is the 'not equal to...' filter operation a suitable alternative to the MINUS union operation?
Hope this helps,
Justin

Similar Messages

  • Adhoc reports using the OBIEE 11g

    Hi All,
    Is anyone has developed the Adhoc reports using the OBIEE 11g.
    My question is what is the use of Adhoc reports.and how we develop it.Is there any user manuals.
    thanks for your replay.
    Regards,
    Pradeep

    Hi there,
    There are also a number of blogs out there which will help you, two really good ones are:
    http://www.rittmanmead.com/blog - Rittman Mead also do public training days on OBIEE in the UK/US and India if you are interested.
    http://obiee101.blogspot.com
    Hope that helps,
    Thanks,
    Chris

  • 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

  • Is there a way to deny access to BI Publisher -Report job in OBIEE 11g?

    Thank you all for the helpful information in the posts. I am trying to disable or not to display Report job under published reporting in OBIEE 11g. Could any one of you you please help me with the steps?
    My issue:
    I am pretty new to OBIEE and we are using OBIEE 11g when the user clicks on the new drop down, i am trying to disable or turnoff Report job under published reporting for a user group. I tried to find the relevant components for published reporting to deny access to report job under manage privileges but no luck i couldn't find any and i realized that i should be looking into Manage Bi publisher roles and responsibilities but i cannot remove the roles. Please help me with the steps and the options where i need to go and what i should do to not to display the report job. Your help is greatly appreciated, if i am not clear please let me know i will try to rephrase or explain it better
    FYI
    We are using LDAP for user creation and we have created a new group and created a test user belongs to that group and that user should not see the Report job. When i am seeing the users roles and responsibilities it is also showing me other two roles authenticated user role and BI consumer role for the test user, when i asked the admin guy dealing with LDAP he said he only associated the user with that only new group. Please advice
    Thanks,
    Ravi
    Edited by: user1146711 on Aug 18, 2011 2:00 PM
    Edited by: user1146711 on Aug 18, 2011 2:02 PM
    Edited by: user1146711 on Aug 18, 2011 2:03 PM

    In EM, go to Weblogic Domain, right click on bifoundation_domain and on the Security menu choose Application Policies.
    Set Application Stripe to obi and click the blue arrow search button.
    Highlight BIConsumer and click Edit.
    Under Permissions locate Resource Name oracle.bi.publisher.scheduleReport. Highlight this and click Delete...
    Click OK (top right corner).
    Now log your user out of OBIEE and back in again, and the option should have disappeared from their New menu.

  • Report migration in OBIEE 11g

    Hi
    I am new to OBIEE 11g.
    1. I want to migrate report dashboard from DEV instance to UAT instance.
    2. I want to share reports to other users.
    Kindly someone give me guideline to proceed.
    Thanks
    Krishna

    Check these links.. it is more or less same as in 10g case by case.
    You need to select the report/dashboards archive and unarchive using catalog manager.
    If your Dev and UAT are already set with groups/roles then you suppose to do online mode so that the security settings will persist during archive and unarchive..
    http://gerardnico.com/wiki/dat/obiee/promotion
    http://www.rittmanmead.com/2008/04/migration-obiee-projects-between-dev-and-prod-environments/
    If helps pls mark

  • Make flash reports work in OBIEE 11G

    Hi All,
    Is there a way to get the reports developed in flash onto the OBIEE 11G dashboard.
    Thanks.

    Hi All,
    Is there a way to get the reports developed in flash onto the OBIEE 11G dashboard.
    Thanks.

  • 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

  • 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

  • Parametrized BIP report integration on OBIEE 11g dashboard

    HI Experts,
    I have created BIP Report using SQL as source for my Dataset in Datamodel.Also, the report is parametrized with date value.
    SELECT * FORM EMP
    WHERE DEPT_NO=:DEPT_NO
    AND HIRE_DATE<=:FROMDATE
    AND HIRE_DATE>=:TODATE
    DEPTNO : List of value (Select DEPTNO  from DEPARTMENTS) and the Parameter is created as Menu type
    FROMDATE: List of vale(select day from Date_table) and the parameter is created as Date type
    TODATE: List of vale(select day from Date_table) and the parameter is created as Date type.
    The Report is working fine in BI Publisher portal.. Now I want to integrate this report onto the dashboard. For, that I have created 3 dashboard prompts (column prompts) and set the values to presentation variables DEPT_NO and FROMDATE and TODATE respectively...
    Now when I run my dashboard after choosing all the prompts the report is not getting generated. Instead, it is throwing below error.
    oracle.xdo.XDOException: java.lang.reflect.InvocationTargetException.
    I don't have an idea what is causing this issue and  i verified LOG Viewer form Enterprise manager.. But, no use.. I couldn't figure out the issue..
    Can any body help me how to resolve this issue..
    Regards
    Ramarao

    Hi Ramarao,
    There's many possible reasons why you're getting the error 'oracle.xdo.XDOException: java.lang.reflect.InvocationTargetException'. Because it's an XDO error, I'm stewing more towards your template that you're using.
    I would propose the following:
    print the whole error that you retrieved
    Change the SQL script from * to the specific column names and ensuring that maps correctly to your template
    Hope this gets the ball rolling and one step closer to resolving the issue
    Regards,
    Daniel

  • Report Links in OBIEE 11g Dashboard not displayed correctly

    In the Dashboard pages the Report Links for Export are not displayed correctly .
    Instead of showing the multiple options for export/download it shows just text.

    It can be done by doing below steps.
    1) before doing this take a backup of instanconfig.xml file and do the below changes...
    You can configure various options that change the way that right-click interactions are handled in views for an analysis at runtime. The elements in the instanceconfig.xml file specify the default settings for a new or upgraded analysis. You can edit the properties of an analysis in Presentation Services to modify how the analysis handles right-click interactions in views.
    Before you begin this procedure, ensure that you are familiar with the information in Section 3.4, "Using a Text Editor to Update Configuration Settings."
    To manually configure for interactions in views:
    2) C:\Oracle\Middleware\instances\instance1\config\OracleBIPresentationServicesComponent\coreapplication_obips1\instanceconfig.xml
    Open the instanceconfig.xml file for editing,
    3)
    Locate the sections in which you must add the elements
    Include the elements and their ancestor elements as appropriate, as shown in the following example:
    <ServerInstance>
    <Analysis>
    <InteractionProperties>
    <InteractionPropertyAddRemoveValues>false</InteractionPropertyAddRemoveValues>
    <InteractionPropertyCalcItemOperations>false</InteractionPropertyCalcItemOperations>
    <InteractionPropertyDrill>false</InteractionPropertyDrill>
    <InteractionPropertyGroupOperations>false</InteractionPropertyGroupOperations>
    <InteractionPropertyInclExclColumns>false</InteractionPropertyInclExclColumns>
    <InteractionPropertyMoveColumns>false</InteractionPropertyMoveColumns>
    <InteractionPropertyRunningSum>false</InteractionPropertyRunningSum>
    <InteractionPropertyShowHideSubTotal>false</InteractionPropertyShowHideSubTotal>
    <InteractionPropertySortColumns>false</InteractionPropertySortColumns>
    </InteractionProperties>
    </Analysis>
    </ServerInstance>
    4) Save your changes and close the file.
    5)
    Restart Oracle Business Intelligence.
    Mark as correct if it is helpful :)
    Thanks.

  • Possible to add BI publisher report in OBIEE 11g

    Hi,
    i have an requirement to add publisher report in my OBIEE 11g dashboard, i am not sure that can be possible, if yes can anyone help to do the way please.
    thanks in advance !

    Hi ,
    Check the below link which will be helpful for you.
    http://docs.oracle.com/cd/E17904_01/bi.1111/e13880/T539768T526688.htm
    Thanks,
    Ananth

  • Recursive Reportin in Obiee 11g

    Hi,
    Is recursive reporting possible in obiee 11g answers?
    If someone has done that then please guide me.
    Regards,
    HZ

    user8194977 wrote:
    Hi.
    I have a task flow that has 2 pages(parameters form and then table fetched from database). It's work perfectly, but now I need to proceed a "transition" to the same table. Of course I can done it by adding a second task flow with the same structure, but the problem is that "transition" can be infinite recursive...Andrey,
    What do you mean by "a transition to the same table" ? A transition to the same page?
    "adding a second task flow with the same structure"
    By definition, task flows are meant to be reusable components. If it is well-defined, you should be able to reuse the same taskflow.
    You should explain what your trying to achieve instead of what you're doing!

  • Implementing pyramid kind of chart in OBIEE 11G

    Hi All,
    We have reports developed in flash, where we have a pyramid report which is divided into 4 parts and top part will show no of partners associated to top 25% of bookings, and next part will show # of partners asociated to next 25% of bookings and so on.
    Now we need to get this report done in OBIEE 11G, I see that there is no Pyramid view report in OBIEE.
    can anyone let me know if there is any way to get this pyramid done in OBIEE11G
    OR
    suggest which report will best suite this requirement, if i go with other report types present in OBIEE11G...
    Thanks in advance...
    Edited by: user8708843 on Sep 27, 2011 4:07 PM

    Work around you can use Narrative view with HTML to get a pyramid kind of structure. not triangle one but rectangular boxes. You need to get html images rectangular,polygon and triangle in the HTML.

  • OBIEE 11g (11.1.1.5.0) - Issue with starting Node Manager

    Hi,
    Have anyone faced an issue with starting Node Manager in OBIEE 11g (11.1.1.5.0)? OS is 64 bit Linux, WebLogic is 10.3.5. I used the software-install method and followed by running config.sh. Everything completed successfully. I updated the catalog and rpd location in the FMW control screen.
    To get it activated I bounced services and when I try to start Node Manager it gives below error --
    <Aug 30, 2011 2:02:42 PM CDT> <Info> <Security> <BEA-090906> <Changing the default Random Number Generator in RSA CryptoJ from ECDRBG to FIPS186PRNG. To disable this change, specify -Dweblogic.security.allowCryptoJDefaultPRNG=true>
    <Aug 30, 2011 2:02:42 PM> <SEVERE> <Fatal error in node manager server>
    java.io.IOException: Unsupported cypher suite: TLS_RSA_EXPORT_WITH_RC4_40_MD5
    at weblogic.nodemanager.server.SSLListener.init(SSLListener.java:82)
    at weblogic.nodemanager.server.NMServer.start(NMServer.java:206)
    at weblogic.nodemanager.server.NMServer.main(NMServer.java:377)
    at weblogic.NodeManager.main(NodeManager.java:31)
    Aug 30, 2011 2:02:42 PM weblogic.nodemanager.server.NMServer main
    SEVERE: Fatal error in node manager server
    java.io.IOException: Unsupported cypher suite: TLS_RSA_EXPORT_WITH_RC4_40_MD5
    at weblogic.nodemanager.server.SSLListener.init(SSLListener.java:82)
    at weblogic.nodemanager.server.NMServer.start(NMServer.java:206)
    at weblogic.nodemanager.server.NMServer.main(NMServer.java:377)
    at weblogic.NodeManager.main(NodeManager.java:31)
    + set +x
    I see the same issue reported in ML OBIEE 11g - Node manager fails to start upon upgrade [ID 1329442.1] and WebLogic Server: Node Manager Startup is Failing with java.io.IOException: Unsupported cypher suite [ID 1329260.1] I tried to modify commEnv.sh. But it didnt help me.
    Please let me know if anyone have faced similar issue and what exactly did you do to resolve it.
    Cherrish Vaidiyan
    Edited by: Cherrish on Aug 30, 2011 3:14 PM

    Hi,
    There are Two types of Cipher suites --- Certicom Cipher Suite and SunJSSE Equivalent Cipher Suite. And with Weblogic 10.3.5, you are using Sun JSSE Cipher Suite, and by default Node Manager uses the Certicom Cipher Suite.
    In the nodemanager.properties, Add CipherSuite=SSL_RSA_EXPORT_WITH_RC4_40_MD5, save and restart Node Manager.
    Reference Metalink Note: WebLogic Server 10.3.x: Getting "Unsupported Cipher" Exceptions When Starting Node Manager [ID 1307325.1]
    Cherrish Vaidiyan

  • OBIEE 11g - extra dynamic text in physical queries.

    Same report reran without any changes, but it produced below two sql_ids, each sql_text contains extra text as comment at beginning. Its looks to be dynamic, always changing and getting added to ALL physical sqls of ALL analytic reports coming from OBIEE 11g Mid Tier (MT). The MT was recently upgraded from 10g to 11g and this issue seen after upgrade.
    How to disable this extra text being added ?
    SQL> select sql_text,sql_id from v$sql where module='Onsite Only Detail Download2 - Pref Org';
    SQL_TEXT
    SQL_ID
    /* 65c3ae03 */ select D1.c1 as c1, D1.c2 as c2, D1.c3 as c3, D1.c4 as c4, D1.c5 as c5, D1.c6 as c6, D1.c7 as c7, D1.c8 as c8, D1.c9 as c9, D1.c10 as c10, D1.c11 as c11, D1.c12 as c12, D1.c13 as c13, D
    1.c14 as c14, D1.c15 as c15, D1.c16 as c16, D1.c17 as c17, D1.c18 as c18, D1.c19 as c19, D1.c20 as c20, D1.c21 as c21, D1.c22 as c22, D1.c23 as c23, D1.c24 as c24, D1.c25 as c25, D1.c26 as c26, D1.c27
    as c27, D1.c28 as c28, D1.c29 as c29, D1.c30 as c30, D1.c31 as c31, D1.c32 as c32, D1.c33 as c33, D1.c34 as c34, D1.c35 as c35, D1.c36 as c36, D1.c37 as c37, D1.c38 as c38, D1.c39 as c39, D1.c40 as c
    40, D1.c41 as c41, D1.c42 as c42, D1.c43 as c43 from ( select D1.c1 as c1, D1.c2 as c2, D1.c3 as c3, D1.c4 as c4, D1.c5 as c5, D1.c6 as c6, D1.c7 as c7, D1.c8 as c8,
    D1.c9 as c9, D1.c10 as c10, D1.c11 as c11, D1.c12 as c12, D1.c13 as c13, D1.c14 as c14, D1.c15 as c15, D1.c16 as c16, D1.c17 as c17, D1.c18 as c18,
    4r7xt1tws0wpv
    /* b9184c2c */ select D1.c1 as c1, D1.c2 as c2, D1.c3 as c3, D1.c4 as c4, D1.c5 as c5, D1.c6 as c6, D1.c7 as c7, D1.c8 as c8, D1.c9 as c9, D1.c10 as c10, D1.c11 as c11, D1.c12 as c12, D1.c13 as c13, D
    1.c14 as c14, D1.c15 as c15, D1.c16 as c16, D1.c17 as c17, D1.c18 as c18, D1.c19 as c19, D1.c20 as c20, D1.c21 as c21, D1.c22 as c22, D1.c23 as c23, D1.c24 as c24, D1.c25 as c25, D1.c26 as c26, D1.c27
    as c27, D1.c28 as c28, D1.c29 as c29, D1.c30 as c30, D1.c31 as c31, D1.c32 as c32, D1.c33 as c33, D1.c34 as c34, D1.c35 as c35, D1.c36 as c36, D1.c37 as c37, D1.c38 as c38, D1.c39 as c39, D1.c40 as c
    40, D1.c41 as c41, D1.c42 as c42, D1.c43 as c43 from ( select D1.c1 as c1, D1.c2 as c2, D1.c3 as c3, D1.c4 as c4, D1.c5 as c5, D1.c6 as c6, D1.c7 as c7, D1.c8 as c8,
    D1.c9 as c9, D1.c10 as c10, D1.c11 as c11, D1.c12 as c12, D1.c13 as c13, D1.c14 as c14, D1.c15 as c15, D1.c16 as c16, D1.c17 as c17, D1.c18 as c18,
    1y73bf4x3z3n6Thanks,
    Vishal

    Looks like the commented text is fixed length, try to trim the specific length.

Maybe you are looking for

  • Clicked articles won't open up.

    Clicked on "Storms to hit major U.S. cities. Window opens, but video screen remains a black bar across the bottom. It seems to be happening more often.

  • How many computers can be connected to Airport Extreme?

    Hi, we have some kind of medium sized network at home: currently we have about 15-20 devices (Macs, PCs and network printers) that are all connected together by a D-Link DI624+ router. However, for time to time that way too much for the router so we'

  • Poor resolution when burning in IDVD

    I'm trying to create a slide show using ken burns effects, transitions, music and then burn to a dvd to share with family. I was told the best way to do this is to create the slide show in I-movie, share it to I-dvd, and then burn it. When playing ba

  • Creating Dreamweaver templates in fireworks

    Hello there, I have just created a image in fireworks CS3 that i would like to use as the basic template in a website. Now i dont want it to simply be set as a background on the site, i am trying to put it into dreamweaver so that i can edit on top o

  • Which Chipset on my Satellite 1800/400?

    Hi I'm trying to connect my notebook to a tv, but i dont know the chipset. Does anyone know it or know how i can find it? Thanks in advance