Add a status indicator column to a table
About this task
Applies to: TBM Studio 12.0 and later
In tables in reports, you can add status indicators that use color icons to provide information about values in a column. In the following image, the status indicators in the CPU Status column provide information about the values in the Avg CPU Util column. The indicators can be keyed to value ranges. For example, a green arrow points up for a server with CPU utilization above 65%, a yellow arrow points to the right for CPU utilization above 50%, and a red arrow points down for CPU utilization below 50%.
Icons generated by the Icon function
The status icons are generated by the following function:
=Icon(["icon_type"],conditional_expression,conditional_expression+)
Icon Type | Expressions and Results |
---|---|
redcircles |
Expression 1: red circle Expression 2: pink circle |
3colorcircles |
Expression 1: green circle Expression 2: yellow circle Expression 3: red circle |
3arrows |
Expression 1: up arrow Expression 2: right arrow Expression 3: down arrow |
3arrowsinv |
Expression 1: up arrow Expression 2: right arrow Expression 3: down arrow |
4arrows |
Expression 1: up arrow Expression 2: up-right arrow Expression 3: down-right arrow Expression 4: down arrow |
4arrowsinv |
Expression 1: up arrow Expression 2: up-right arrow Expression 3: down-right arrow Expression 4: down arrow |
5arrows |
Expression 1: up arrow Expression 2: up-right arrow Expression 3: right arrow Expression 4: down-right arrow Expression 5: down arrow |
5arrowsinv |
Expression 1: up arrow Expression 2: up-right arrow Expression 3: right arrow Expression 4: down-right arrow Expression 5: down arrow |