SHOWCALC
Operates on the result of a FormQueryPlugin query represented as a table, using a previous %QUERYTOCALC. Accepts a single, unnamed parameter:
The parameter is text as required by the $CALC statement (see
SpreadSheetPlugins); all operations supported by %CALC are supported by %SHOWCALC. This command behaves identical to %CALC when used following a table; it operates on the implicit table constructed by a preceding %QUERYTOCALC statement. Arbitrary many %SHOWCALC can be performed; all apply to the preceeding implicit table.
Example:
%SHOWCALC{"$ROW()"}%
returns the number of matches of a query that had been formatted as an implicit table.
See also:
FormQueryPlugin,
%SUMFIELD%,
%FORMQUERY%,
%QUERYTOCALC%,
%TABLEFORMAT%,
%SHOWCALC%,
%MATCHCOUNT%,
%SHOWQUERY%