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 specific placeholders to get the data displayed : {{:value_x}}
where x is the field number.
i.e : If you add 3 fields and want to display the third one, you will write in the text editor : {{:value_3}}
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.