I have a list of IDs for a table in CSV forma...

I have a list of IDs for a table in CSV format.

What would be the most efficient way to retrieve a ref list?

Using SELECT with FIND function to match the table ID and the CSV text is very slow.

Is there a way to simply covert the CSV to a ref ID list without using SELECT?

0 1 298
1 REPLY 1

tony1
New Member

@Steven_Aung If itโ€™s a virtual column, try changing the type of the column to be a list of table refs.

Top Labels in this Space