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

Popular posts from this blog

Android : Making Listview full screen -

javascript - Parse JSON from the body of the POST -

javascript - Chrome Extension: Interacting with iframe embedded within popup -