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

Please help on this Requirement

Hi

i have requirement some thing like

Table 1 contain Dept id 101,102,103,104,105 and other fielsd

Table 2 Contains Emp id 101,102,103

my requirement is i need to get common fields from both the tables but should not use innerjoin

7 Replies
sunny_talwar

Can you share a sample with expected output?

oknotsen
Master III
Master III

Consider using the KEEP function.

http://help.qlik.com/sense/2.1/en-US/online/#../Subsystems/Hub/Content/Scripting/ScriptPrefixes/Keep...

May you live in interesting times!
Not applicable
Author

This Requirement has to get with only conditions not with keep and joins 

sathishkumar_go
Partner - Specialist
Partner - Specialist

Dept id and Emp Id have 2 different fields and having same values.

Common fields based on the field name or value?

Please explain ur requirement briefly?

-Sathish

Not applicable
Author

here tables are associated with other field 

i have requirement some thing like

Table 1 contain Dept id 101,102,103,104,105 and other fields

Table 2 Contains Emp id 101,102,103

i need to get the data Emp id Dept id =Emp id

oknotsen
Master III
Master III

What makes "keep" not a condition?

May you live in interesting times!
Anonymous
Not applicable
Author

Would Where Exists() help ?