first of all: see the posting guidelines, inappropriate language is not allowed here, I fixed that for you in your post...
please ask politely next time, thank you!.
and then you should try to understand the error message
I marked the relevant parts in yellow for you

you are using the subtraction block (this is your operation)
to be able to use the subtraction block, both values must be numeric, the first value currently is 0, the second value is an empty string, you can't subtract 0 - nothing...
which means, before doing a subtraction, first check, if both values are numeric
hope that helps
Taifun