Skip to main content Skip to complementary content

FieldList

Last updated: 9/2/2025

Overview

Lists the fields present in the data model viewer. Is the layout for FieldListDef.

Properties

Name Description Type
qItems Array of items

Array of NxFieldDescription

 

Example

"qFieldList": { "qItems": [ { "qIsHidden": true, "qIsSystem": true, "qName": "$Field", "qCardinal": 30, "qTags": [ "$key", "$hidden", "$system", "$ascii", "$text" ], "qSrcTables": [] }, { "qIsHidden": true, "qIsSystem": true, "qName": "$Table", "qCardinal": 7, "qTags": [ "$key", "$hidden", "$system", "$ascii", "$text" ], "qSrcTables": [] }, { "qIsHidden": true, "qIsSystem": true, "qName": "$Rows", "qCardinal": 7, "qTags": [ "$hidden", "$system", "$numeric", "$integer" ], "qSrcTables": [] }, { "qIsHidden": true, "qIsSystem": true, "qName": "$Fields", "qCardinal": 5, "qTags": [ "$hidden", "$system", "$numeric", "$integer" ], "qSrcTables": [] }, { "qName": "CategoryID", "qCardinal": 5, "qTags": [ "$key", "$numeric", "$integer" ], "qSrcTables": [ "Categories", "Products" ] }, { "qName": "CategoryName", "qCardinal": 5, "qTags": [ "$ascii", "$text" ], "qSrcTables": [ "Categories" ] }, { "qName": "Address", "qCardinal": 1, "qTags": [ "$text" ], "qSrcTables": [ "Customers" ] }, { "qName": "City", "qCardinal": 1, "qTags": [ "$text" ], "qSrcTables": [ "Customers" ] }, { "qName": "ContactName", "qCardinal": 1, "qTags": [ "$text" ], "qSrcTables": [ "Customers" ] } ] }

In this example:

  • $Field, $Table, $Rows, $Fields are system tables.
  • CategoryID is a field in the tables Categories and Products.
  • CategoryName is a field in the table Categories.
  • Address, City and ContactName are fields in the table Customers.
  • qCardinal gives the number of distinct field values.

Did this page help you?

If you find any issues with this page or its content – a typo, a missing step, or a technical error – please let us know!