DynamicExpression
File Object Type |
A Dynamic Expression contains formulas inside of a report.
With dynamic expressions, you can name values, perform calculations, and reference values inside of a report. Formulas are typed in like in a spreadsheet, but they appear in mathematic notation.
Insert a dynamic expression:
- While inside a report or multiline cell, type in an equals sign.
- Type in the formula.
- Press the enter key.
Another option:
- While inside a report or multiline cell, select the insert tool.
- Select Dynamic 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
DynamicExpression
(make sure the library Library.Docs.Objects is included with Include Libaries) - To refer to it by its full path, use
Library.Docs.Objects.DynamicExpression
See also: