OBIEE 11g Title view Image position

Hi All,
Is there any way to change the position of image in title view in OBIEE 11g.By, default the image is coming on the left side..In my report i wanna display on the right side..
Guys please help..
Regards

In order to achieve this, you will need a custom skin (you can modify the original file, but I would not suggest to do this!).
The controlling file for the GUI rendering with regards to the title view is in the msgdb. It's the /messages/standardviewtemplates.xml. Again: please follow the process to create a custom skin and put the modified standardviewtemplates.xml there.
Changes to be made are here:
Standard:
<WebMessage name="kuiTitleViewDisplay" translate="no">
  <HTML>
    <table class="TitleTable" cellspacing="0" style="@{tableStyle}"
    width="100%">
      <sawm:if test="logo || title || help">
        <tr>
          <sawm:if name="logo">
            <td class="TitleLogo" style="@{logoStyle}" rowspan="4">
            &lt;img border="0" src="
            <sawm:param name="logo" />" alt="
            <sawm:messageRef name="kmsgTitleViewLogo" />" title="
            <sawm:messageRef name="kmsgTitleViewLogo" />"/&gt;</td>
          </sawm:if>
          <sawm:if name="title">
            <td class="TitleCell" style="@{titleStyle}"
            title="@{desc}">
              <sawm:param name="title" />
            </td>
          </sawm:if>
          <sawm:if name="help">
            <td class="TitleHelp" align="right" rowspan="4">
              <a href="@{help}" target="_blank">
                <img border="0" alt="" src="fmap:Views/Help.gif" />
              </a>
            </td>
          </sawm:if>
        </tr>
      </sawm:if>
After changes:
<WebMessage name="kuiTitleViewDisplay" translate="no">
  <HTML>
    <table class="TitleTable" cellspacing="0" style="@{tableStyle}"
    width="100%">
      <sawm:if test="logo || title || help">
        <tr>
          <sawm:if name="title">
            <td class="TitleCell" style="@{titleStyle}"
            title="@{desc}">
              <sawm:param name="title" />
            </td>
          </sawm:if>
          <sawm:if name="help">
            <td class="TitleHelp" align="right" rowspan="4">
              <a href="@{help}" target="_blank">
                <img border="0" alt="" src="fmap:Views/Help.gif" />
              </a>
            </td>
          </sawm:if>
          <sawm:if name="logo">
            <td class="TitleLogo" style="@{logoStyle}" rowspan="4">
            &lt;img border="0" src="
            <sawm:param name="logo" />" alt="
            <sawm:messageRef name="kmsgTitleViewLogo" />" title="
            <sawm:messageRef name="kmsgTitleViewLogo" />"/&gt;</td>
          </sawm:if>
        </tr>
      </sawm:if>
Basically you switch around the order of Logo -> Title -> Help to Title -> Help -> Logo. This way you know what happens in the doce above and make it Title -> Logo -> Help if you want.
These changes are application-wide wherever the custom skin is used (or just applciation-wide full stop if you modify the original file).

Similar Messages

  • OBIEE 11g  Map View - Issue with Label Translation

    Hi All,
    I have a strange translation issue with the Maps in 11g.
    Created in English language to plot the Revenue for each of the Postal Codes.
    I selected Postal Code and Revenue Amount in the Criteria and created a new Map View. It had the text 'Postal Code' in the Map Legend and then the scale for revenue amount.
    Now I logged on with Chinese Language , it still appears as 'Postal Code' in English where in it was actually supposed to show it in Chinese.
    We have a translation pack to get all the column names translated. If I try creating a new table view, it shows the translated text instead of 'Postal Code', but some how this doesn't work with Maps.
    Has anyone faced similar issues ? Is there a workaround for this ?
    Thanks for any pointers.

    Hi,
    I also encounter the same issue. When I view combined layout, I get the No Results message. But when I edit the table layout, I see that there are records returned. Does anyone had any luck in resolving this issue?
    Thanks!

  • Unable to View the Images in OBIEE Title view

    Hi All,
    I am trying to add a image in the title view of Answers interface.
    I placed my image in jpeg format in the following 2 paths.
    C:\OracleBI\oc4j_bi\j2ee\home\applications\analytics\analytics\res\s_oracle10\images
    and
    C:\OracleBI\web\app\res\s_oracle10\images
    I restarted oc4j , biserver & presentation server..
    But I am not able to view the image. It shows a Red X botton.
    I checked my Internet explorer settingg. Everything is fine.
    Please guide me.
    Regards
    Mehaboob Jaan

    Ok here is my instanceconfig.xml file and i dont see anything called style.
    <?xml version="1.0" encoding="utf-8"?>
    <WebConfig>
    <ServerInstance>
    <DSN>AnalyticsWeb</DSN>
    <JavaHome>C:\Program Files\Java\jdk1.5.0_16</JavaHome>
    <CatalogPath>C:/OracleBIData/web/catalog/Arj</CatalogPath>
    <Alerts>
    <ScheduleServer>SSALWXPP072</ScheduleServer>
    </Alerts>
    <CredentialStore>
    <CredentialStorage type="file" path="C:\OracleBIData\web\config\credentialstore.xml" passphrase="secret"/>
    <!-- other settings ... -->
    </CredentialStore>
    <AdvancedReporting>
    <ReportingEngine>XmlP</ReportingEngine>
    <Volume>XmlP</Volume>
    <ServerURL>http://SSALWXPP072:9704/xmlpserver/services/XMLPService</ServerURL>
    <WebURL>http://SSALWXPP072:9704/xmlpserver</WebURL>
    <AdminURL>http://SSALWXPP072:9704/xmlpserver/servlet/admin</AdminURL>
    <AdminCredentialAlias>bipublisheradmin</AdminCredentialAlias>
    </AdvancedReporting>
    <!-- To configure a limited set of languages to be available to users uncomment the <AllowedLanguages> tag below and choose a subset set of language tags from the list. Values must be comma separated. -->
    <!-- <AllowedLanguages>cs,da,de,en,es,fi,it,ja,ko,nl,no,pt,pt-br,sv,zh,zh-tw</AllowedLanguages> -->
    <!-- To configure a limited set of locales to be available to users uncomment the <AllowedLocales> tag below and choose a subset set of locale tags from the list. Values must be comma separated. -->
    <!-- <AllowedLocales>cs-cz,da-dk,de-at,de-ch,de-de,de-li,de-lu,en-au,en-ca,en-cb,en-gb,en-hk,en-ie,en-jm,en-nz,en-ph,en-us,en-za,en-zw,es-ar,es-bo,es-cl,es-co,es-cr,es-do,es-ec,es-es,es-gt,es-hn,es-mx,es-ni,es-pa,es-pe,es-pr,es-py,es-sv,es-uy,es-ve,fi-fi,fr-be,fr-ca,fr-ch,fr-fr,fr-lu,fr-mc,it-ch,it-it,ja-jp,ko-kr,nl-be,nl-nl,no-no,pt-br,pt-pt,sv-fi,sv-se,zh-cn,zh-mo,zh-sg,zh-tw</AllowedLocales> -->
    <!-- <Disconnected><ArchiveIbots>true</ArchiveIbots><DisconnectedDir>disconnected</DisconnectedDir></Disconnected> -->
    </ServerInstance>
    </WebConfig>
    Please let me know how to add this and where to add.
    Thanks
    Jaan

  • How to pass the repository variables in title view in obiee 11g

    all I am trying to create a reprot and the format of that report is
    TEST REPORT
    month range : 04/01/2012-04/30/2012.
    how can we get that date range in the title view.
    Any suggestions??

    Hi,
    For session variables:
    @{biServer.variables['NQ_SESSION.variablename' ]}
    For repository variables:
    @{biServer.variables['variablename']}
    Try this syntax in the title view it should work.

  • Selecting data source in physical view in OBIEE 11G when using sql server

    Hi,
    I doing my physical view against a 2008 R2 SQL Server. Looks like the list goes upto 2005. Should I select 2005 in that case? As per image: http://i.imgur.com/3H7MO.png
    Cheers.
    I am using OBIEE 11G 32bit Windows.

    Hi,
    Yes can. either you can select as SQL 2005 or ODBC basic also can
    I hope your version less than obiee11.1.1.5.0, version 11.1.1.1.6.0 and above has update SQL 2008 in the data source selection list.
    refer,
    http://imgur.com/JSYoL
    Thanks
    Deva

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

  • Obiee 11g show title along with no results.

    I have a requirment to show no data when there are no results along with the report title at the top.In obiee 11g when i get the no results the title view is dissapearing.Is there any way were i can get both the title along with no results without going to CSS .

    852873 wrote:
    I have a requirment to show no data when there are no results along with the report title at the top.In obiee 11g when i get the no results the title view is dissapearing.Is there any way were i can get both the title along with no results without going to CSS .Check this out:
    http://docs.oracle.com/cd/E14571_01/bi.1111/e10544/analyses.htm#i1010759
    Click on the "Displaying the Results of Analyses" section and then scroll down to "Alerting Users to No Data in the Results of Analyses."
    In the Header field, you can enter the title of your report, then customize your message in the Message field.

  • OBIEE 11g : Unable to see any images while customizing styles and skins

    Hi,
    I am trying to customize OBIEE 11g style and skin. I followed the steps mentioned at http://www.rittmanmead.com/2010/12/oracle-bi-ee-11g-styles-skins-custom-xml-messages/ and also in oracle white paper http://www.oracle.com/technetwork/middleware/bi/customizing-oracle-biee-11g-176387.pdf.
    I am not able to see any images on any OBIEE screens. After login, I can see the name of skin which i have created as the default skin but login page images, header images (after login) are not coming up. Can you please provide solution?
    P.S. I have not changed any images or any css files in the custom skin and style directory. I just wanted to know first whether the new skin/style works for me. If it works, then i will apply some sort of customization.

    That is correct. Also remember to delete browser cache. Here you have the folders: Re: how to insert the picture in the dashboard of BIEE
    Let me know.
    J.-

  • Displaying of charts as a separate column in table view view in obiee 11g

    Hi all,
    we have a requiremnet where i need to display charts in a separate column in a table view in OBIEE 11g. can any body help in achieving this requirement?
    Thanks in advance.
    Regards

    HI All,
    Can any body let me know how to achieve this requirement!
    charts also should be dsplayed in a column in table. I had gone through below Sparkline graph link but didn't move forward with Jquery. can any body help me in understanding this?
    http://srisnotes.com/tag/obiee-11g/.

  • Image configuration in OBIEE 11g

    Hi,
    I am aware of image configuration in OBIEE 10g. Now I want to implement in OBIEE 11g, where I want to add the image. Which service I want to restart?
    Thanks,
    Satheesh

    Hi,
    To Change Login Image in OBIEE 11g:
         We have to keep the image in this path and control of length,height,color resides in login.css file which is present in the same path.
    \\user_projects\domains\bifoundation_domain\servers\bi_server1\tmp\_WL_user\analytics_11.1.1\7dezjl\war\res\sk_blafp\login\
    To Change Images in reports in OBIEE 11g:
    \Middleware\user_projects\domains\bifoundation_domain\servers\bi_server1\tmp\_WL_user\analytics_11.1.1\7dezjl\war\res\s_blafp\images
    \Middleware\Oracle_BI1\bifoundation\web\app\res\s_blafp\images
    To Change the Top Image:
    /fmw/Oracle_BI1/bifoundation/web/app/res/sk_blafp/b_mozilla_4
    No need to restart the services,just clear the cache and reload files and metadata.
    Thanks,
    DPK.

  • Image Prompt in OBIEE 11g

    Hi,
    I would like to know how to configure the image for image prompt option in obiee 11g.
    I done it in 10g.
    Please help.
    Thanks,
    Lakshmipathi.

    Hi,
    Placing the image file in /l_en folder dint work for me too however you can place them inside the following paths and restart the services,
    1)
    \MW_HOME\user_projects\domains\bifoundation_domain\servers\AdminServer\tmp\_WL_user\analytics_11.1.1\silp1v\war\res\s_blafp\images
    2)
    \MW_HOME\Oracle_BI1\bifoundation\web\app\res\s_blafp\images
    You can then call your file with the url, http://hostname:port/analytics/res/imagefile.jpg
    Its worked for me, let me know in case of any issues.
    Thanks
    Deva
    Edited by: Devarasu on Sep 18, 2011 1:33 AM

  • Map Viewer in Obiee 11G

    Hi,
    I need to install map viewer in obiee 11g to show maps in dashboards. I have no idea about this, can any one help me.
    Thanks,
    PJ

    OBIEE Samples has very good documentation and the schemas to download and set this up
    http://www.oracle.com/technetwork/middleware/bi-foundation/obiee-samples-167534.html
    Select the OBIEE 11.1.1.3 - Sample Application section

  • View maps on OBIEE 11g Dashboard

    Hi All,
    My Installation: I have OBIEE 11g installed on Windows Server 2008. My Database is SQL Server 2012.
    My Requirement: Display maps in OBIEE Dashboard.
    Firstly, from the various posts available online, I have understood that the OBIEE 11g MapViewer works ONLY with Oracle database. If this is true then I need another way to view maps because I don't have Oracle DB.
    Can I have Google maps on my OBIEE dashboard ?
    Any suggestions/advice will be highly appreciated.
    Thanks n Regards
    Dev
    Edited by: Devpriyo on Mar 25, 2013 3:45 PM

    Hi Dev
    Did you find the resolution.Even I am facing the same issue.It would be great if u have found the solution.
    Regards
    Kishore

  • Display BLOB/CLOB image data in OBIEE 11g

    Dear Gurus,
    I want to display employee profile picture in dashboard, the image data was saved as blob/clob image.
    How to configure and display it in obiee?
    Regards
    JOE

    Hi
    Thanks for your quick response.
    actually im not using EBS, im just using publisher with OBIEE 11g.
    if explain step by step what you wrote first replay-
    Let i have a table with one BLOB column.
    1) first load blob data to my table
    2) create data model from oracle publisher.
    3) change the xdm file with above tagline , my xdm file is in below link-
    C:\mw_bi_home\instances\instance1\bifoundation\OracleBIPresentationServicesComponent\coreapplication_obips1\catalog\SampleAppLite\root\shared\zia%2exdm
    i don't know is that right step? because if i re-open the xdm file after change by your given tagline its shows error.
    I will grateful to you please give me a little explanation which file i can put the following tagline.
    _<fo:instream-foreign-object content-type="image/jpg"><xsl:value-of select=".//IMAGE_ELEMENT"/></fo:instream-foreign-object>_
    Thanks again and waiting your feedback -
    @zia

  • How to hide % measure column Grand Total  value in Pivot View in obiee 11g?

    Hi ,
    I am facing a issue in obiee 11g .I am using a Pivot table to display the grand total of 3 metric columns eg: A , B,  C out of which B is percentage  so I need to remove the grand total value of the percentage column. We have to stick to Pivot View only. Anyone can sugest me on this?
    Thanks ,
    Shruti

    Move B to rows section or cast to char in Criteria tab by keeping the B in Measures section only.
    cast(B as char)

Maybe you are looking for

  • How can I set an alarm clock set to a time zone?

    Hi, I am about to go traveling quite a bit in multiple time zones. However, I have to take medication every 24 hours. I use the iPhone alarm to set a time. Is there a way I can adjust it so it goes off whenever it is, say 10pm in US eastern time zone

  • [Sybase JDBC Driver]Object has been closed

    Hi, I am getting the following error when accessing a datasource in an EJB on Weblogic using the Data Direct Drivers. java.sql.SQLException: [DataDirect][Sybase JDBC Driver]Object has been closed. The code works every other time. the first time throu

  • Keyboard shortcut to select table strokes?

    Hi, I was wondering if there's any quick way to select table strokes? Cheers, Trish

  • New imac - mail not loading html

    just got the new imac and since transfering all of my content from my mac pro, the mail application is no longer loading any html in any emails. I have already checked preferences for a solution and there is no bar  comming up asking me to load the i

  • Physical Connectivity from Fabric Interconnect to MDS and Failover please suggest

    Dear Team We have 2 FI and 2 MDS 1 SAN Currenlty the connectivity is 2 direct physical connections from FI-A to MDS1 2 direct physical Connections from FI-B to MDS2 From MDS 1 connection to SAN Primary controller From MDS 1 connection to SAN Secondar