OK, it seems like all you need is the following expression:
=Sum(IIf(Fields!Logged30Days.Value = "yes", 1, 0) All this is doing is counting the rows with a yes value for Logged30Days; it the value is not yes it's just ignored for the count.
OK, it seems like all you need is the following expression:
=Sum(IIf(Fields!Logged30Days.Value = "yes", 1, 0) All this is doing is counting the rows with a yes value for Logged30Days; it the value is not yes it's just ignored for the count.