Forum Discussion

JBusque's avatar
JBusque
Frequent Visitor
2 years ago
Solved

Return a value from one table based on two columns, one with a delimiter

Hello, I have two tables. One is a auto generated call data, the other is a list of outcomes for calls.  I need to somehow create a column for the Auto generated Call data that compares both the Sta...
  • amitchandak's avatar
    2 years ago

    JBusque , Please try a new column in call table (First Table)

     

    Maxx(filter(Outcome, Call[Start Time]<= Outcome[Time] && Call[End Time]<= Outcome[Time] && Search(Outcome[Name], call[Names],,0) >0) , Outcome[Outcome])