outputTableOptions={outputTableOptions}

0 vues

Réponse

specifies options for result tables. You can specify which result tables the server returns and how group-by results are handled.

Alias
tblOpts
The outputTableOptions value can be one or more of the following:
forceTableReturn=TRUE | FALSE
when set to True, result tables are returned to the client even if the output is also saved as an output table.

Default
FALSE
tableNames={"string-1" <, "string-2", ...>}
specifies the names of result tables to generate. By default, all result tables are returned.

Alias
outputTables
Did this answer help you?
impute

dataPreprocess

See technical action