What are the options for generatedColumns in simple.groupByInfo?

1 vues

Réponse

The `generatedColumns` parameter (alias `genCols`) allows you to specify which generated columns to include in the output table. Options include 'ALL', 'CUMFREQ', 'F', 'FREQUENCY', 'GROUPID', 'NONE', and 'POSITION'. These values must be unique.
Did this answer help you?
groupByInfo

simple

See technical action