06.01 Background to Advanced Calculations

06.01 Background to Advanced Calculations

Overview

FastClose includes a powerful calculation engine that allows you to create new values directly within your report — not just simple formulas like A = B + C, but multi‑dimensional logic that respects the shape and structure of the report.

In this section, we’ll build on the earlier Simple Calculations session and introduce more advanced concepts, including:

Before diving into these topics, it helps to understand how FastClose thinks about data and how calculations are applied across the grid.

Here is a video, or read below.

How FastClose Views the Report Grid

Every number in a FastClose grid represents the intersection of one item from every dimension in the report.

For example, consider the following report built from GL Balances:

001346de-955b-4088-919b-ec8f378e9f33

The first three columns (Department, Division, Account) are placed on the down axis, and the next columns (Year, Period, Measures) are placed on the across axis.

This means each numeric cell corresponds to a specific combination of:
Department × Division × Account × Year × Period × Measure

So the value 7,214.56 in the top row represents:

Each other number represents a different intersection of these same six dimensions.

Why This Matters for Calculations

When you reference a dimension item — e.g., Period 8 — you’re not referring to one cell.
You are referencing all cells belonging to Period 8 across all other dimensions.

In this example, Period 8 appears twice (Actual and Budget), both in 2011.
So a calculation referring to “Period 8” implicitly applies to all those cells.

One FastClose Calculation = Many Excel Formulas

A key idea:

In Excel, you would write many separate formulas.
In FastClose, you write one formula, and the engine expands it across the grid.

Imagine you want some new columns for Quarter 3 (shown in yellow) below:

38f7c6fa-1471-4969-ad15-d52d20d06737

Excel Approach

You would manually create formulas for each yellow cell, e.g.:

You’d repeat this across the entire sheet — lots of formulas, positioned correctly, and prone to copy‑paste errors over time.

FastClose Approach

You write one expression:

Quarter 3 = Period 7 + Period 8 + Period 9

FastClose automatically:

This is the core advantage:
A single calculation expression drives all the individual cell‑level results.

Where We Go Next

With that foundation, we can now move into more advanced concepts:

These advanced features build on the same idea:
FastClose generates a large number of cell‑level expressions, but you control how those expressions behave.

Summary

The key takeaway:

FastClose calculations operate across dimensions, not cell positions.
A single expression can generate many individual cell‑level results, intelligently mapped by report structure.

Understanding this mental model makes the advanced calculation concepts that follow, easier to grasp.

Powered By