Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Join validation

Dear All,

I have 2 table and I don't have any primary key between both the tables...

And its must to join both the table in this way by which I get correct validation result...

Please find the attached files for details..

I want salary should come correct after joining...

Please reply..

Rahul

4 Replies
tresesco
MVP
MVP

This is how join works. To get your desired result, just keep the tables associated (No join).

anbu1984
Master III
Master III

Try this

=Sum(Aggr(Max(DISTINCT Salary),ID))

Anonymous
Not applicable
Author

in the expression:

Sum(Aggr(Salary, NAME))

Not applicable
Author

If you do not have any business rule on which these 2 table will be joined, then there is no way to get the expected results.

I would request you to redefine the way you want to link these tables.

Thanks,

Singh