What this article covers: How to customise the Balance Sheet in BrizoConsol — overriding the system report directly, building a custom rows/columns layout, and converting to a cell-based report. Includes examples of common row types and cell bindings.
The default Balance Sheet is a system report — generated automatically from your mapped accounts and available the moment your data is connected. It shows closing balances by default (not movements). You can leave it exactly as it is, or customise it in three ways:
1. Overriding the System Balance Sheet
Open Reports → Balance Sheet and click the Customise button in the top-right corner. The report editor opens with the current rows pre-loaded — add, remove, or reorder rows, then save. The saved layout replaces the system default for your organisation.
To go back to the original at any time, click Restore Default in the editor. This removes your override and restores the system-generated Balance Sheet.
2. Row Types
Whether you are overriding the system Balance Sheet or building a custom report, you construct the layout row by row. Seven row types are available:
3. Row Examples
Adding a Net Assets line
Add a Formula row after your Total Assets and Total Liabilities rows:
BrizoConsol calculates the result for every period column automatically using closing balance values.
Adding a Debt to Equity ratio
Add a Formula row after your liabilities and equity rows:
Adding a KPI row
Add a KPI row anywhere in the report. Select the metric from the picker — for example Current Ratio or Quick Ratio. The row pulls from BrizoConsol's built-in KPI engine and updates with every data sync.
Adding a Label row as a heading or spacer
Add a Label row between sections. Type your heading text — for example NON-CURRENT ASSETS — or leave it blank for a spacer line. No data appears in the period columns; it is layout only.
4. Converting to a Cell-Based Report
A Cell-based report gives you a blank spreadsheet canvas inside BrizoConsol. Every cell can hold static text, an Excel-style formula, or a live binding to financial data. When linked to the system Balance Sheet, it opens in place of the default report for your organisation.
Use a Cell Report when you need a layout the rows/columns format cannot achieve — for example, a management balance sheet with side-by-side entities, or a board pack format with custom groupings.
To create one, go to Reports → Custom → New Report and choose Cell-based. Alternatively, choose BrizoBuilder to describe the report in plain language and get an editable cell-based draft. Once saved, you can link the Cell Report to the system Balance Sheet so it opens as the default view.
5. Cell Binding Examples
Bind a cell to a Balance Sheet section total
Click a cell, then in the Cell Inspector set the cell type to Financial data. Configure the binding:
The cell shows the live closing balance for that section and updates automatically with every data sync.
Bind a cell to a specific Balance Sheet account
Set Data source to Balance sheet and Detail to Account. Search for and select the account from your chart of accounts. The cell shows the individual account closing balance for the selected period.
Bind a cell to a financial statement total
To pull BrizoConsol's own calculated Total Assets or Total Equity figure into a single cell, set Data source to Financial statement total and select the relevant total line. This is useful for summary tiles and board pack dashboards.
Side-by-side entity comparison
To compare two entities in the same report, bind each row in column B to Entity A and the same rows in column C to Entity B. Add a formula column D with =B-C for the variance. Link the Entity field to a header cell — change one cell and the whole column switches entity automatically.