Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ralfbecher/a76c043b16b15ef39074 to your computer and use it in GitHub Desktop.
Save ralfbecher/a76c043b16b15ef39074 to your computer and use it in GitHub Desktop.
Qlik Expression Baskets ordered by Frequency
// Baskets order by Frequency:
Concat(DISTINCT Product, ',', -Aggr(NODISTINCT Count(Product), Product))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment