Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
4 years ago
Solved

Filter columns on two different tables

Hello,   I'm trying to filter two columns from two different tables.     I tried doing a conditional column where if Description column Contains "Traditional" then "Yes" or if Quotes column Con...
  • speedramps's avatar
    4 years ago

    Please consider this solution and leave Kudos.

     

    Merge the tables using a common key and select the missing field, so you have all the required fields in one table.

     

    You can then filter the rows using the 2 columns.