Total from an expression in SSRS -
i have written expression , added calculated field:
=iif(fields!date1.value
the calculated field returns either 1 or 0.
i want total of 1's, when try , total: =count(fields!totals.value = 1) totals every row in report, e.g. total counts 0's well.
please can advise how get total of 1's? - e.g., sift out 0's?
many thanks
if understanding correct, sum operation. in tablix total field input expression "sum(fields!totals.value = 1)"
Comments
Post a Comment