Skip to main content

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 Mon, 05/09/2022 - 14:13

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.