Skip to main content

Progress Bar Component

The progress bar component renders a horizontal or vertical bar that shows current progress toward a target value. Use it for completion percentages, unit throughput, headcount fill rates, or any metric where visualising the gap to target matters.

Report Forge progress bar component


When to use

  • Overall project completion % vs planned completion %.
  • Quantity installed vs quantity required.
  • Document submission count vs contract obligation.
  • Resource fill rate vs required headcount.

Adding the component

  1. Open the report output in the Output Designer.
  2. Click + InsertProgress Bar.
  3. Position and resize the component.
  4. In the Data tab, bind value, target, and optional threshold fields.

Data binding

PropertyDescription
Source sectionBlueprint section containing the value and target fields.
Current value fieldNumeric, currency, or percent field for current progress.
Target value fieldNumeric field for the 100% target (or the plan value for this period).
Planned value fieldOptional — show a separate planned marker on the bar.
Label fieldOptional — field for the bar label (shown left of the bar).

Layout

PropertyOptions
OrientationHorizontal (default) or Vertical.
Bar height8–40px for horizontal; 20–200px wide for vertical.
StackedBind to a repeating section to render one bar per row (stacked bar list).
Sort (stacked)Sort stacked bars by value, label, or field.
Max rows (stacked)Limit bars shown (e.g. top 10).

Value display

PropertyOptions
Show current valueShow value text inside or beside the bar.
Show target valueShow target value at the right end of the track.
Value formatPercent, number, currency.
Planned markerVertical tick mark on the bar track at the planned value position.

Colour and zones

PropertyOptions
Bar colourStatic, or conditional on value range.
Threshold colouringDefine break points (e.g. < 60% = Red, 60–80% = Amber, > 80% = Green).
Track colourBackground track colour (default: light grey).
Planned marker colourColour of the planned value tick (default: dark grey).

Label and caption

PropertyDescription
TitleStatic or field-bound title above the bar.
Value label"X of Y" or "X%" format.
DeltaShow change vs prior period (e.g. "+3% since last report").
Status badgeOptional RAG or toggle badge beside the bar.

Export behaviour

  • PDF / Word: Renders as a filled rectangle; all colour zones are preserved.
  • Excel: Embedded as a static image; the underlying value and target are exported as a separate row.