Customize the Header in OBIEE 11g

I am able configure and use customize Skins and Style in OBIEE 11g. MY issue is that after user login to OBIEE 11g, it display Home page. I need to add or remove some links from the top right corner of the header. In OBIEE 11g, this header is consistent for funtions.
Any idea if the this can be cutomized? If yes then which files I should be updating like pages or messages ares in BIP.

Following xml seems to be corresponding one.
<OH>\bifoundation\web\msgdb\l_en\messages\uicmsgs\saw.header.xml
For example, I tried to modify as below and the "Home" character was vanished in the dashboard page.
(Before)
<WebMessage name="kmsgHeaderHome"><TEXT>Home</TEXT></WebMessage>
(After)
<WebMessage name="kmsgHeaderHome"><TEXT></TEXT></WebMessage>
Hope this helps,
Miki

Similar Messages

  • How to set the First Day of the week in OBIEE 11g

    In OBIEE 10g, there was a timeline.pcxml , that allowed you to change the First Day of a week (Default Sunday) to monday etc etc..
    Where can we find the same in OBIEE 11g ?
    Thank you ,
    Smrithy

    There are probably several ways. We have a universe string object named "Month" which is in the format "YYYY" then "M" and the month number. For instance any date in June 2010 would have in this object:
    2010M06
    So we made this variable in Webi for [First Day of Month]:
    =ToDate(Right([Query1].[Month];2) + "-01-" +Left([Query1].[Month];4);"MM-dd-yyyy")
    Hope that helps.

  • Customize Filter View in OBIEE 11g

    Hi,
    Is there any way to customize the filter view? My requirement is not to show formulas that are used in Analysis in the “Filter view”. All analysis that we create should go with Filter Views at the bottom and Users should not see the formulas.
    Example:
    Column Formula:
    FILTER (sales.sales USING products.product =’Electronics’)
    If I filter the above column, it shows something like this:
    FILTER (sales.sales USING products.product =’Electronics’) is Prompted.
    What is need to show in the filters is the Title of the column i.e. Electronics Sales.
    Thanks in advance.

    Check this
    How To Implement a Narrative View Similar To A Filter View In OBIEE 11G?
    Mark if helps.
    Thanks,

  • Where to change the hyperlink of the logo in OBIEE 11g?

    Hi all,
    The title explains the question. Does anyone know the answer for it?
    Thanks in advance.
    -Amith.

    In OBIEE 11g the Logo in the upper-left corner does not have an AHREF reference or tag.
    The only way to change this is to modify the actually header template XML file for the header.
    This should be easy enough to find.

  • Not able to import the data in OBIEE 11g

    Hi Gurus,
    I had just build a new development instance from scratch.
    Q1) I am getting database connnection error on the Dashboard and when i tried to update row count from physical layer it also throws me an error, as i test i tried to import but i also got an error " The connection has failed", i am able to connect thru SQL Developer. Where does OBIEE 11g look for the tnsnames.ora file.
    Q2.) Where and what setting do i need to so that i can add the users in the application roles by searching them in the EM, means the LDAP users. I had gone thru most of the stuff in the web but could not get thru.
    Regards,
    Amit

    Ans 1. This is one of the most commonly asked questions on the Forum. I hope you'd search through available posts on the Forum before creating a new discussion. In any case, this might help: http://123obi.com/2011/03/error-the-connection-has-failed-in-obiee-11g/
    Ans 2. Have you set up the integration with the LDAP provider or are you looking for help with that too? These should help:
    http://docs.oracle.com/cd/E21764_01/bi.1111/e10543/privileges.htm
    http://www.rittmanmead.com/2012/03/obiee-11g-security-week-understanding-obiee-11g-security-application-roles-and-applic…
    http://www.rittmanmead.com/2012/03/obiee-11g-security-week-managing-application-roles-and-policies-and-managing-security…

  • Problem in Getting Count answer for the report in OBIEE 11g..

    Hi friends,
    I created a report in OBIEE 11g, but i'm not getting the correct answer as i expected...I'm getting answer in presentation services but the answer is wrong..
    I'll explain to you with an example report: Suppose in the report "NATIONALITY COUNT IN DEPARTMENT WISE" manner
    i dragged the Nationality column from per_all_people_f which is dim table and i dragged the column that i applied aggregation rule "count" for the column "nation count" from per_all_assignments_f which is fact table......If i viewed answers means i'm getting correct answer
    (i.e.) nation count per Nationality..........
    NATIONALITY<---------------------->NATION COUNT
    AUSTRALIA 40
    INDIA 20
    AFRICA 10
    USA 5
    The above is the answer I'm getting with out including the department column from hr_all_organization_units...........
    But since according to the report i need count in department wise manner, so for that along with nationality and nation count column i dragged department column from hr_all_organization_units which is dim table and also i hide that column as i dont want to view the department column in answers..........
    If i clicked answers, means then I'm not getting the nation count for the nationality......... I'm getting the answer 0 for each and every nationality, if i included the hided department column
    NATIONALITY<----------------->NATION COUNT
    AFRICA 0
    AUSTRALIA 0
    INDIA 0
    USA 0
    I'm getting answers like the above if i include the department dimension column which is in hided manner.........................
    What is wrong with it........Whether i made any logical mistake for the report.....If so guide me friends..........
    Cheers,
    Harry...........

    Hi,
    you said about writing query in DB.......whether U meant of trying checking the query in toad..or something else..........
    Since im giving only one join from dim to fact in the physical diagram........
    But more than one join exist between those dim and fact, but im giving only one join mainly the primary key column of the dimension table to the fact table....Whether i need to give all the joins that exist(even if it has 2 or 3 joins between those fact and dim) tables....
    If i give count distinct means it is giving count for every nation as 1....like i mentioned below
    NATIONALITY<----------------------------------------------------->NATION COUNT
    INDIA---------------------------------------------------------------------1
    AUS------------------------------------------------------------------------1
    CAN------------------------------------------------------------------------1
    Since you said to check about depts of the particular column....i couldn't able to understand about "depts" that you meant????
    Whether i made any logical mistake...........
    thanks,
    Harry...
    Edited by: HariPrasad on Oct 10, 2010 9:55 PM

  • Display the total number of rows for the report in OBIEE 11g

    Hi, In obiee 11g, the pagination will be 1-25. Is there any possiblity in obiee to show the total rows count next to pagination. Ex: if the result contains 120 rows. it should display after the pagination
    Records 1-25. Total of Records : 120
    Is there any way we can display the total number of rows for the report.
    Kindly help me.. Its very urgent requirement.
    MAny Thank in advacne

    Check this http://obiee100.blogspot.com/2011/07/display-total-number-of-records-in.html
    and
    http://docs.oracle.com/cd/E28280_01/bi.1111/e10544/appsql.htm#CHDCDIDA
    You have to go something like as suggested in previous link.
    Mark as correct/helpful

  • Error during the installation of OBIEE 11g

    Hi all,
    i have an issue with OBIEE 11g when installing it on windows seven .It stops in the creation of the instance as .
    when i read the log file i saw this : java.outofmemoryerror permgen space
    my question is how can i increase the permgen space ?
    Thanks all

    Check this link
    http://prasadmadhasi.com/2011/11/13/increase-java-heap-size-for-oracle-map-builder/
    Also check
    http://www.unitask.com/oracledaily/2012/02/29/obiee-11-1-1-ibm-jdk-tuning-for-weblogic-11g-under-aix-6-x/
    Pls mark if helps

  • How to manipulate the total in obiee 11g

    Hello,
    I would like to know if its possible to customize the Grand total in the table.
    I just added the grand total in a table.The table has 7 columns.5 columns the grand total is just a sum so no problem but the 6 and 7 column is % column its like
    grand total of col 6->(grand total of col3-grand total of col4 /grand total of col4 ).
    Is there a way i can do this?
    Thanks

    You can add this formula in column 6 like (col3- col4/sum(col4)) but at the total level you will get the tables first row value. This is the bug in 10g & 11g.

  • Customize the Search in OIM 11g R2

    Hi,
    is there any way to customize the user search in OIM 11gr2. so that an user can search only the users created by him?

    I scooped the requests when I hit the approve button, it hits the 302 - Page moved Temporarily
    Here is is the request looks like for the working instance:
    <html><head><title>302 Moved Temporarily</title></head>
    <body bgcolor="#FFFFFF">
    <p>This document you requested has moved temporarily.</p>
    <p>It's now at <a href="http://oim1:14000/identity/faces/adf.task-flow-return?_adf.ctrl-state=zjh4didfg_105&amp;adf.tfDoc=%2FWEB-INF%2FApprovalTask_TaskFlow.xml&amp;adf.tfId=ApprovalTask_TaskFlow&amp;_task-flow-outcome=done&amp;_afrLoop=20671600459024">http://oim1:14000/identity/faces/adf.task-flow-return?_adf.ctrl-state=zjh4didfg_105&amp;adf.tfDoc=%2FWEB-INF%2FApprovalTask_TaskFlow.xml&amp;adf.tfId=ApprovalTask_TaskFlow&amp;_task-flow-outcome=done&amp;_afrLoop=20671600459024</a>.</p>
    </body></html>Here is the broken instance:
    <html><head><title>302 Moved Temporarily</title></head>
    <body bgcolor="#FFFFFF">
    <p>This document you requested has moved temporarily.</p>
    <p>It's now at <a href="http://identity/faces/adf.task-flow-return?_adf.ctrl-state=1acvf8c9l_101&amp;adf.tfDoc=%2FWEB-INF%2FApprovalTask_TaskFlow.xml&amp;adf.tfId=ApprovalTask_TaskFlow&amp;_task-flow-outcome=done&amp;_afrLoop=16835862702848">http://identity/faces/adf.task-flow-return?_adf.ctrl-state=1acvf8c9l_101&amp;adf.tfDoc=%2FWEB-INF%2FApprovalTask_TaskFlow.xml&amp;adf.tfId=ApprovalTask_TaskFlow&amp;_task-flow-outcome=done&amp;_afrLoop=16835862702848</a>.</p>
    </body></html>Working code has the hostname:port - oim1:14000 as part of the URL but the second one does not have it. Does anyone know where this URL setting is stored?
    Thanks
    Edited by: DJ on Jan 16, 2013 2:34 PM
    Edited by: DJ on Jan 16, 2013 2:35 PM

  • Not able to start the services in obiee 11g

    Hi ,
    I installed the obiee 11 on my laptop and obiee 10 was also installed on it.the installation went fine and the url also came up fine.
    But when i am again trying to open the url the it is not coming also checked the oracle business intelligence folder after the installation it created only one folder for 11 and 10 and start bi services is not there it is only showing the start oc4j.

    hi,
    try invoking 11g services (nqsserver, presentation server, java host, admin tool ) through command prompt and see if it is working
    thanks
    -nag
    http://www.obinotes.com

  • Customization of iBOT in OBIEE 11g

    I need to automatically subscribe reports into iBOTs in the following scenarios
    (1)     When the result reaches the threshold limit ( will be configured for each report)
    (2)     Will provide button for subscription of the report
    Can you please explain how to achieve this functionality?
    OBIEE version 11.1.1.5
    Installation: Window
    Thanks,
    Varatharajan R

    Manu,
    For Creating New Reports,
    1.Got to -> New ->Analysis you will have your Presentation Tables under Select Subject Area
    Click on your Subject Area -> you'll get list of tables under the Subject Area
    2. Expand the Folders and click the required column.
    3. Click on Result tab - > you'll get Title and Table View
    4. Format your Table view and Title View
    5. Save your New Report in Shared Folders (You may create your own folder under Shared folder)
    View the Reports on Dashboard.
    1.Got to -> New ->Dashboard -> you will have New Dashboard Window
    Name - Give the name of your Dashboard
    Select Location - /Shared Folders/Standard Dashboard/
    Click Ok -> you'll get Empty Dashboard window.
    2. Edit the Dashboard -> Drag and Drop your Saved reports from Shard Folder under Catalog
    3. Click on Save button (Top Right) and save your dashboard -> click run [Green right Arrow(Top Right)].
    4. Now you'll have your report in your dashboard page.
    Rename Dashboard Page
    Edit the Dashboard - > Click Properties Nedt to X Symbol -> Dashboard Properties
    -> You'll have the Dashboard Properties window -> Select the Dashboard Page -> Rename
    Prompts:
    1.Got to -> New ->Dashboard Prompt-> you will have your Presentation Tables under Select Subject Area
    Click on your Subject Area -> you'll get the Untitle Prompt Window
    -> Click + symbol -> Column Prompts ->you'll get list of tables
    2. Expand the Folders and click the required columns from the list (the Columns should be your Report's table).
    3. Save your New Prompts in Shared Folders.
    Note: The Prompt columns should be Is Promptd in your Reports Filters.
    Thanks,
    Balaa...

  • KPI doesn't filter according to the repository variables- obiee 11g

    Hello all,
    I have created a KPI that contains the following dimensions:
    Year, Monthname, Trn_date
    I have also created some 3 repository variables:
    CurrentYearRepoVariable: holds current year (select to_char(trunc(sysdate, 'yyyy'),'yyyy') from dual)
    CurrentMonthRepoVariable: holds current month (select to_char(trunc(sysdate, 'mm'),'MONTH') from dual)
    and TodayRepoVariable: holds current day (select trunc(sysdate) from dual)
    I added the KPI in a KPI watchlist and added as filter for Year, Monthname, Trn_date the CurrentYearRepoVariable,  CurrentMonthRepoVariable and TodayRepoVariable accordingly.
    When I “analyze” the KPI I don’t see the results for the current day as if the filters are not correct. I can see from the repository that the variables have the correct values. I have also created an analysis where I applied the same filters and the result is the correct one. It seems that the KPI doesn’t seem to “see” the correct values of the variables. I have also tested with an agent and it doesn’t seem to work either.
    The OBIEE version is 11.1.1.6 .
    Can somebody help with this? How is it possible with the analysis to see the correct result but not with the KPI and agent?
    Thanks in advance,
    Konstantina

    Sorry I was wrong in my previous thread.
    Actually your approach is not correct, Product Number choose constraint that will show as per the selection of Product Name.
    Coming to default value for Product Number you are going for sql override that is okay but not work with variable, instead of setting default values for product number set that to product name.
    if not you need to go for 2 different prompts
    Prompt 1 Product Name hit GO
    Prompt 2 will work based on as you defined earlier with variables
    Hope this helps

  • How do  I customize the Header names in Excelexport Example?

    hi,
    In Excel export example I want to chage the column header names.
    There directly using the context value attribute.
    Any body suggest me how do I chage or rename the column header?
    Waiting for you response.
    Thanks,
    Lohi.
    Message was edited by:
            Lohitha M

    Hi Lohitha,
                   In that function call you are paasing 'columnInfo' parameter of type Map.
    You can set that columnInfo parameter values whatever you want and can <u>leave blanks those attributes of the node (table)</u>  that you don't want.
    regards,
    Siva

  • Dynamically changing the Graph in Obiee 11g

    Hi,
    Is there a way to reflect the latest data in a graph by clicking any hierarchy level ?
    say i have top level company----->>department------->>account.
    if i come to department level then the graph should display department data in the graph.But in my case ,the graph always shows company level data.
    Thanks-Bhaskar

    Hi ,
    In Repository File try creating a parent root node called 'All' above the Department in your hierarchy and check it it will work ...
    Edited by: 977942 on Jan 15, 2013 3:08 AM

Maybe you are looking for

  • Problems to create a basic LED program

    Hi guys, I'm starting to work with Labview and also Arduino and I'm facing some problems. I created a program to make two LEDs blink in parallel using Arduino. This program worked fine, but now I want to make it a little bit more complex inserting a

  • Help with simple addition formcalc issue

    I know just enough to be dangerous. I'm trying to get a row in a table to add up and appear in a separate subtotal box. The error I get is "accessor amount [*] unknown." I am working from the invoice template, but I had to refigure the box after some

  • Missing web page composer in portal installation

    Hello to all, how can I find out, if the web page composer is installed in our actual portal enviroment? I visited the basic course SAPEP and worked with the web page composer, but in our admin area there is no access. I am not a basic guy, that is m

  • Discoverer OLAP 10gR2 Compatible with 11g OLAP?

    Hi I've been trying to create Discoverer OLAP 10gR2 worksheets by connecting to Oracle 11g database i.e. report on 11g OLAP measure folders. Nothing appears in Discoverer item selection list, even though I have created measure folders. Can anyone con

  • JTree not Updating - please help

    I am totally perplexed. I created a pretty standard implmentation of a JTree, utilizing the DefaultTreeModel, DefaultMutableTreeNodes, etc. The JTree is contained in a JScrollPane. The tree displays a string value that is one of the properties of the