Add Column
Add columns in Infobridge
Use transformation commands on the Transform ribbon to create calculated measures, dimensions, split columns, and conditional columns. These transformations enrich bridge data without modifying the source report and cascade to downstream reports.
Open transformation commands
After creating a bridge, open the Transform tab to access data transformation options.
The Transform ribbon provides these commands:
Add Measure
Add Dimension
Split Column
Conditional Column

Add a measure
Use Add Measure to create calculated measures with expressions and built-in functions.
The following example creates a measure named Gross Profit Margin (%) that calculates profit as a percentage of sales.
On the Transform ribbon, select Add Measure.
Enter Gross Profit Margin (%) as the measure name.
Select Formula.
Enter the following expression:
Select Apply.

The new measure appears in the bridge and is available for reporting and other transformations.

Add a dimension
Use Add Dimension to create new dimensions with expressions and conditional logic.
The following example creates a Profit Rating dimension that categorizes records based on profit values.
On the Transform ribbon, select Add Dimension.
Enter Profit Rating as the dimension name.
Create a CASE expression that evaluates profit ranges and returns a category.
Select Apply.
Example logic:

The new dimension appears in the bridge.

Split a column
Use Split Column to divide a dimension into multiple dimensions with a delimiter or character position.
The following example splits the comma-separated values in the Market & Geography column into separate columns.
On the Transform ribbon, select Split Column.
Select Market & Geography as the target column.
Select By delimiter as the split type.
Enter a comma (
,) as the delimiter.Select Apply.

The transformation creates separate columns for each value segment.

Add a conditional column
Use Conditional Column to create values based on business rules and conditions.
For example, a conditional column can categorize records into risk levels, regions, business segments, or other classifications.
Example: Categorize debt-to-equity ratios
The following example categorizes debt-to-equity ratios into risk levels.
2.5
Moderate Risk
1.8
Low Risk
3.0
High Risk
Example: Assign tax and shipping rates
The following example assigns tax rates and shipping rates based on region.
North America
20%
50
Europe
15%
70
Asia
12%
60
Africa
8%
40
Create a conditional column
Use conditional logic to create a Global Market column based on country values.
Canada
NAMER
France
EMEA
Germany
EMEA
Mexico
LATAM
United States of America
DOMESTIC
On the Transform ribbon, select Conditional Column.
Enter Global Market as the column name.
Configure the required conditions and output values.
Optionally define a default value in the Else section.
Select Apply.

The new conditional column appears in the bridge.

Last updated
Was this helpful?