I have an expression where I'm trying to replace the value with an * if it is NULL. What I current have replaces it with 0.00 instead of an *. Here is what I have, what am I doing wrong?
=iif(not isnothing (Fields!avg_var.Value),(Fields!avg_var.Value),"*")