on ‎2022 Feb 08 7:30 PM
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!
Request clarification before answering.
| User | Count |
|---|---|
| 8 | |
| 3 | |
| 3 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.