When a calculated field is zero, I would like it to print blank.
When I use the java script in Validation,
if (event.item ==0) event.item = "";
I saw this on another post.
I received the message
Syntax Error: missing ) at condition 1: at line 2.
I don't know what I am doing wrong. I know I am missing a ) but I don't know where I need to add it.
