I am going to try to develop a parent-child hierarchy, but I am a little confused about a few things.
(1). During the process, scripts are created to build and populate the hierarchy table.
Does this hierarchy table get built in the actual database that I am working with, does it just get built in the Oracle OBIEE data base
and then referenced by the RPD, or does it just get built only as a construct in the RPD?
I ask because I only have read access to the actual data base that I am working with.
(2). In the data base I am working with, there is a table that has both a key, and a parent key.
Can I use this table as the basis for a parent-child hierarchy, or is the parent-child hierarchy table something special?
(3). Can a view created in the RPD be used as a parent-child hierarchy table if all of the required fields are present?
(4). Does anyone know of a really good, step by step tutorial on creating a parent-child hierarchy?
I've looked at a few, but they always seem to leave out steps, or assume that you know about the process.