I am using SQL 2005 reporting services.
I have a report that displays a number of records. One of the fields returned is yes or no. I would like to display the count of yes in one text box and the percentage of yes fields returned in another text box. I think there is a way to do this using an iff statement, but I can't get it to work.
I am pretty new to the SQL reporting services, if anyone can offer some help, it would be greatly appreciated.