I have an expression in a (SSRS) table:
=IIF(fields!date1.value
which works fine and either 'yes' or 'no' appears next to the date value column.
This is a drill-down in a report, and when opened runs about 70 rows down, depending on the date parameters.
I want now to add a text box (or row-total to my report) that shows a total of the no's and the yes's. I also want to work out as a % how many no's there were against a total of all the dates.
Can you please suggest an expression I could use to do this?
Thanks