Categories
- All Categories
- 15 Oracle Analytics Sharing Center
- 17 Oracle Analytics Lounge
- 218 Oracle Analytics News
- 44 Oracle Analytics Videos
- 15.7K Oracle Analytics Forums
- 6.1K Oracle Analytics Idea Labs
- Oracle Analytics User Groups
- 81 Oracle Analytics Trainings
- 15 Oracle Analytics Data Visualizations 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 4 - Community Specialist
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