Skip to main content
Announcements
Join us at Qlik Connect for 3 magical days of learning, networking,and inspiration! REGISTER TODAY and save!
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.