How to show blank if $$ are zero in table

  • How do I show blanks if the $ value is zero in my table. I know for numbers I can format with #,# but if I use this on money it drops the decimals.

    Changinagain

  • Kept experimenting and got this to work:

    =IIF(Fields!ColumnName.value=0,"",Fields!ColumnName.value)

    Changinagain

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

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