- Issue created by @msn5158
Also, what mechanism does it use to clear count? I just encountered an inexplicable problem where the statistical count suddenly disappeared, all become 0, apart from the total count.
Hello,
How can I obtain the statistical count through Twig?
Can't be obtained by these:
{{ drupal_field('field_daycount','node',nid) }}
{{ drupal_field('field_weekcount','node',nid) }}
{{ drupal_field('field_monthcount','node',nid) }}
{{ drupal_field('field_yearcount','node',nid) }}
{{ drupal_field('field_totalcount','node',nid) }}
Thank you
Active
1.0
Miscellaneous
Also, what mechanism does it use to clear count? I just encountered an inexplicable problem where the statistical count suddenly disappeared, all become 0, apart from the total count.