How to set datacell value to #missing in groovy
Content
Hi,
While iterate through edited cells on form, I can set the cell value to any numeric number by "it.data = 100" for example, but cannot assign '#missing' as it data is Double type. How to achieve it without using datagrid builder?
Thanks,
0