Hello Experts,
We have impemented parent child hierarchy for the organization reporting dimension in our subject area. The hierarchy looks great, data and everything is perfect. The hierarchy however returns no result as soon as we apply a filter on any column. For example,
The hierarchy data looks like this, Andrew(male) has four reportees , of which 2 are male and 2 are female
Andrew
>>Peter
>>Kathy
>>Lynda
>>John
Now, If I apply a filter on Gender ='Female', No Results are returned . This is because the top level Andrew is of Male Gender. The SQL clearly shows that the query generated by OBIEE always takes ANCESTOR_KEY =NULL and it fails to give data for the lower levels.
I hope I put my question in an understandable manner. Please let me know, if any clarifications required.