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.
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.
Similar Issues
- What are the methods for displaying related fields in the WeDa data list?
- What is the expression format for displaying related fields in the WeDa data list?
- How to quickly reference associated model fields for data list display in WeDa?
- What is the primary model field in the display of associated fields in the WeDa data list?
- How to fill in the associated model field for display in the WeDa data list?
- Can the data list in WeDa display fields from associated models?
- Is there a shortcut to display related fields in the WeDa data list?
- What does each part in the expression for related fields in the WeDa data list represent?
- How to display related fields in the data list using expressions in WeDa?
- How to set up the WeDa data list to display associated fields?