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

    BI

    Oracle Business Intelligence in Cloud

    Cloud based BI tools have become increasing popular in recent years especially among small and medium enterprises. The amount of data churns out from enterprises has overwhelmed in past decade or so, turning such swatches of data into useable information is pivotal for any enterprise....

    Read More

    Unifier 16.0.2 /Unifier 16R2 Installation

    Create Unifier Domain Click Start > Oracle >Configuration Wizard Replace “base_domain” with “unifier” and click next Enter name and password > Next   Select Production > Next Select Administration Server > Next Leave Server Name as “AdminServer” Change Listen Port if it need to be changed.   Once 100% then click Next     This will start...

    Read More
    a

    Evaluate() Function in OBIEE

    Evaluate() Function in OBIEE to Embedded DB Functions This Evaluate functions (since version 10.1.3.3) enables users and administrators to create more powerful reports by directly calling Database functions in OBIEE from: Either By Oracle BI Answers. OR by using a Logical column (in the Logical Table...

    Read More
    a

    Conversion Functions OBIEE

    Conversion Functions The conversion functions convert a value from one form to another. You can also use the VALUEOF function in a filter to reference the value of an Oracle BI system variable. Functions include: CAST CHOOSE IFNULL INDEXCOL TO_DATETIME VALUEOF CAST This function changes...

    Read More
    a

    OBIEE 11g Non Conformed

    Version 11.1.9.0 There is a great new feature introduced with Oracle BI 11.1.9 which allows report developers to overcome issues with "non-conformed" dimensions. A non-conformed dimension is where you add an attribute to an analysis which does not logically relate to all the facts. Take this example, here we have...

    Read More
    a

    OBIEE Variable

    Variables used to hold a value at any point of time. In OBIEE, there are 4 different types of variables. They are 1. Repository Variables 2. Session Variables 3. Presentation Variables 4. Request Variables Initialization block: Initialization block is used for assigning a value to a variable.With the help of initialization...

    Read More
    a

    Multiple Dynamic column selection

    Selecting columns dynamically" saga, you can create a set of prompts where each prompt controls a column and enables the user to select the column formula or decide not to show it at all. Something like this: But the users might ask you to have a single...

    Read More
    a

    Selecting columns dynamically

    In previous post I talked about column selectors. They are not enough in complex cases, for example: Single selection of columns for several reports. Using the same column selection in several columns of the same analysis. Dependency between selection of columns (for example, I can...

    Read More

    Session Variable in OBIEE 11g

    You can use variables in a repository to streamline administrative tasks and modify metadata content dynamically to adjust to a changing data environment. A variable has a single value at any point in time. Variables can be used instead of literals or constants in the...

    Read More