I am struggling to write a conditional statement that would allow me to write a different sentence in one field based on several different fields, and potentially building that sentence.
If the gift type is {Gift-in-Kind} then "Sentence about gift-in-kind."
If the gift type is {Stock} then "Sentence about stock."
If the gift (any type) has a code of {Auction}, then "Sentence about auction (and potentially gift in kind or stock)."
If the gift (any type) is linked to a membership, then "Membership note (and any of the above)."
If the gift doesn't meet any of these criteria, then "Sentence about no goods or services received."
Is this even possible?!
If the gift type is {Gift-in-Kind} then "Sentence about gift-in-kind."
If the gift type is {Stock} then "Sentence about stock."
If the gift (any type) has a code of {Auction}, then "Sentence about auction (and potentially gift in kind or stock)."
If the gift (any type) is linked to a membership, then "Membership note (and any of the above)."
If the gift doesn't meet any of these criteria, then "Sentence about no goods or services received."
Is this even possible?!