Skip to main content
Announcements
Have questions about Qlik Connect? Join us live on April 10th, at 11 AM ET: SIGN UP NOW
cancel
Showing results for 
Search instead for 
Did you mean: 
marco_puccetti
Partner - Creator
Partner - Creator

Drop Field

Hello, i need to drop a field of a specific Table How can i do this?

Thanks

Marco

4 Replies
Gysbert_Wassenaar

Drop Field MyField From MyTable

Next time you have a question try opening Qlikview Desktop and press the F1 key. It will open the help file. Yes, Qlikview Deskop has a help file. And it actually has answers to questions like yours too.


talk is cheap, supply exceeds demand
maxgro
MVP
MVP

from Qlik help


drop field[ s ] fieldname [ , fieldname2 ...] [from tablename1 [ , tablename2 ...]]

Both drop field and drop fields are allowed forms with no difference in effect.
If no table is specified, the field will be dropped from all tables where it occurs.

Examples:

drop field A;

drop fields A,B;

drop field A from X;

drop fields A,B from X,Y;

MayilVahanan

Hi

Try like this

Drop Field FieldName From TableName;

Thanks & Regards, Mayil Vahanan R
Please close the thread by marking correct answer & give likes if you like the post.
qlikviewwizard
Master II
Master II

For Example if you want delete MGR column from EMP table:

DROP FIELD MGR FROM EMP;