I am trying to write a case statement that checks If the row values in two columns meet a certain condition and if they do, to return a 1 but I don't think I have my logic right because I am getting blanks where I should be getting a 1. here is what I am trying to do:
case when "Column" IN('Selection'
,'Hired') and "Job Name" =" Family Name" then 1 end