Skip to content

Filtering with a column in another table #6388

Answered by janezd
zikook asked this question in Q&A
Discussion options

You must be logged in to vote

Can you add another, dummy column to table 1? For instance, add x whose values is always 1. Or whatever.

Then you can use Merge Data; pass table 2 as Data and table 1 as Extra Data. Column x will contain 1 for those rows in table 2 that are matched by table 1, and missing values (?) for those that are not. Then add Select Columns with condition "x is defined" :)

There may be a better way, but that's the first that came to my mind.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@zikook
Comment options

Answer selected by zikook
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants