Elgg 2.3.14
I have two objects: Parent with subtype_parent and Child with subtype_child.
In Child: container_guid = Parent_guid.
Child has also two metadata 1) metadata_a and 2) metadata_b. Both are populated with integer.
I would like to get a recordset with the following columns:
Parent_guid, Parent_title, sum_of_metadata_a, sum_of_metadata_b
Order by date
I’d appreciate any help.
Thank you very much
info@elgg.org
Security issues should be reported to security@elgg.org!
©2014 the Elgg Foundation
Elgg is a registered trademark of Thematic Networks.
Cover image by Raül Utrera is used under Creative Commons license.
Icons by Flaticon and FontAwesome.
- Reuven@reuven

Reuven - 0 likes
- Nikolai Shcherbin@rivervanrain

Nikolai Shcherbin - 0 likes
- Reuven@reuven

Reuven - 0 likes
You must log in to post replies.of course, the sum_of_metadata_a and the sum_of_metadata_b are for the Parent_guid of the record :)
Play with this
Very useful
Thank you very much for your help