Hi, I think I'm having some conceptual issues with the formula, and I wanted to make sure my understanding was correct:
Formula: Set(In-Process Issues, LookUp(In-Process Issues, 'Lot #' = newrecord.'Lot #'))
So the Set() function is identifying the list to get the information from, and then the LookUp specifies the List again, and then is supposed to match where the entries are equal across the lists) I am getting an error in my code thus far.
My other question is where would a function such as this pull the information from a column in the List In-Process issues called Event Description.
To put it in terms I am more familiar with, I want to perform (if it were a SQL Table) a Union WHERE Lot Number is the newRecord and pull any entries in Event Description column
@mdevaney