Oracle Analytics Publisher

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

Create a conditional area in a pivot table in publisher rtf

Received Response
22
Views
2
Comments
_vero_
_vero_ Rank 4 - Community Specialist

Hello Team,

I created a pivot table in an rtf. I would like to show the cell of the total by row only if the attribute row is similar (includes or not) to some text. I thought about using the like condition in an if statement, but it doesn't seem to work. This is the if statement that works:

<?if@cell:.//H = '01 - FINALE'?> text <?end if?>

I would like something like this:

<?if@cell:.//H like '%FINALE%'?> text <?end if?>

It doesn't give any errors, but it shows me all the cells, without the "filter".

Can you help me ? thanks

Tagged:

Answers