Formula Output Preview

This article explains formula output preview in the Model Reef Formula editor.

You will learn:

  • What the preview shows.

  • How to use it to validate your formulas.

  • How it fits into the wider modelling workflow.

The preview gives a quick visual check before you commit formula changes.


What the preview displays

The formula preview usually shows:

  • A basic chart or small table of the resulting time series.

  • Key metadata about the series, such as its type or approximate range.

  • Any warnings related to extreme values or unusual patterns.

It is not a full report, but a focused view to help verify correctness.


When the preview updates

The preview updates when:

  • The expression is syntactically valid.

  • All references resolve to known variables or drivers.

As you edit the formula:

  • The preview updates automatically after each valid change.

  • If the formula becomes invalid, the preview may disappear until you fix the error.

This encourages an iterative edit-and-check workflow.


Using the preview to validate logic

You can use the preview to check:

  • Whether the general shape of the series matches expectations (for example growth, seasonality or step changes).

  • Whether the magnitude of values appears sensible.

  • Whether there are unexpected spikes or drops.

If the preview does not match your mental model of the series, revisit the formula or the drivers it uses.


Limitations of the preview

The preview is not intended to:

  • Replace full inspection of P&L, Balance Sheet and Cashflow.

  • Show every detail of the series across long horizons.

  • Provide multi-scenario comparisons.

After saving a formula, you should still confirm its impact in core financial statements and key dashboards.


Workflow with previews

1

Open the Formula editor

Open the Formula editor for a variable.

2

Compose or adjust the formula

Compose or modify the expression you want to use.

3

Watch the preview

Watch the preview to ensure the resulting series looks right.

4

Save the formula

Save the formula when you are happy with it.

5

Confirm broader impact

Check financial statements and dashboards in the scenario to confirm the broader impact.

Using the preview as an early check helps catch issues before they ripple through the model.


Last updated