Skip to content

Instantly share code, notes, and snippets.

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