Can you help me to fix that error of mine.
SELECT(Update_Details[PUTAWAY UPDATETIME],[_THISROW].[GATE ENTRY NO] = [GATE ENTRY NO], TRUE)
Wrap the expression with the ANY function like this:
**ANY(**SELECT(Update_Details[PUTAWAY UPDATETIME],[_THISROW].[GATE ENTRY NO] = [GATE ENTRY NO], TRUE)**)**