Simple question but it is killing.
How do I write an expression, that return the number of rows where a column is equal something.
I can get the total rows like this:
=Count(Fields!Foo.Value) and RowNumber("Rapporter")
But I can’t get the number of rows where Foo is equal to someString
Foo is a type string.
Try: