Text editor
The Label Widget can be configured like any rich text editor, with font type, size, style, color, alignment, bullet lists, hyperlinks, …
Label Parameters
The text content can include placeholders that will be replaced by Parameter values, see Label Parameters
Data Values
All data needed in the label can be bond from the data source.
You can bind as much field from your data source in your widget and use them with the placeholders to get the data displayed :
If you set an aggregation to your field, you will have to set it in your label placeholder: {{:Aggregation( FieldName )}}
Example: {{:Avg( Price )}}
Using the Aggregation Value you will have to write the placeholder without Aggregation : {{:FieldName}}
Example: {{:Price}}
The placeholder will be replaced by the corresponding field value depending on where the user clicked on the widget at runtime.
In case you wan to use unformated data, you can replace : with !
You can use format option in the right menu to format the data you get. (i.e. number of digit for numeric value)
All results will be displayed in a comma seperated text.
Post your comment on this topic.