Dumb Question...
How do I clear a value from a BIGINT on a stateless form? I've tried setting the field to: "" and null
but I get the following error messages:
Error in statement at line number 30
The template variable intEventID is of type BIGINT. But you are trying to update it with an expression of type STRING
and clear and reload don't work with stateless forms.
Error in statement at line number 30
The template variable intEventID is of type BIGINT. But you are trying to update it with an expression of type NULLTYPE
Thanks,
Leo Saumure