Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Delete a field

Hello,

Actually I tried to manage my database and I wanted to know how can I delete an entire field.

Header 1Header 2Header 3

Field 1

User 1PWD 1
Field 2User 2PWD 2
Field 3user 3PWD 3

If I delete Field 2:

Header 1Header 2Header 3
Field 1User 1PWD 1
Field 3User 3PWD 3

Regards

12 Replies
veidlburkhard
Creator III
Creator III

The difference is I loaded a html file whereas you tried to load a qvd file. So you have to tell the wizard accordingly...

qlikviewwizard
Master II
Master II

Hi KennyHua

We can not delete any field from data model. But we can do following:

1. We can not select the field in SELECT statement

2. We can comment the field

3.We can use DROP Field FieldName from TableName statement.

Hope this will help you.

qlikviewwizard
Master II
Master II

Hi KennyHua

Please close the thread by selecting Correct Answer if you the answer. Thank you.