Any suggestions on how to stop this error when I have a null date:
Premature end of file
Cause:
(GS
-33927) Expression error:
(GS
-33936) Error executing RTL method
"fromIsoValue" on object of type java.
util.
Date (cause=
(GS
-33968) Date.
parseString(): Failed to parse date value
" " with pattern
"YYYY-MM-DD") evaluating RTL expression
"{Date.fromIsoValue(pr_header.date_deliver.isoValue).format("DD MMM YYYY
")}"
<Item name="pr_header.date_deliver" type="DATE" isNull="1" value=" " isoValue=" " caption="Date Deliver"/>
My dates are formatted as
Date.
fromIsoValue(pr_header.
date_deliver.
isoValue).
format("DD MMM YYYY")
Thanks.
Using Genero 2.50