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