Skip to content
  • There are no suggestions because the search field is empty.

How to Show/Hide Details in Banded Reports

How to Optionally Include Detail Pages in a Report

This article explains how to add a parameter to a banded report template that allows detail pages to be optionally included when the report is run.


Open the Report Designer

  1. In DESTINI Cloud, open an Estimate (any estimate; it does not matter which).

  2. Navigate to the Home View.

  3. In the main Ribbon, click New Report…

    1. The Report Designer will be launched.

Screenshot 2026-04-23 103140

 


Open the Report Template File

  1. In the Report Designer, click the Open button.

  2. Navigate to the location of the report template file (.repx) that you want to modify.

Screenshot 2026-04-23 103811


Open the Field List

  1. On the right side of the screen, locate the Report Explorer.

  2. Using the tabs, switch to Field List.

Screenshot 2026-04-23 104556


Add a Report Parameter

  1. At the bottom of the Field List, right-click Parameters.

  2. Select Add Parameter…

Screenshot 2026-04-23 104652


Configure the Parameter

In the Add New Parameter window, configure the following values:

  1. Name:  IncludeDetailPages

  2. Description: Include Detail Pages

  3. Type: Boolean

  4. Default value: Yes

  5. Click OK.

Screenshot 2026-04-23 110703

Open the Report Explorer

  1. On the right side of the screen, locate the Field List.

  2. Using the tabs, switch to Report Explorer.

Screenshot 2026-04-23 104934


Select the Detail Page

  1. In the Report Explorer, search for and select Details_ScopeOfWork.

Screenshot 2026-04-23 105353


Update the Visibility Property

  1. On the right side of the screen, locate the Properties panel.

  2. Open the Expression Editor for the Visibility property:

    1. In the Properties panel, click the Gears (Behavior) tab.

    2. Locate the Visible property.

    3. On the right side of the Visible field, click the Function button.

Screenshot 2026-04-23 110123


Modify the Visibility Expression

  1. In the Expression Editor window, append the following to the existing formula:

    1. AND ?IncludeDetailPages

  2. Click OK.

Recording 2026-04-23 140529


Save and Run the Banded Report

  1. Save the banded report.

  2. Run the report in DESTINI Cloud: Estimator and change the Parameter toggle to test that the Details page shows and hides when appropriate.

Screenshot 2026-04-23 124044


Suggest an Improvement to this Article