Summary

This command returns the count of the number of records that meet the condition specified in the expression attribute. 


Note: This command cannot be used with normal alert/assignment scripts.



Attributes

  • expression

    The expression can make use of anything that can be resolved from the subject level. In other words the expression can make use of relative and absolute form/question paths, meta values (type, alias, displayValue, etc…), metadata statuses (query, lock, freeze, etc…), and property values (recordID, toolID, applicationID, etc…).

Parameters

  • none

Example

<script scriptId='countPatient' >
    <body>
        <s:recordCount expression="#visit_1V.dm.gender=='F'"/>
    </body>
</script>



Need more help?

Please visit the Fountayn Contact Information page.