Hey @zeshanm9
Yeah I went down a tangent of thinking a join query would work until I read that it’s more of a fuzzy search.
I do wonder though, if a for loop and filter datatable wouldn’t do the trick. I think the filter datatable might do the trick, as suggested here:
I’ll keep looking and playing around to see if I can also find a more elegant solution in the form of a linq query. I thought that ppr’s solution would’ve worked.