How to Display Bold Text in Grid Widget Using Expressions in Bold BI
Published:
Overview
To display text in bold within a Grid widget, you can use a simple expression. This allows you to format specific columns to enhance visibility and emphasis.
Steps to Achieve Bold Text
-
Open the Grid Widget: Navigate to the grid widget where you want to apply the bold text formatting.
-
Create a Following Expression: Create a expression below in the ‘Add Expression’ in the dashboard designer.
Concat('<b>', [ColumnName], '</b>')
Replace [ColumnName] with the actual name of the column you wish to format.
- Assign Expression column: Assign the expression column to the grid widget to ensure the text appears in bold as intended.
Example
- Expression:
Concat('<b>', [name], '</b>')will display the name in bold.