Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Want to see what's currently in public preview? We've pulled it all together in one place. Check it out here
cancel
Showing results for 
Search instead for 
Did you mean: 
nag78936
Contributor III
Contributor III

UNWANTED FIELD

Interview question:

what is the tool that we are going to use for removing unwanted fields.

Labels (6)
1 Reply
brunobertels
Master
Master

Hi 

In script just add 

Load 

A,

B,

C, 

From ..... ; 

drop field A ;

Syntaxe is Drop Field X From TableY ;