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

Announcements
See why IDC MarketScape names Qlik a 2025 Leader! Read more
cancel
Showing results for 
Search instead for 
Did you mean: 
user-azadi
Contributor III
Contributor III

Remove some Null column in Transformation wizard

Hi ....

How we can remove many Null column (with no header)  in Transformation with condition delete option alltogether , and can we do it in edit script ?

for example i have excel file that contains 20 column with Null value and no header.

1 Solution
8 Replies
prma7799
Master III
Master III

This can do from using "Enable Transformation Step"


Go to >> Enable Transformation Step >> Select column which you want to delete >> condition >> write your condition here.

avinashelite

if its a one time load then I prefer to do it manually ..if its changing dynamically ? then shall the sample files will check and let you know the solution

Anil_Babu_Samineni

There is option called PopUp() to remove blank data and Columns too while loading.

Best Anil, When applicable please mark the correct/appropriate replies as "solution" (you can mark up to 3 "solutions". Please LIKE threads if the provided solution is helpful
user-azadi
Contributor III
Contributor III
Author

plz tell me what expression condition i must writ in Condition Delete?

prma7799
Master III
Master III


Try like this


Go to >> Enable Transformation Step >> Select column which you want to delete >> compare with value >>Lenght is >> add


steps.png

user-azadi
Contributor III
Contributor III
Author

Yes changing dynamically,

here is sample file...

user-azadi
Contributor III
Contributor III
Author

Thanks for your answer , but this option just delete one column with condition.i want delete all Null column immediatly.