Created
April 5, 2018 07:25
-
-
Save RobWunderlich/6ebf2e8e3a935c4ce76fecbb376a966a to your computer and use it in GitHub Desktop.
Qlik Drop field list
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
='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