groupByInfo - How can I filter records based on frequency or position in the output table?

Réponse

You can use `maxFrequency` (alias `maxFreq`) to include records with _Frequency_ less than or equal to a specified number, `minFrequency` (alias `minFreq`) for records with _Frequency_ greater than or equal to a specified number, `maxPosition` (alias `maxIIG`) for records with _Position_ less than or equal to a specified number, and `minPosition` (alias `minPos`) for records with _Position_ greater than or equal to a specified number.
Did this answer help you?