summarytablepopup
SUMMARYINFO
,
SUMMARYSYNCVARIABLE
The summarytablepopup statement handles a click on a summary table text list.
Parameters
This statement has two parameters:
summaryinfo – Name of variable that contains the summary specifications.
summarysyncvariable – Name of variable that causes synchronization of the data.
Description
This statement handles a click on a summary table text list, allowing the user to select the original data or to refresh the summary table with new data. See Summary Workshop to learn more about using this statement.
See Also
- aggregate( -- calculates an aggregate (sum (total), count, minimum, maximum or average) by scanning specified records in a database.
- Crosstab Workshop -- tool for two dimensional summarizing, analyzing and charting large amounts of data.
- crosstab( -- converts information in a database into a crosstab table (tab delimited text).
- formulasum -- calculates a total by scanning a database, returning the accumulated sum of evaluating a formula over and over again for each scanned record.
- groupdatepattern( -- converts a number representing a date into text in a special format for use with the summarytable( and crosstab( functions. The function uses a pattern to control how the date is formatted (see Date Patterns).
- refreshsummarydatabase -- refreshes a summary database.
- Summary Workshop -- tool for quickly summarizing, analyzing and charting large amounts of data.
- summarydatabaseselectoriginal -- selects original data corresponding to a cell in an exported summary table database.
- summaryselectoriginalformula -- returns the formula that will select the original data associated with a summary table row.
- summarytable( -- scans a database to build a text array containing summary breakdown information: totals, averages, etc.
History
10.1 | New | New in this version. |