Oracle Analytics Cloud and Server

Welcome to the Oracle Analytics Community: Please complete your User Profile and upload your Profile Picture

Essbase - OBIEE

Received Response
1
Views
1
Comments
user 1208988
user 1208988 Rank 3 - Community Apprentice

Hi All,

This is not the first time I am trying to use Essbase as a source for OBIEE. Never had this issue. I have one BSO cube where Accounts dimension is measure dimension, these Period dimension. And some other dimensions like Industry, Location etc.

In OBIEE, I have made the measure dimension as Value type and it's a flat structure.

In my simplest analysis, where I want to see current month's this year and previous year, such as 201501 and 201601 figures and the measure is Profit.

So, I am trying something like-

Fact1 = Filter("Measure"."Fact" using "Periods"."Gen3,Periods" = '201501')

Fact2 = Filter("Measure"."Fact" using "Periods"."Gen3,Periods" = '201601')

Using two such facts does not render any value, it's says there is no data.

But using only one fact, any one, does show data.

Any idea what the reason is? Anyone? Thanks.

Answers

  • user 1208988
    user 1208988 Rank 3 - Community Apprentice

    Sorry guys, just figured out that the Accounts dimension was not actually tagged as Accounts in Essbase. Once tagged, it fixed the issue.