Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
4 years ago
Solved

If condition if two tables have same value

I have two Dataset 

one is Inteview Details and 2nd On board details

 

want to count if Interview details have column name is final status and looking for value is "Extended" and On Board have Status "Extended" if its match then interviews Status count zero 

  • Hi Anonymous 

     

    I guess you probably want a new column in the first table like below?

     

    You can first use Merge Queries to bring data from the second table into the first table based on two matching columns Candidate Name & Final Status (in the first table) and Hired/Offered Employee & Status (in the second table). Only rows that have the same values in both columns will be merged to the first table. 

     

    Expand the merged table column from the previous step and select only Status column to expand. 

     

    Add a conditional column based on values in Status column. 

     

    Best Regards,
    Community Support Team _ Jing
    If this post helps, please Accept it as Solution to help other members find it.

3 Replies