Hi everyone. Need some help with a lookup function in my inspection app.
I have a label with the current formula "
LookUp(TTDDefectCaptures,CompareDefect = ThisItem.CompareGameList).defectSubWeek"
This returns a week that an item was inspected. Since we are not clearing the data out, it stores each week that data was created. The week we are in is week 11, last week being week 10. The issue I am seeing is that the lookup will look for the oldest entry, or it will not see a new entry. So if I do an inspection today, the lookup will not see week 11 in the lookup formula. Ive messed with using First, but to no avail. Any help would be amazing, thank you!!!
Chris