What this article covers: How to customise the Cash Flow report 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 Cash Flow report in BrizoConsol is a system report — generated automatically from your mapped accounts. Depending on your accounting standard it may be labelled Statement of Cash Flows or Cash Flow Statement. It shows cash movements across Operating, Investing, and Financing activities as defined in your chart of accounts mapping. You can customise it in three ways:
1. Overriding the System Cash Flow
Open Reports → Cash Flow (or Statement of Cash Flows, depending on your accounting standard) 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 Cash Flow report.
2. Row Types
Whether you are overriding the system Cash Flow or building a custom report, you construct the layout row by row. Seven row types are available:
3. Row Examples
Adding a Net Cash Flow line
Add a Formula row after your Operating, Investing, and Financing activity rows:
BrizoConsol calculates the result for every period column automatically.
Adding a Free Cash Flow line
Add a Formula row after your Operating Activities and Capital Expenditure rows:
Adding a KPI row
Add a KPI row anywhere in the report. Select the metric from the picker — for example Operating Cash Flow or Net Cash Flow. 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 INVESTING ACTIVITIES — 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 Cash Flow, 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 cash flow with commentary columns, side-by-side entity comparison, or a board pack table with custom formatting.
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 Cash Flow so it opens as the default view.
5. Cell Binding Examples
Bind a cell to a cash flow account
Cash flow data is accessed through the Trial balance data source. Click a cell, set the cell type to Financial data, and configure the binding:
The cell shows the live movement figure for that account and updates automatically with every data sync.
Bind a cell to a financial statement total
To pull a calculated total — such as Net Cash Flow — into a single summary cell, set Data source to Financial statement total and select the relevant total line. This is useful for summary tiles and executive dashboards.
Write a formula across bound cells
Once Operating Cash Flow is bound in cell B2 and Capital Expenditure in B3, click B4 and type =B2-B3 to get Free Cash Flow. BrizoConsol resolves the live values of both cells before calculating.
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.