The countsummaries statement counts summary records.
Parameters
This statement has two parameters:count – Field or variable to receive summary count.
level – Level to count, or zero for all levels. (You can also omit this parameter entirely, in which case all levels will be counted.)
Description
This statement counts summary records. This example counts the level 1 summaries in the database.
local sumcount
countsummaries sumcount,1
This example counts all levels of summaries in the database.
local sumcount
countsummaries sumcount
History
Version | Status | Notes |
10.0 | No Change | Carried over from Panorama 6.0. |