I have the following matrix:
- Design view
--------------------------
| OfficeSID | [Type] |
--------------------------
| [OfficeSid] | [Value] |
--------------------------
- Preview
----------------------------
| OfficeSID | A | B |
----------------------------
| 1 | 1029 | 982 |
----------------------------
| 2 | 98 | 782 |
----------------------------
| 3 | 786 | 82 |
----------------------------
| 4 | 29 | 2 |
----------------------------
I want to format background color of the cells i.e 2nd row, 2nd column which is a value field. It is grouped under Type field. The background color should be the following:
- If value < 0 red
- If value < 100 and > 0 Orange
- If value >= 100 Green
I tried using expressions but it dint work.