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 RobWunderlich/6ebf2e8e3a935c4ce76fecbb376a966a to your computer and use it in GitHub Desktop.
Save RobWunderlich/6ebf2e8e3a935c4ce76fecbb376a966a to your computer and use it in GitHub Desktop.
Qlik Drop field list
='DROP FIELD'
& chr(10)
& concat({<[Field Is Used]={N}>} DISTINCT '[' & FieldName & ']', ',' & chr(10))
& chr(10) & ';'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment