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