Count total number of records
Views (7323)
To count number of records in a query, you just need check it through SysQuery::countTotal(QueryRun) and if the query have more than one data sources use SysQuery::countLoops(QueryRun) instead of SysQuery::countTotal(QueryRun).
Happy Daxing
This was originally posted here.

Like
Report
*This post is locked for comments