Forum Discussion
Noeleke1301
Helper III
2 years agoLookup with wildcards (sequential lookup)
Hi all, I'm trying to solve the following problem. I have a main table with values in each column. I want to look up an Id from another table. Unit Debtor Location Id A ABCD AMS (...
- 2 years agoId =var d = [Debtor]var l = [Location]var f = filter(Table2,[Debtor]=d && coalesce([Location],l)=l)return if(countrows(f)>0,maxx(f,[Id]))
lbendlin
Super User
2 years agoId =
var d = [Debtor]
var l = [Location]
var f = filter(Table2,[Debtor]=d && coalesce([Location],l)=l)
return if(countrows(f)>0,maxx(f,[Id]))