Select using ID of a reference column

adambc
New Member

Hello,

I am trying to do a select that uses the ID of reference column, but cannot get it work.

ANY(
SELECT(
Result[ID],
[Parent_ID] =
TEXT([Prev Parent Record].[ID])
)
)

[Prev Parent Record].[ID] is the key value of the table. I believe this has something to do with the issue.

Any help would be appreciated.

0 3 687
3 REPLIES 3
Top Labels in this Space