I'm new to Reporting Services so this may be a painfully simple question to answer. The report I'm creating needs to count rows that reach certain criteria. For example, counting the number of rows where the days worked is greater than 5. Seems like the following should work, but it doesn't.
How do I accomplish this?
Code:
=Count(Fields!daysWorked.Value > 5)