This is a query that groups on a field that names counties, so the count is how many ErrorCases are there in each county. The ValidityReason and the ExpValidity fields are both text fields even though populated by numbers, it is possible they could contain a letter.
I want to create a field named ErrorCases that sums the rows meeting the following conditions: The row has a ValidityReason = 2 and for the same row ExpValidity is either null or 3. I want a count of the rows meeting these condtions.
Here is the formula I have constructed that does not work...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.