Hi,
I'm trying to update my offer letter templates in Oracle. These are done through BI Publisher in Word.
I'm looking for a syntax that will print one paragraph if Location_Name = one of the 4 different locations, and if Location_Name is NOT = one of the 4 locations, then print a different paragraph.
This is what I had but it's not working:
C<?if: LOCATION_NAME IN('location A', 'location B', 'location C', 'location D')?>
Paragraph 1
EC
C<?if: LOCATION_NAME NOT IN('location A', 'location B', 'location C', 'location D')?>
Paragraph 2
EC