Skip to main content

How to Display Related Fields in WeDa Data List

In WeDa, the data list is one of the primary methods for displaying data. If you wish to show related fields in the data list, you can follow the steps below.

Method 1

Quickly reference fields to be displayed from associated models in the expression popup window. image.png

Method 2

Expression format for displaying associated model fields:

$w.item_listView1['@primary model association field'].v1.record.associated model field

Primary Model Field: The field in the data model configured for the data list that associates with another model.

Associated Model Field: For the associated data model, enter the field you wish to display.