Oracle Analytics Publisher

Welcome to the Oracle Analytics Community: Please complete your User Profile and upload your Profile Picture

If condition in BI publisher RTF

Accepted answer
164
Views
2
Comments
_vero_
_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:

Best Answer

Answers