First bind the data. Click anywhere on the ThingList Element
to select it. Then go to Properties and open a Query Designer by clicking on cogs.

In the Query Designer select /Things entity set. Then expand associations to all displayed sets. Then click OK.
A dialog “A template will be created from selected control…” will be displayed. Click OK
Now bind columns to data values. Select the first thing list column element (with element id __column0
) and change its Text value from Row 0 Column 1
to {ThingId}
. You can do it using a data binding dialog.
Repeat the same for the thing list column element from the second column (with element id __column1
). Change its Text value to {ThingName}
.
Repeat the same for the third column changing its Text to {DYN_ENT_sap_iotaehandson2_computeriotdevice__Default/Default.common_name}
. That’s the common name property from the associated Default
properties set. The easiest is to do this using the dialog for the text’s data binding.

Next change column names to ID
, Name
and Common name
.

Next define the action of the chart refresh when another thing is selected from the list. Click on the higher element ThingList
, then Actions and open Action Configuration dialog for the Row Select action.

Select doReload
action with the thing
context. Click OK
