CONTENTS
Gets the contents of the selected Smart Container.
Syntax
=CONTENTS
Examples
=CONTENTS
→[Shape 1, Shape 2, Shape 3, Shape 4]
Gets all shapes contained in the Smart Container
=COUNT(CONTENTS)
→4
Gets the count of all shapes contained in the Smart Container
=SUM(CONTENTS."Property 1")
→13
Calculates the sum of all shapes contained in the Smart Container's shape data property "Property 1" (1, 4, 2, 6)
Updated 9 months ago