I have a ui-only formula field with a return type of checkbox and the following formula:
{{$Model.PrenatalVitamins.data.length}}\>0
When the PrenatalVitamins model has data, this works. When there is no data, When it doesn’t, it fails with a javascript exception and won’t load the page.
Here’s where the code fails:
Seems like skuid is expecting to look for a field value, instead of the ‘length’ property of the row?
But I don’t really know. I just know it’s not working.