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

Announcements
Qlik Connect 2026! Turn data into bold moves, April 13 -15: Learn More!
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

If statement to isolate a match

Hi

I have two document with a id say Car Reg Number, I've tried different statements but can't get i right. How can i isolate all reg numbers that occurs in both documents?

So if a reg number is in sheet1 and sheet 2 isolate this number,

any tips?

thx

Theo

1 Solution

Accepted Solutions
Anonymous
Not applicable
Author

not sure what you exactly want

using exsits could get you those datasets whichexists in both dos

Doc1:

load *

resident File1

Doc2:

noconcatenate load *

resident File2

where exists (Car Reg Number)

for correct syntax please check help or provide an example  app

View solution in original post

2 Replies
Anonymous
Not applicable
Author

not sure what you exactly want

using exsits could get you those datasets whichexists in both dos

Doc1:

load *

resident File1

Doc2:

noconcatenate load *

resident File2

where exists (Car Reg Number)

for correct syntax please check help or provide an example  app

Not applicable
Author

Hi

Im new to qlikview it your tip pointed me to the answer and solved my problem. Thank you..

//Theo