Receive updates about the latest news

Subscribe to our newsletter

Do not miss any updates about Miaz-Tech valuable articles, publications, newsletters and event invitations.

    • What is dbt_artifacts?

      dbt_artifacts is a package for modeling a dbt project and its run metadata. It includes the following models to help you understand the current state of a dbt project and its performance over time. It...

    • Data migration from the Salesforce to snowflake Data warehouse by using Matillion

      Purpose of the Article: This blog explains how to load the data from Salesforce to Snowflake Intended Audience: This article will help our Organizational level kind of developers working on data migra...

    • WiMAX-A Study of Mobility

      1. Introduction The wireless market is growing rapidly; being pushed through wireless connectivity demand various wireless connectivity means are emerging (WLAN/802.11, WMAN/802.16a, WWAN/802.16d) [IE...

    • Weblogic Upgrade

      Patch Name wls1036_upgrade_generic.jar Reference https://www.youtube.com/watch?v=Be6hrYTANQE Just Click Next and Next MAKE SURE ALL OBIEE SERVICES ARE DOWN AND CLOSED IN PROCESS Open CMD prompt C:Mid...

    Tags

    bics installation OBIEE obiee 11g installation guide Oracle

    Categories

    Author: admin

    OBIEE 11G Creating a Narrative View

    You create a Narrative view to provide information such as context, explanatory text, or extended descriptions along with column values for an analysis. You can include values from attribute, hierarchical, and measure columns. If you want to include hierarchy levels in a Narrative view, use...

    Read More

    Changing Brand Name in OBIEE 11g

    1. To change Brand Name (Next to Oracle Logo) on the Business Intelligence home page , Alter kmsgHeaderBIBrandName attribute of productmessages.xml file under <Middleware_Home>\Oracle_BI1\bifoundation\web\msgdb\l_en\messages.    2. To change OBIEE 11G browser TitleTo change the OBIEE 11G browser Title name to your custom text Open productmessages.xml from <Middleware_Home>\Oracle_BI1\bifoundation\web\msgdb\l_en\messages. Search for kmsgProductPortalattribute and change its value with your custom...

    Read More

    Popup window in OBIEE 

    We can open any sites or drill down report from our dashboard page by clicking on data value of report. Here is the original JavaScript for it… <script language="javascript" type="text/javascript"> <!-- function popitup(url) { newwindow=window.open(url,'name','height=200,width=150'); if (window.focus) {newwindow.focus()} return false; } // --> </script> Then, you link to it by: <a href="popupex.html" onclick="return popitup('popupex.html')"        >Link to...

    Read More

    Show/Hide Column in OBIEE

    Recently I came across a customer requirement to allow a user’s interaction to hide/show certain sections of a dashboard. In this particular case the user wanted to choose either ‘Quarterly’ or ‘Monthly’ and the appropriate sections of a dashboard would be shown. To achieve this I...

    Read More

    OBIEE WRITE BACK 11g

    One of the interesting attributes that OBIEE provides is the facility to enable users to add/update data back to the database. The user can have a column for which values can be entered in the user interface (UI) section on their platform and this can...

    Read More

    Business Intelligence Testing

    Enterprises uses various BI tools like Cognos, Oracle Business Intelligence Enterprise Edition (OBIEE), Tableau, SQL Server Reporting Services (SSRS) etc to analyse swathe of data and convert raw data into more presentable format like Dashboard, Key Performance Indicators(KPIs) to make well informed decision. The success...

    Read More

    RPD Editing Mode

    Mode Use This Mode For: Example Use Cases Example Operations Information Online •   Small changes that are required to fix things in a running system •   Changes that need to be deployed quickly •   Renaming Presentation Layer metadata •   Reorganizing Presentation Layer metadata 1   Connect to the RPD in online mode. 2   Check out, modify,...

    Read More

    OBIEE Catalog Migration in 11g

    Open localhost:7002/analytics Catalog > CD Analysis > Dashboard > Unarchive Select setting like below Test Dashbaord has populated If any answer not appearing than follow below Is any Answer showing Breakdown sign –in my case it is all ok. In case of breakdown remove...

    Read More

    OBIEE 11g Auditing and Usage

    Usage Tracking is used to monitor system and ad-hoc query performance and to provide input on usage trends for use in billing users and departments for resources. Usage tracking is particularly useful in determining user queries that are creating performance bottlenecks, based on query frequency...

    Read More

    Action Links in OBIEE 11g

    Oracle’s OBIEE 11g now has the option to create an action link from an analysis, dashboard, KPI etc. which basically means you can add a link to direct the user elsewhere, within the OBI catalogue or to an external system or web page.  The beauty...

    Read More