Common Parameter: displayTables

CASL Syntax

displayTables={
caseSensitive=TRUE | FALSE,
exclude=TRUE | FALSE,
excludeAll=TRUE | FALSE,
keyIsPath=TRUE | FALSE,
names={"string-1" <, "string-2", ...>},
pathType="LABEL" | "NAME",
traceNames=TRUE | FALSE
}

Parameter Descriptions

caseSensitive=TRUE | FALSE

when set to True, filtering of the results table names for display is case-sensitive.

Default FALSE
exclude=TRUE | FALSE

when set to True, suppresses display of the results tables that are specified in the names parameter.

Default FALSE
excludeAll=TRUE | FALSE

when set to True, suppresses display of all results tables.

Default FALSE
keyIsPath=TRUE | FALSE

when set to False, the results table key is just the table name. By default, the key is the entire path.

Default TRUE
names={"string-1" <, "string-2", ...>}

specifies a list of quoted results table names to display on the client.

Requirement The specified values must be unique.
pathType="LABEL" | "NAME"

specifies whether the path for results table keys consists of group names or group labels.

Default NAME
traceNames=TRUE | FALSE

when set to True, logs the results table names in the client journal.

Default FALSE

Lua Syntax

displayTables={
caseSensitive=true | false,
exclude=true | false,
excludeAll=true | false,
keyIsPath=true | false,
names={"string-1" <, "string-2", ...>},
pathType="LABEL" | "NAME",
traceNames=true | false
}

Parameter Descriptions

caseSensitive=true | false

when set to True, filtering of the results table names for display is case-sensitive.

Default false
exclude=true | false

when set to True, suppresses display of the results tables that are specified in the names parameter.

Default false
excludeAll=true | false

when set to True, suppresses display of all results tables.

Default false
keyIsPath=true | false

when set to False, the results table key is just the table name. By default, the key is the entire path.

Default true
names={"string-1" <, "string-2", ...>}

specifies a list of quoted results table names to display on the client.

Requirement The specified values must be unique.
pathType="LABEL" | "NAME"

specifies whether the path for results table keys consists of group names or group labels.

Default NAME
traceNames=true | false

when set to True, logs the results table names in the client journal.

Default false

Python Syntax

displayTables={
"caseSensitive":True | False,
"exclude":True | False,
"excludeAll":True | False,
"keyIsPath":True | False,
"names":["string-1" <, "string-2", ...>],
"pathType":"LABEL" | "NAME",
"traceNames":True | False
}

Parameter Descriptions

"caseSensitive":True | False

when set to True, filtering of the results table names for display is case-sensitive.

Default False
"exclude":True | False

when set to True, suppresses display of the results tables that are specified in the names parameter.

Default False
"excludeAll":True | False

when set to True, suppresses display of all results tables.

Default False
"keyIsPath":True | False

when set to False, the results table key is just the table name. By default, the key is the entire path.

Default True
"names":["string-1" <, "string-2", ...>]

specifies a list of quoted results table names to display on the client.

Requirement The specified values must be unique.
"pathType":"LABEL" | "NAME"

specifies whether the path for results table keys consists of group names or group labels.

Default NAME
"traceNames":True | False

when set to True, logs the results table names in the client journal.

Default False

R Syntax

displayTables=list(
caseSensitive=TRUE | FALSE,
exclude=TRUE | FALSE,
excludeAll=TRUE | FALSE,
keyIsPath=TRUE | FALSE,
names=list("string-1" <, "string-2", ...>),
pathType="LABEL" | "NAME",
traceNames=TRUE | FALSE
)

Parameter Descriptions

caseSensitive=TRUE | FALSE

when set to True, filtering of the results table names for display is case-sensitive.

Default FALSE
exclude=TRUE | FALSE

when set to True, suppresses display of the results tables that are specified in the names parameter.

Default FALSE
excludeAll=TRUE | FALSE

when set to True, suppresses display of all results tables.

Default FALSE
keyIsPath=TRUE | FALSE

when set to False, the results table key is just the table name. By default, the key is the entire path.

Default TRUE
names=list("string-1" <, "string-2", ...>)

specifies a list of quoted results table names to display on the client.

Requirement The specified values must be unique.
pathType="LABEL" | "NAME"

specifies whether the path for results table keys consists of group names or group labels.

Default NAME
traceNames=TRUE | FALSE

when set to True, logs the results table names in the client journal.

Default FALSE
Last updated: November 23, 2025