Need Guidance on How to create hierarchy columns in Oracle Analytics Server
Goal:
Currently, I am trying to make graph that can drill up/down the values. For instance, if I drill to attribute in x-axis from year to quarter to month, and so on.
Current Progress:
I tried to import dataset from excel or csv (or even create a dataset from Oracle Database Connection). It does not show the hierarchy columns of date as I expected. The result is in the below picture. With this, I cannot drill up/down columns as I want in graph.
Reference source(s):
I find source from this YouTube link, it already have the hierarchy columns of date as I intended. However, it does not show the steps on how to create the hierarchy columns.
https://youtu.be/PBxADXChCqw
My questions are:
- How to create hierarchy columns of date in Oracle Analytics Server? (or does it has any other ways that I can drill up/down the columns of date in graph without using hierarchy columns?)
- Do I need to use Subject Area to create hierarchy columns?, What is the importance and difference between normal dataset and using Subject Area?