Table of Contents

Eaze Calculations

Worksheets support cell calculations written in Eaze — Profitbase InVision's formula language for data grids.

A calculation formula has this shape:

@<column>[<row-filter>] = <expression>;
@Amount[] = Price * Qty;

The left-hand side addresses the cell(s) to write to; the right-hand side is the expression that produces the value. Multiple statements run in order, top to bottom.

Eaze is also used in Worksheet rules — Cell Validation, Conditional Cell Read-Only, and Row/Cell Styling all use Eaze expressions for their Target and Statement fields.

Full Eaze reference

All language details, operators, functions, and Workbook context are documented in the shared Eaze reference:

Worksheet rules

Extensibility