R
Ravi Kumar12233
Guest
n my RDLC report i am trying to create a table where i want summarise the count Containing YES & NO in "Issued_to_Maintanance" column. For this i have created first column by entering YES & NO manually and for the next column i have entered this expression
=Sum(IIf(Fields!Issued_to_Maintanance.value Like "YES",1,0),"DataSet1")
How ever i am not getting the desired out put , below image is what it looks like , kindly help me how to correct this
Continue reading...
=Sum(IIf(Fields!Issued_to_Maintanance.value Like "YES",1,0),"DataSet1")
How ever i am not getting the desired out put , below image is what it looks like , kindly help me how to correct this
Continue reading...