Counting a field of two columns if the values don't match in SSRS
Hi,
I am using SSRS to develop a report to put out on Report Manager. I have a stored procedure that produces two columns that I need to compare in SSRS and count only if the auditlater value is No and the auditnow is Yes. I cant seem to get the =Count(iif(Fields!auditnow.Value = Fields!auditlater.Value, 1, Nothing), "DataSetName") to not count all the occurences. I am new to SSRS and not sure how to make this work for me. Any help would be appreciated.
kristilee, September 3rd, 2009 06:58 PM
Bookmarks