How to specify an input table for group-by analysis?

1 vues

Réponse

The 'groupbyTable' parameter specifies an input table that contains the groups to use in a group-by analysis. It can be specified with 'name' (required), 'casLib', 'dataSourceOptions', 'importOptions', and 'where'. Its long form is 'groupbyTable={name="table-name"}' and shortcut form is 'groupbyTable="table-name"'.
Did this answer help you?
groupByInfo

simple

See technical action