Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
sridhar423
Contributor III
Contributor III

App development

Hi All,

I have two tables.I loaded the two tables ,after concatenating i have a table that consists of Lotno and Prod.Actually Lotno 1 has two Prod A and D.But when i select  "1"  i need to get the Prod A only.if the two tables contains same Lotno priority should be given to Table1 only.

        Table1 

        

LotnoProd
1A
2B
3C

    Table2

              

LotnoProd
1D
3E
5F

Thanks

Sridhar.

3 Replies
Anonymous
Not applicable

Hi Shridhar,

Attached is a sample app for solution

sridhar423
Contributor III
Contributor III
Author

Hi Bhagirath,

I saw ur attachment but it is complex.After some trials i got the solution.

By using Exists function we can get the answer what i post in the earlier one.

try using Where not exists.

Thanks

Sridhar.

Anonymous
Not applicable

mine was one of the solutions and not the only solution.