Skip to main content Skip to complementary content

System fields

In addition to the fields extracted from the data source, system fields are also produced by Qlik Sense. These all begin with "$" and can be displayed like ordinary fields in a visualization, such as a filter pane or a table. System fields are created automatically when you load data, and are primarily used as an aid in app design.

Available system fields

The following system fields are available:

Field Description Can be manipulated in the script
$Table Contains all tables that are loaded. No
$Field Contains all fields in the tables that are loaded. No
$Fields Contains the number of fields in each table. No
$FieldNo Contains the position of the fields in the tables. No
$Rows Contains the number of rows in the tables No

Using system fields in a visualization

System field data is associated. For example, if you add two filter panes, one with $Table and one with $Field, if you select a table, the $Field filter pane will show the fields in the selected table as possible values.

System fields are not included in field lists in the assets panel or in the Expression editor. If you want to use a system field, you need to reference it by typing it manually.

Example: In a dimension in the assets panel

=$Field

Example: In the expression editor

$Field

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 – let us know how we can improve!