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

Announcements
Join us in Toronto Sept 9th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

drop field issues!

Hi all,

Can I put a drop field statement anywhere within my load statement?

I tried simply writing: drop %StartDate from CR;

I also tried: drop field[%StartDate] FROM [CR];

both seem to be in line from what I see in the reference manual but I get an unknow statement error?

Anyone have any ideas?



1 Reply
biester
Specialist
Specialist

Try

drop field %StartDate ... ;

Rgds,
Joachim