What is the correct syntax to calculate the adjustment budget?

Your customer uses a look-up table to calculate custom budgets, as shown in the screenshot. The budget is based on an employee’s country status. In the template, the country is defined with field ID custom Country the status is defined with field ID custom Status.

What is the correct syntax to calculate the adjustment budget?
A . toNumber(lookup("2018_BudgetPool", custom Country,customStatus,1))"’curSalary
B . toNumber(lookup("2018_BudgetPool,custom Country, customStatus, Adjustment))*curSalary
C . toNumber(lookup("2018_BudgetPool", custom Country.customStatus,2))"’curSalary
D . toNumber(lookup("2018_BudgetPool", custom Country,customStatus,adjustment))"curSalary

Answer: A

Subscribe
Notify of
guest
0 Comments
Inline Feedbacks
View all comments