I am having the hardest time figuring this one out.
I have a field that contains a sum of 2 sums expression because I cannot use it as a calculated field in the dataset.
But I need the field to turn green or red when comparing to another field.
I cannot get it to work however. Can someone please point out what the error is in my expression and how to fix it?
=iif(Sum(Fields!RESTRICTED_DUTY_CASES.Value))+(sum(Fields!LOST_TIME_CASES.Value))<=(Fields!ES_RI_LIMIT.Value,"Lime","Red")