I have a userprofile table with following columns: ID,supervisor(ID),Manager(ID).There are separate lookup tables for supervisors and managers to get the respective names.I will be joining fact table on the ID column of the userprofile which can be either supervisor or manager and the supervisor reports to some manager.
Now when I place only manager and the metric on the report i get the amount for all the managers.But when i place both managers and supervisors on the report i loose the amount that is directly assocaited with managers.I mean to say that I will only get the supervior names and the corresponding managers but not the records for the managers who don't have any supervisors and the amount is directly assocaited with them.
I hope i am clear with my question.Any help on this will be greatly apprecaited.
Thank You.
Now when I place only manager and the metric on the report i get the amount for all the managers.But when i place both managers and supervisors on the report i loose the amount that is directly assocaited with managers.I mean to say that I will only get the supervior names and the corresponding managers but not the records for the managers who don't have any supervisors and the amount is directly assocaited with them.
I hope i am clear with my question.Any help on this will be greatly apprecaited.
Thank You.