StaticExpression
File Object Type |
A Static Expression displays formulas in mathematic notation but does not calculate them.
In static expressions, formulas are typed in like in a spreadsheet, but they appear in mathematic notation. Unlike dynamic expressions, static expressions are never calculated.
Insert a static expression:
- While inside a report or multiline cell, select the insert tool.
- Select Static Expression.
- Click OK.
- Type in the formula.
- Click OK.
See also:
You can refer to this file object type in any formula, macro, module, or other script in Blockpad. You can use either its name or its full path:
-
To refer to it by name, use
StaticExpression
(make sure the library Library.Docs.Objects is included with Include Libaries) - To refer to it by its full path, use
Library.Docs.Objects.StaticExpression
See also: