?? on =count adding a "When"

  • using this expression on a total in a matrix

    =count(Fields!xmark.Value)

    can I add a condition onto this so it only counts xmark when it = 'X' or = 'D' ?

    Thanks in Advance

    Joe

  • Hey.. I actually figured it out !!! lol!!

    =sum(iif(Fields!xmark.Value ="X" or Fields!xmark.Value ="D", 1,0))

  • It's correct !!!!!!

Viewing 3 posts - 1 through 2 (of 2 total)

You must be logged in to reply to this topic. Login to reply