Label
This is used to display text strings on a Dashboard. This Component can be used with Mobile and Application Dashboards.
Formatting
Text (use {1}, {2} for Data Table Cells) (Label Component Only)
The text to display in the Label. Use {1}, {2} to reference cells from the associated Data Adapter’s Data Table.
Example: Sales and Profit for |!EntityParam!| are {1} and {2}
Tool Tip
The text to display when a user’s mouse hovers over the Component.
Display Format
The formatting assigned to the control. See Component Display Format Properties
Data Table Cells from Adapter
Number of Data Table Cells
Specify the Data Table Cells available for display if the Label Component is being used, or to determine which State to display if the State Indicator Component is being used.
The following properties become available if a number is specified in the Data Table Cells field.
Data Row Selection Type
This specifies how the data cell row from the attached Data Adapter is identified and passed into the Label placeholder.
First Row
The specified row is the first row of data from the Data Adapter.
Row Index (0-based)
The row is specified by entering the row number in the Key Column Value or Row Index field. This selection uses 0-base row numbering where the first row is identified as row 0. (e.g., if there are six rows returned in the Data Adapter, enter 5 to get the last row)
Key Column Name and Value
The row is specified by querying the attached Data Adapter. Enter the column name to search in the Key Column Name field and enter the string/value to search in the Key Column Value or Row Index field. The row where the value is found will be the specified row.
Key Column Name
This property is only available when Key Column and Value is selected for the Data Row Selection Type. Enter the column name to search.
Key Column Value or Row Index
This property is only available when Row Index (0-based) or Key Column Name and Value is selected for the Data Row Selection Type. Enter the Key Column value/string to search or enter the Row Index Number.
Result Column Name
Enter the column name to return to the Label placeholder.
Number Format
The formatting applied to a value returned to the label placeholder if a string is not returned.
Logo
This is used to display a logo on a Dashboard. This Component can be used with Mobile and Application Dashboards.
Formatting
See Label