I am trying to add an indicator in Report Builder to show on my report using 2 fixed conditions. the first condition is if the description of a field = "Compensation", the second being if a field date is >= Now(). It should then go red after 5 days. I have added the indicator and in the Value and States tab, for Value I have added =(Fields!Description.Value ="Compensation")
For the indicator: Color Expression is "Yellow" Start expression is =(fields!StartDate.value >=Now()) End expression is =(fields!StartDate.Value =Now()+5)
when I run the report, where the indicatr should be, I get text that reads "An error has occurred during data evaluation of the GaugePanel'GaugePanel5'.
Hope I've explained in enough detail. Is anyone able to offer any advice on indicators please? Thanks
Fields!StartDate.Value = Now.AddDays(5). Add more details and your expected results for further help. - alejandro zuleta