countsummaries
COUNT
,
LEVEL

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

VersionStatusNotes
10.0No ChangeCarried over from Panorama 6.0.