Can you help me to fix that error of mine.
SELECT(Update_Details[PUTAWAY UPDATETIME],[_THISROW].[GATE ENTRY NO] = [GATE ENTRY NO], TRUE)
Solved! Go to Solution.
Wrap the expression with the ANY function like this:
ANY(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))
User | Count |
---|---|
25 | |
14 | |
4 | |
3 | |
3 |