tags:

views:

247

answers:

0

Hi! I have two tables one is displaying all Male and the other displaying all female of a certain Class section. I have put =rownumber(nothing) to number the students in each tables. Say Male last number is 23 and female last number is 24.

I have added three textboxes in my .rdlc and wanted to display in each texboxes the values 23, 24 and 47 respectively. I tried using runningvalue, rownumber, count, countrows but its not working. I manage though how to get the sum of Male and Female which is 47 by doing =count(Fields!Gender.value).

Can someone help me out please?

related questions