Thank you for the answer, it is just what I'm looking for, except that the filter only eliminates rows that are of type percentage, not the integer ones also. So I don't see the rows with 0% all over, but I do see the ones with 0 all over. I added something to the expression you created and it still doesn't work:
=IIf(IsNothing(Fields!MyField.Value) OR Fields!MyField.Value=0,0,1)
Thank you!
No comments:
Post a Comment