Categories
- All Categories
- 15 Oracle Analytics Sharing Center
- 15 Oracle Analytics Lounge
- 215 Oracle Analytics News
- 43 Oracle Analytics Videos
- 15.7K Oracle Analytics Forums
- 6.1K Oracle Analytics Idea Labs
- Oracle Analytics User Groups
- 78 Oracle Analytics Trainings
- 15 Oracle Analytics Data Visualizations Challenge
- Find Partners
- For Partners
Essbase - OBIEE

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
-
Sorry guys, just figured out that the Accounts dimension was not actually tagged as Accounts in Essbase. Once tagged, it fixed the issue.
0