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: 
Anonymous
Not applicable

Exlude some rows from the file loaded

Hi All,

I am new to qliksense. I am trying to load a file which have many fields in it. There is field name by Country in which i have name of the countries and "Total" in it. While loading the data i do not want Total to get loaded in the script.

Pls help.

Regards,

Avinash

1 Solution

Accepted Solutions
sunny_talwar

May be like this

Where Country <> 'Total';

View solution in original post

6 Replies
sunny_talwar

May be like this

Where Country <> 'Total';

OmarBenSalem

Load *

from yourSource where Country<>'Total';

Anonymous
Not applicable
Author

try

Load Country,

.

.

.

.

From filename

where 1-sign(Match(Country,'Total'));

shiveshsingh
Master
Master

Hi

Load * from source where Country <> 'Total'

Anonymous
Not applicable
Author

Thanks. It worked.

oknotsen
Master III
Master III

If your question is now answered, please flag the Correct Answer (via the big "Correct Answer" button near every post) and Helpful Answers (found under the Actions menu under every post).

If not, please make clear what part of this topic you still need help with .

May you live in interesting times!