ez.no / exponential / documentation / reference / data fetching / content / collected_info_count_list
fetch( 'content', 'collected_info_count_list',
hash( 'object_attribute_id', id ) )
| Name | Type | Description | Required |
|---|---|---|---|
| object_attribute_id | integer | The object attribute id to count values from | true |
An array with the count for every value
{let count_list=fetch( 'content', 'collected_info_count_list', hash( 'object_attribute_id', 1287 ) )} {section var=count loop=$count_list} {$count} {/section} {/let}
Comments