Categories
- All Categories
- 15 Oracle Analytics Sharing Center
- 14 Oracle Analytics Lounge
- 210 Oracle Analytics News
- 41 Oracle Analytics Videos
- 15.7K Oracle Analytics Forums
- 6.1K Oracle Analytics Idea Labs
- Oracle Analytics User Groups
- 77 Oracle Analytics Trainings
- 14 Oracle Analytics Data Visualizations Challenge
- Find Partners
- For Partners
Sequence Numbers in Logical Level - OBIEE 12C

Hi ! Consider a typical Time hierarchy that comes up with a Time dimension in OBIEE 12c.
Now I have few questions to ask regarding Sequence Numbers Feature in Logical level.
1- At how many levels is it enough to define a Sequence Number ? ( Years/Quarter/Month - enough ? ) ( All - ?)
2- For a Year column - I have an integer column - 1991 1992 1993
But for month and quarter, I do not have any.
So should I require to create an additional column in Time dimension table such as MonthNo ( 1,2,...12) and QuarterNo(1,2,3,4) ?
Does this mean additional ETL/Database work ?
3- Do you really suggest to create such new columns and make use of this new features ?
What if I do not have Time Series functions in my application ?
Can you please also throw some light on whatever you know or have experience on this new feature ?
Thank you.
Regards
AM
Answers
-
-
Christian already gave you the links, read that and you find answers to all your questions
1) depends on your needs, from none to all, nothing mandatory
2) for year if no gaps you can use it, for others of course you will be required to create extra columns
3) the impact is fairly limited in a normal situation
If you don't use time series for now I would say you can skip it, the day you have time series you will anyway need to first analyze the queries to see if the part replaced by the usage of sequence numbers is really the one making the difference (I would say the slow part is somewhere else most of the time).
0 -
Hi Gianni Ceresa & Christian Berg,
Your inputs and the weblink that you have provided are extremely helpful.
I am going to read it out and implement it in our system.
Again, Thank you so much !
Regards AM
0