SQL Help with Offer Letters
Hello - Looking for some advice from SQL experts!
In our offer letters we input the available variables from the candidate, requisition and offer, as I am sure most organizations do.
If I have a field with 'Yes' and 'No' values, is there a way to add SQL logic to the offer letter so that when:
{Offer.UDF_TEST} = 'Yes' then "xxxxxxxxx" appears on the offer letter
{Offer.UDF_TEST} = 'No' then "yyyyyyyy" appears on the offer letter
Thank you in advance!
0