Hi,
What I'm trying to achieve is to apply the conditional format only to the specific combination of a column and a row.
In this example I'm using the label field to apply the format only to the row named 'Cleaners' but, as you can see, it is applied to all the columns. I would like to have it only applied for 'FY 2015' combined with 'Cleaners' for example.
https://stackblitz.com/edit/conditionalformatsettings?file=app.component.ts
Is that possible?
thanks