groupByInfo - What are the options for generatedColumns in simple.groupByInfo?

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?