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

Announcements
Qlik GA: Multivariate Time Series in Qlik Predict: Get Details
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

How to obtain rows from file and db with same id

hello, i have a problem

i have a file csv and a table and i woold obtain rows that hava the same id both in dv and file.

for example in file

i have column

COD_PDR

1

2

3

in table row i hava column

COD_PDR;ID_sTRUMENTO

1; xx

5;ttt

so i have to obtain only 1 that is in ID file and in ID table row.

i have used tinputfile and toracleBd and with map but i obtain all rows without any filter

0683p000009M4XH.png

Where is error?

thanks

Labels (1)
1 Solution

Accepted Solutions
nfz11
Creator III
Creator III

Change your Join Model to inner join, that should fix it.

View solution in original post

1 Reply
nfz11
Creator III
Creator III

Change your Join Model to inner join, that should fix it.