Hi Guys & Gals,
I'm creating a matrix report and have an iif statement that is giving me a headache and I just KNOW it's something simple! Please help
Code:
=iif(Sum( Fields!loadsIn.Value) = ""," ","(" + Sum(Fields!loadsIn.Value).ToString() + ")")
I get an error "The value expression for the textbox âloadsInâ contains an error: Input string was not in a correct format."