Skip to main content

Multi-Row Card Component

The multi-row card component displays multiple field values from a single record in a compact labelled card. Unlike the KPI card (which is focused on one metric), the multi-row card is designed to show a rich snapshot of a single blueprint row — a project, a risk, a person, or any single record with several important attributes.

Report Forge multi-row card component


When to use

  • Key project summary card (project name, contract value, current period, status, owner).
  • Top-risk card (risk title, probability, impact, owner, target close date).
  • Milestone card (milestone name, planned date, actual date, status, narrative).
  • Supplier or subcontractor profile card.

Adding the component

  1. Open the report output in the Output Designer.
  2. Click + InsertMulti-Row Card.
  3. Position and resize the component.
  4. In the Data tab, bind a section and configure card rows.

Data binding

PropertyDescription
Source sectionThe blueprint section to read from.
Row selectorWhich row to display: First row, Last row, Row where field = value (filter), or a specific row index.
Card count (repeating mode)Bind to all rows in a repeating section to render one card per row, arranged in a grid.

Card rows

Each row in the card corresponds to one field:

PropertyDescription
LabelStatic label text (or field name by default).
Value fieldThe field to display.
Value formatInherit field type format or override.
Row styleNormal, Highlighted (shaded background), Separator (line above).
Conditional colourColour the value or the row background based on the value.
IconOptional icon beside the label.
Hide when emptySuppress the row entirely when the field has no value.

Card layout

PropertyOptions
Max rowsLimit the number of field rows shown (for compact cards).
Two-column layoutShow label and value side-by-side in two columns (default: stacked).
Column width ratioLabel column width (e.g. 40% label, 60% value).
PaddingCompact, Normal, Spacious.

Card header

PropertyDescription
Header titleStatic text, or a field-bound value used as the card heading.
Header backgroundSolid colour or gradient.
Header badgeRAG, select, or toggle field value shown as a chip in the header.
Avatar / IconOptional image field or static icon in the header.

Card grid (repeating mode)

When bound to a repeating section:

PropertyOptions
Columns1–4 cards per row.
GapSpacing between cards.
Max cardsLimit total cards shown.
Sort fieldSort cards by a field value.
FilterShow only rows matching a condition.

Border and shadow

PropertyOptions
BorderNone, or configurable border.
Border radius0–16px.
ShadowNone, Subtle, Medium, or Strong.

Export behaviour

  • PDF / Word: Each card renders as an HTML table with merged header. Grid cards are laid out in rows.
  • Excel: Each card row becomes a column in the export table. One row per card in repeating mode.