Articles in this section

How to Add Threshold Limit Lines to Charts in Bold Reports

Published:
Updated:

Bold Reports allows you to add threshold limit lines to charts to visually represent upper or lower limits for your data. Threshold lines help you monitor key performance indicators (KPIs), identify values that exceed expected limits, and improve data analysis within the Bold Reports Designer.

Step-by-Step Instructions

Step 1. Access the Dataset

  1. Open your report in the Bold Reports Designer.
  2. Navigate to the Data panel on the right side.
  3. Locate the dataset you want to modify, click the ellipsis () button, and select Fields.
    Accessing dataset fields in Bold Reports

Step 2. Create the Threshold Expression

  1. Identify the field you want to use as the threshold (for example, Limit).
  2. Click the Expression icon next to the field and select Expression.
  3. In the Expression Dialog, enter the following expression to define a static threshold value:
=IIF(True, 60, Nothing)
  1. Click OK to save the expression.

Entering the threshold expression in Bold Reports

Expression Details

Component Description
IIF(condition, valueIfTrue, valueIfFalse) Returns one value when the condition is true and another when it is false.
True Always evaluates to True, so the expression always returns the threshold value.
60 The threshold value displayed as the limit line. Replace this with your desired value.
Nothing Returns no value if the condition evaluates to False.

Step 3. Add the Threshold Field to the Chart

  1. Select the chart on the design surface.
  2. Open the Data panel.
  3. Drag the threshold field (for example, Limit) to the Y Values section.
  4. Set the Aggregate property for the threshold field to None.
    Assigning the threshold field to chart Y values

Step 4. Configure the Threshold Series

  1. Open the Properties panel for the selected chart.
  2. Under Basic Settings, enable Show Legend Box.
  3. From the Choose Series dropdown, select the threshold series (for example, Limit) and click the Edit (pencil) icon.
  4. Set the Chart Type for the threshold series to Line. This displays the threshold as a horizontal reference line across the chart.
    Editing series properties in Bold Reports

Setting the series chart type to Line

Step 5. Preview the Report

  1. Click Preview in the toolbar.
  2. Verify that the threshold limit line is displayed at the configured value (for example, 60) across the chart.
    Preview of the chart with a threshold limit line

You can download the sample report used in this article.

Related Articles

Was this article useful?
Like
Dislike
Help us improve this page
Please provide feedback or comments
Comments (0)
Access denied
Access denied