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

Announcements
Join us in NYC Sept 4th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
Satish251
Partner - Contributor II
Partner - Contributor II

Removing Null Value Data Wile Loading as Load *

Hello Everyone,

Hope all of you are safe and in good health.

I would like to know that suppose I have a Data Sheet with 10 Fields (A, B, C, D, E, F, G, H, I, J) (Just an Example) and among those 10 fields suppose Field C & Field H have Null values So when I write the command

Load * , wanted to know the condition to be applied so that the Fields C & H are not loaded itself in the Data Load Editor (Qlik View).

Thanks in Advance.

Regards,

Satish Rathod

Labels (2)
1 Reply
MayilVahanan

Hi

If you want to ignore the field, you can remove from the data model.

Ie. instead of *, mention the field names which need to load in the datamodel like below

Load A, B, D, E, F, G, I, J from urexcelsheet;

 

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