Skip to main content
FME Hub user alexbiz just uploaded a new transformer to the FME Hub.

The BRGButton transformer creates a styled HTML button component for use in BetterReportGenerator (BRG) workflows. For every incoming feature—or for each group of features when Group By is specified—it outputs a single BRGComponent feature that contains all the HTML markup and inline CSS required to render the button in the final report.

Input Ports

Port

Description

Any

Accepts any feature type and schema.

Output Ports

Port

Description

BRGComponent

Emits one BRGComponent feature per input (or per group) representing the button.

Parameters

Parameter

Type

Required

Default

Description

Button Label

Text

Text shown on the button.

URL

Text

Destination URL opened when the button is clicked.

Order

Integer

0

Determines display order inside a BRGGroup or BetterReportGenerator; lower numbers appear first.

Group By

Attribute name

(none)

If set, features sharing the same value in this attribute are aggregated into a single button component.



Would you like to know more? Click here to find out more details!
Be the first to reply!