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

    OBIEE and tiles without Narrative

    OBIEE and tiles without Narrative

    How was it done?
    I created a basic report:
    The last column has no meaning, we just need something to be in the measures part. In my case I decided to have a column of NULLs with space as a label.
    So I create a Pivot:
    And rearrange it:
    Now we need to arrange the Product Type and Revenue so each pair will look like a single tile and hide the measures. The last part is the most interesting: how to hide the leftmost part.
    So on the rows properties, remove the Display Heading mark, to loose and extra line:
    Then select format values for each column.
    First the top – product type:
    The important parts are: Border, font size and Background Color (I changed to white).
    Something similar can be done with the second column (Revenue):
     Pay attention to the border, no bottom.
    And now lets deal with the NULL column at the measure. First Format Headings:
    White background color and no Border.
    Now the Format Measure Values:
    Lets minimize it to size of 1 and close the border at the bottom.
    So what is left? We have this ugly area at the left. The bottom part of it was solved when we fixed the measure values heading. Now we need to deal with the rest.
     How do we hide it?
    This is a style trick.
    Add a Static Text to the Analysis. Mark as Contains HTML and paste the following:
    <style>.PTCC {   background-color: white;   border-top: white;   border-left: white;}</style>
    Now it’s perfect:
    Naturally Drills and Navigate options work:

    When I drill on the Accessories:

    No Comments
    Post a Comment

    This site uses Akismet to reduce spam. Learn how your comment data is processed.