Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Discussion Board for collaboration related to QlikView App Development.
Colleagues, good day!
Simple question:
Script loads first table:
Id | Field1 |
1 | A |
2 | A |
3 | A |
4 | A |
5 | A |
6 | A |
Then i must load second table but only data for those Id which are not contain in first table:
Second:
Id | Field2 |
1 | B |
2 | B |
3 | B |
4 | B |
8 | B |
9 | B |
In result i must get only:
Id | Field2 |
8 | B |
9 | B |
Thanks.