> ## Documentation Index
> Fetch the complete documentation index at: https://docs.reservesense.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Conditionals

> Learn how to show, hide, or change report template wording based on province, study class, report type, and other report details.

<iframe className="w-full aspect-video rounded-xl" src="https://www.youtube.com/embed/ApQnWYExn3I" title="Report Templates: Conditionals" frameBorder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowFullScreen />

Conditionals choose which template text appears based on the report’s data. They can omit wording that does not apply or select the right wording for a province, report type, study class, or property detail.

In the editor, conditionals appear as yellow blocks. The finished PDF contains only the wording selected for that report.

## Add a conditional

Place the cursor where the conditional wording should appear. Open the Reserve Sense menu from the R button in the editor toolbar and choose **Conditional**.

<img src="https://mintcdn.com/reservesenseltd/pmnSJCVDEevXKjEz/images/report-templates/conditionals-menu.png?fit=max&auto=format&n=pmnSJCVDEevXKjEz&q=85&s=907e9d8035a9b9cbf5e0518311c9851a" alt="Reserve Sense menu opened from the R button in the template editor, with Conditional selected" width="780" height="580" data-path="images/report-templates/conditionals-menu.png" />

Reserve Sense inserts a yellow block; select it to open **Conditional Logic**.

Every conditional starts with an **If** branch. Choose a field, comparison, and value, then enter the wording that should appear when the condition is met. Add an **Else If** branch for another case or use **Else** as the fallback when no earlier branch matches.

<img src="https://mintcdn.com/reservesenseltd/YHlcaYPOyWWZjsmp/images/report-templates/conditional-logic.png?fit=max&auto=format&n=YHlcaYPOyWWZjsmp&q=85&s=76af8d925bb46d3e493ee9f1b2dc0430" alt="Conditional Logic dialog showing a province rule that writes levies when matched and assessments in the Else block" width="1120" height="680" data-path="images/report-templates/conditional-logic.png" />

This example writes “levies” for the selected provinces and “assessments” for every other province.

You do not need to add every type of branch. Use a single **If** when wording should appear only if one condition is met. Add **Else If** or **Else** only when another version of the wording is needed.

### How Reserve Sense selects a branch

Reserve Sense checks **If** first, then each **Else If** in order. **Else** is used only when none of the earlier branches match.

Conditions added within one branch are combined with AND, so every condition in that branch must be true. Use **Add condition** when several facts must match.

For example, a branch can require **Province** to be New Brunswick and **Units (all sections)** to be 11 or more. Use separate **Else If** branches when the alternatives need different wording.

You can place [variables](/report-templates/variables) inside any branch.

## Conditional field reference

The tables below list the fields available in **Conditional Logic**, grouped as they appear in the field menu. After selecting a field, choose a comparison and either a fixed value or an available dynamic value such as **Today’s Date**.

Available comparisons depend on the field:

* List fields support **is**, **is not**, **is one of**, and **is not one of**
* Number and date fields support **is**, **is not**, **greater than**, **greater than or equal to**, **less than**, and **less than or equal to**
* Yes/no fields support **is** and **is not**

### Property

| Field                               | What it represents                                              |
| ----------------------------------- | --------------------------------------------------------------- |
| **Has Property Management Company** | Whether a property management company is selected on the report |
| **Province**                        | The property’s province or territory                            |

### Report

| Field                                  | What it represents                                                                                                    |
| -------------------------------------- | --------------------------------------------------------------------------------------------------------------------- |
| **Class of Study**                     | Ontario reserve fund study classification: Class 1, Class 2, or Class 3                                               |
| **Effective Date**                     | The report’s effective date                                                                                           |
| **Effective Date (Year)**              | Calendar year of the effective date                                                                                   |
| **End of Life (Year)**                 | End-of-life year on the report                                                                                        |
| **End of Life Date**                   | End-of-life expressed as a date for comparisons                                                                       |
| **Has AIC Candidate Member Signatory** | Whether any signatory has an AIC Candidate Member credential                                                          |
| **Number of Sections**                 | Number of legally distinct property sections in a British Columbia strata report                                      |
| **Number of Signatories**              | How many collaborators are tagged as signatories                                                                      |
| **Report Type**                        | Capital Planning Report, Contingency Reserve Fund Plan, Depreciation Report, Reserve Fund Plan, or Reserve Fund Study |
| **Signatory Credentials**              | Professional credentials held by any report signatory                                                                 |
| **Units (all sections)**               | Total units across every section                                                                                      |

### Property Section (British Columbia sectioned strata)

| Field                                         | What it represents                                                       |
| --------------------------------------------- | ------------------------------------------------------------------------ |
| **First Year Deficiency (Recommended Model)** | First-year deficiency from the recommended model for the current section |
| **Number of Funding Models**                  | How many funding models the current section has                          |
| **Units (current section)**                   | Unit count for the section being evaluated                               |

If you do not prepare sectioned strata reports, you can skip this group. See [Sectioned reports](/report-templates/sectioned-reports) for how these fields select a property section.

## Choose a text or page condition

Use **Conditional** when you need to change wording within a page. Use [Show Page Condition](/report-templates/pages#show-page-condition) when the entire page, chapter, or appendix should appear or disappear.

Next: [Add links, images, tables, charts, and signatures →](/report-templates/editor-tools)
