I need 1 checkbox in a form, that's checked when the value = 'Y' and unchecked when the value = 'N'
Also it needs to return 'Y' and 'N' when checked and unchecked.
Now im using in "List of Values"
STATIC2:;Y
It shows perfectly, but an unchecked checkbox returns null, triggering my vallidations.
So that null need to become a 'N'
Thanks