Hi ,
I am new to obiee and having trouble creating an analysis based of a dimensional database. I have one table that holds all the column row values I want to match to the total number of employees that fit that category.
ie : the field Description has the following data in it
grad degree ,
undergrad degree,
some college,
highschool diploma,
ged,
n/a
what I want to do is be able to do is display the total number people in each of these categories , by comparing them to a field in my fact table.In sql I can easily count the rows of employee id numbers where the category key is equal to that of the description field to figure out the total , but I am not sure how to do it in oracle.
In essence I want to be able to group the data based on each row in the description column.
Thank you in advance.