Categories
- All Categories
- Oracle Analytics Learning Hub
- 30 Oracle Analytics Sharing Center
- 19 Oracle Analytics Lounge
- 238 Oracle Analytics News
- 45 Oracle Analytics Videos
- 16K Oracle Analytics Forums
- 6.2K Oracle Analytics Idea Labs
- Oracle Analytics User Groups
- 88 Oracle Analytics Trainings
- 15 Oracle Analytics & AI Challenge
- Find Partners
- For Partners
How to print a Paragraph which has multiple conditions
we have requirement to print time off paragraph for employees belonging to 4 states and grade not equal to 99. other paragraph where employee belonging to one state and Grade not equal to 99.we have used the below xml tag conditional the paragraph. but in real time the if the employees is eligible for the second paragraph (grade not equal to 99 and state it OR) both the paragraphs are being printed. Could some one let me know where am i going wrong
<?if:ADDRESS_STATE = 'CA'or'TX'or'NV'or'MN' and GRADE!='99'?> print 1st paragraph
<?if:ADDRESS_STATE='OR' and GRADE!='99'?> print 2nd paragraph
Answers
-
0

