• Thanks for taking the trouble to reply.

    Will bear in mind for next time, thanks. In the end I solved this knotty conundrum via:

    =Sum(Iif(Fields!transactiontime.Value = 0, 1, 0))

    Which worked like a dream.