...I've got some summary data I'm storing in a fact table and want to stash
an array of objects in an object field.

Is that a thing? You can't assign it directly, and I tried assigning it in
a chain like this:

[Table]ObjectField:=JSON Parse(JSON Stringify Array($my_object_array))

Neither of those ideas looks terribly smart and 4D's got some real limits
on what you can/can't do as far as serializing/deserializing objects.

Any smart ideas, or should I just

* JSON Stringify Array into text.
* Store the result in a text field.
* Forget about the object search features.

Thanks for any advice.
**********************************************************************
4D Internet Users Group (4D iNUG)
FAQ:  http://lists.4d.com/faqnug.html
Archive:  http://lists.4d.com/archives.html
Options: http://lists.4d.com/mailman/options/4d_tech
Unsub:  mailto:[email protected]
**********************************************************************

Reply via email to