Conditional row in column - Pivot table
<?horizontal-break-table:1?>
<?for-each@column:$c727//C1?><?./H?><?end for-each?>
<?for-each:$c727//R1?>
<?if:./H='07'?><?attribute@incontext:color;'Red'?> <?./H?> <?end if?>
<?for-each@cell:.//R1C1?>
<?./M1?>
<?end for-each?>
<?end for-each?>
This is the code of my pivot table, you see there is a condition in line (I paint in green), this works for me correctly. But I'm trying to get the same condition as the amount in column (I paint in red), but refers to me <?. / H?> Painted in blue, when I refer to <?. / H?> Painted green