removesummaries
LEVEL

The removesummaries statement removes summary records from the current database.


Parameters

This statement has one parameter:

level – specifies the minimum summary level that will not be removed. In other words, if you want to remove only the first level of summary this value should be 1. This value may be between 1 (lowest summary) and 7 (highest level summary). To make sure that all summary records are removed, use 7.


Description

This example calculates summaries, prints a report, then restores the database to its original condition.

field Date
group by year
group by month
openform "Annual Report"
print dialog
closewindow
removesummaries 7

See Also


History

VersionStatusNotes
10.0UpdatedCarried over from Panorama 6.0, but no longer supports the dialog option.