Categories
- All Categories
- Oracle Analytics and AI Learning Hub
- 54 Oracle Analytics and AI Sharing Center
- 25 Oracle Analytics and AI Lounge
- 307 Oracle Analytics and AI News
- 57 Oracle Analytics and AI Videos
- 16.4K Oracle Analytics and AI Forums
- 6.6K Oracle Analytics and AI Labs
- Oracle Analytics and AI User Groups
- 118 Oracle Analytics and AI Trainings
- 22 Oracle Analytics and AI Challenge
- Find Partners
- For Partners
Welcome to the Oracle Analytics Community: Please complete your User Profile and upload your Profile Picture
If condition in BI publisher RTF
_vero_
Rank 5 - Community Champion
Hello Team,
I would like to create a pivot table in bi publisher rtf, where the column of totals per row is displayed only if the field in the row is different from a list of terms. The following construction works correctly:<?if:.//H='11 - MAGAZZINO INIZIALE'?> total <?end if?>.
But I want something like the following: <?if:.//H!=('11 - MAGAZZINO INIZIALE','12','13',….)?> total <?end if?> or with a like condition.
Is it possible to construct a condition of this type in the rtf template?
Thanks in advance
Tagged:
0
Best Answer
-
Hi @_vero_
Using If i think you can use first condition only , i don't think second one will work.
Can you refer below doc link -
Regards,
Arjun
1
Answers
-
Very helpful information.
Thanks for sharing @Mallikarjuna Kuppauru-Oracle!
0

