Range Lookup
Posted: Sat Aug 23, 2014 5:21 am
Hello, I am trying to lookup a range of criteria from a lookup cube to another cube.
I have build 2 cubes:
1.socso
2.overhead
I need to lookup the salary I key in the overhead cube and get a contribution.
Overhead input view: socso:
I used the following logic formula.
['Socso Employee'] =N:if( (['Salary']<=DB('socso','1','Max')) ,DB('socso','Employee Contribution'),CONTINUE);
However when i key in 20, it return 0.
wondering any part that i missed?
Thanks,
I have build 2 cubes:
1.socso
2.overhead
I need to lookup the salary I key in the overhead cube and get a contribution.
Overhead input view: socso:
I used the following logic formula.
['Socso Employee'] =N:if( (['Salary']<=DB('socso','1','Max')) ,DB('socso','Employee Contribution'),CONTINUE);
However when i key in 20, it return 0.
wondering any part that i missed?
Thanks,