Hello
I am using the current expression in SSRS:
=IIF(Fields!.Value >="100", "red", "no color")
to get a background colour of red if the value is >=100.
However in addition I would also like the cell to go red if the value is <=10
I have tried to nest the expression and add OR but have failed dismally so far
Please can anyone advise how the above expression could be amended so the cell turns red when the field value is >=100 or <=10 ?
Thank you