Hi,
I need to compare a field to see if it matches the invalid code then sum the fields that don't match. I am using the code below in SSRS to try and accomplish this but it is adding all the fields and not pulling only the NV's.
=sum(iif(Fields!PROCESSING_STATUS_CODE.Value <>"%NV%",cdbl(Fields!RCVDPKG_TO_MSSNGNFO_DAYS.Valu e),cdbl(0)))
I hope someone has a good idea on how to fix this issue.
Thanks,
Kristi



LinkBack URL
About LinkBacks
Reply With Quote



Bookmarks