Hi! My team is building a CODAP plugin and we’re trying to read data from CODAP through the data interactive API. Specifically, we’re using item search to get all the data items from a context, but this doesn’t seem to work well for hierarchical data where the parent collection has a computed attribute (via a formula). When searching on such a data set, most of the returned data items have empty values for the computed attribute. Is this behavior intended?
Here our plugin just copies all the data items from the table on the top and inserts them into a new data context. As you can see, only one data item per parent case has a non-empty value for the computed attribute “Boundaries”.