I'm trying to change the behavior of the Save button with the following Action. I want to open a filtered view as follows. It is returning 'No items' every time.
LINKTOFILTEREDVIEW(
"New transfer",
IN(
Transfers[Row ID],
[_THISROW].[Related Transfers]
)
)
Solved! Go to Solution.
You are trying to compare list against list with your IN() expression. Try IN([Row ID],..)
You are trying to compare list against list with your IN() expression. Try IN([Row ID],..)
Thanks
You're welcome!
User | Count |
---|---|
15 | |
12 | |
9 | |
8 | |
4 |