Fast formula issue
Summary
Fast formula IF statement not working as expectedContent
Hi,
We would like to change the extraction formula of our compensation plan. Currently it's extracting a value from user defined tables based on the following table name:
TABLE NAME = 'MERIT_GRID_'+L_LDG + '_2018'
Where L_LDG is the LDG of the worker on the assignment.
This table name is used in the extraction formula
We would like to include a flexfield on the assignment. In case this flexfield contains a value this flexfield should be used to form the table name.
We included an if statement: (For the total formula please see attachment):