cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Add the Default Value of Custom Column in Compensation Custom Column Formula

careng_sun
Explorer
0 Likes
965

Hi Good day!

In our Compensation we have two Custom Columns for promotion:

Recom for Promotion : Column 1 > lookup table

Final Promotion override : Manager's input with Yes or No options. There is no default value

Now I am creating this formula:

if (Recom for Promotion="Yes" && Final Promotion override="Default Value",customFieldx,

if (Recom for Promotion="Yes" && Final Promotion override="Yes",customFieldx,

if (Recom for Promotion="Yes" && Final Promotion override="No",0,

if (Recom for Promotion="No" && Final Promotion override="Yes",customFieldx,0))))

I am having issue with the first line, where in when Recom for Promotion = Yes and there is no input on Final Promotion override, it should show the customFieldx.

The rest of the if conditions are working fine except for the first line. It requires to select on the Final Promotion override.

What I am trying to do is, when Recom for Promotion is equal to Yes and no input or Manager does not need to select anything on Final Promotion override, it should show the customFieldx.

I have tried these:

1. if (Recom for Promotion="Yes" && Final Promotion override="Default Value",customFieldx

2. if (Recom for Promotion="Yes" && Final Promotion override=" ",customFieldx

3. if (Recom for Promotion="Yes",customFieldx > this option is having issue with the 3rd line above.

4. if (Recom for Promotion="Yes" && Final Promotion override="null",customFieldx

5. if (Recom for Promotion="Yes" && Final Promotion override="None Selected",customFieldx

I also tried adding default value , space and words None Selected but it still doing the same behavior.

Any help is much appreciated. Thank you so much!

Accepted Solutions (0)

Answers (0)