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

Announcements
Want to see what's currently in public preview? We've pulled it all together in one place. Check it out here
cancel
Showing results for 
Search instead for 
Did you mean: 
BK1312
Contributor
Contributor

Loading data

I Have 4 territory code 1,2,3,4 amongst them i didn't wanna load territory code 3 , for that what should write or coading in load editor 

please help me out........Thank you

Labels (1)
1 Reply
sidhiq91
Specialist II
Specialist II

@BK1312  Please see below the script editor that you need to use.

NoConcatenate
Temp:
Load *
where [Territory Code]<>3;

Load * Inline [
Territory Code
1
2
3
4
];
Exit Script;

If this resolves your issue, kindly like and accept it as a solution.