Categories
- All Categories
- 15 Oracle Analytics Sharing Center
- 14 Oracle Analytics Lounge
- 209 Oracle Analytics News
- 41 Oracle Analytics Videos
- 15.7K Oracle Analytics Forums
- 6.1K Oracle Analytics Idea Labs
- Oracle Analytics User Groups
- 77 Oracle Analytics Trainings
- 14 Oracle Analytics Data Visualizations Challenge
- Find Partners
- For Partners
If condition in BI publisher RTF

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
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