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
Create a conditional area in a pivot table in publisher rtf

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
Answers
-
Hi @_vero_
Thanks for using Oracle Communities.
Can you provide your bip version details and sample xml, file template for review?
Regards,
Arjun
0 -
Hi Arjun,
my publisher version is the 12.2.7.0.0. I can provide for now the rtf template. I wish to create an if condition on the total column, that shows the total only for a few rows.
Thanks
0