Executes a single calculation string.
CALCLINE calcString
calcString | A calculation string (any valid string that is accepted by a calculation script). |
This command executes a single calculation string. In a batch file, place the calculation string parameter in quotation marks and end the string with a semicolon statement terminator (;). All text within the quotation marks is passed to the calculator. This command requires quotation marks.
To issue the CALC ALL command:
CALCLINE "Calc All;";
To calculate the members January and Product:
CALCLINE "Jan; Product;";
©2004 Hyperion Solutions Corporation. All Rights Reserved. http://www.hyperion.com |