Hi All,
I want to use two universes in one WebI report. I know this is possible by Merging of two common data type objects. But I am looking help on the below scenario.
For example:
I have one table 'Emp' in one universe which is having objects EmpId, EmpName, EmpAddr & JoiningDate.
And another table 'Dept' is in another universe which is having objects EmpId, DeptNo, DeptName.
If I merge EmpId from both tables 'Emp' and 'Dept' and EmpName as filter (perticular employee name).
Can I see these objects (dimensions) EmpId, EmpName, DeptNo and DeptName in a report?
Above tables do not have any measures.
Thanks and regards,