Hi,
Today it is not possible to display/consume object fields from a nested array (as far as I can see).
MyDataSet
- field1 (int)
- field2 (string)
- field3 (int)
- field4 (object)
-- field4_array (object)
---- field4_1 (int) (not visible/accessible)
---- field4_2 (int) (not visible/accessible)
---- field4_3 (string) (not visible/accessible)
This means the fields of field4 (array) are not visible or accessible in the report designer.
The only way to access this data, is to make a new dataset, with (field4_array) as root,
but that is not preferable.
Could this potentially be implemented in upcoming versions?
Cheers,
Casper