which function can do the same thing as seekv

2 posts / 0 new
Last post
mmartinezj
Offline
Joined: 05/06/2022 - 14:31
which function can do the same thing as seekv

which function can do the same thing as seekv, I have two databases and I want to lookup a value in one and return it in the other. tks

Brian Element's picture
Brian Element
Offline
Joined: 07/11/2012 - 19:57

If it is just one item you are looking for then you probably just want to do an extraction or a filter on that one item.  If you have multiple items then you probably want to do a join where you have a file with the items you want to look-up and you match them with the file you want to extract them from and you do a join with matches only.