The count formula looks at a “summarize” attribute at the same data level.
Format: count ( summarizeAttr.value)
It returns the numeric count for the specified value.
In the examples, the “Summary” attribute would be a pre-req.
Examples:
-
count ( StormRoleSummary.Patroller )
-
count ( StormRoleSummary.Lead Lineman )
-
count ( QualifiedSummary.Yes )
Reminder
The formula, attribute name and data point must be spelled and in the same case as the formula, attribute or data point you are referencing.
E.g. If an attribute is called CrewType, in the formula, you must use CrewType. crewType and CREWTYPE will not reference the CrewType attribute.
Comments
0 comments
Please sign in to leave a comment.