How do i write a feeder for a target cube which has more dimension than the source cube.
Here are my dimension
Dental Insurance Cube
- Function
Facility
Department
Central Nature
Employee
Scenario
Year
Months
Measures (Employee Premium LC, Employer Premium LC,Enrollment Status)
- Year
Month
Insurance Type
Enrollment Status
Measures(Employee Premium, Employer Premium)
Here is my rule to get the employee premium
Code: Select all
['HR','Employee premium LC']=N:DB('Insurance Drivers',!Year,!Months,'Dental',DB('Dental Insurance',!Function,!Facility,!Department,!Central Nature,!Year,!Months,!Scenario,!Employee,'Enrollment Status'),'Employee Premium');
Code: Select all
['Employee Premium']=>
DB('Dental Insurance','President','Total Facilities','Total Department','4626 - Medical Insurance Shop',!Year,!Months,'Budgeted','Total Employees','Employee premium LC');
Request someone to help me on this