Reputation: 2276
I'm confused, how is this not an expression? I get the error in the title using the expression below as a placeholder for a textbox.
=IF(COUNT(Fields!item.Value, "FGInputTest")=0,"Item and lot combination do not exist", First(Fields!item.Value, "FGInputTest"))
Upvotes: 0
Views: 97