Hi
Not able to retrieve data for Bonus, Medical costs etc.. though all the formulas are correct. Screen shot attached
Solved! Go to Solution.
Thanks for the screenshots.
As far as I see in the screenshot the "Role" line item in the SY08 module is set up as Text format. Please change it as a "Role" list format.
Hello Halil,
As far as I've seen there is a discrepancy on the source module's name.
Your Formula:
IF Employed? THEN 'EMP03 Employee Drivers'.Car Allowance[LOOKUP: 'SYS08 Employee Details'.Department, LOOKUP: 'SYS08 Employee Details'.Role] ELSE 0
You must be referring source formula 'EMP03 Employee Drivers by Role' but instead you wrote 'EMP03 Employee Drivers'. This could be a reason why. Check your source module's name please.
I hope this helps.
Aykut
Even though i changed the qualification .. Then also it did not work.
Got it. Thanks for the screenshots.
Like I wrote in my first message there is something with the name of module.
Your Formula:
IF Employed? THEN 'EMP03 Employee Drivers'.Car Allowance[LOOKUP: 'SYS08 Employee Details'.Department, LOOKUP: 'SYS08 Employee Details'.Role] ELSE 0
Correct Formula:
IF Employed? THEN 'EMP03 Employee Drivers by Role'.Car Allowance[LOOKUP: 'SYS08 Employee Details'.Department, LOOKUP: 'SYS08 Employee Details'.Role] ELSE 0
Please copy and paste this formula and make the same alteration to other formulas too. I hope this solves..
I have the same formula that you had specified for all rows.. In the 2nd screenshot that i had sent, the formulas are same as that you had mentioned....
Please check.. I had sent you on the screenshot the correct formulas referring to role...
I see.
Than please check your mapping module (SYS08) and its Line Items. And there could be a problem with the hierarchy settings in department and role list.
I checked the top level item for both department and Roles.. It all looks fine to me.
The top items has been defined as All Departments and All Roles respectively for Department and Roles.
The Parent Hierarchy is blank for both the entities. Pasting here the screen shots of SYS08 and the Hierarchy details of Department and Roles pls.