Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

filling blank cells in matrix 1

Status
Not open for further replies.

mjd3000

Programmer
Apr 11, 2009
136
GB
I have created a matrix with data in it, but there are quite a few blank cells where there is no data.

I have tried this (the field is a Sum field) : =IIF(Sum(Fields!Total.Value) = "", 0, Sum(Fields!Total.Value)) But I get an error that it is out of scope (I don't get this error when I just use Sum(Fields!Total.Value)).

Can anybody tell me how I can I replace the blanks with zeroes?
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top