filter operation

I am telling you that I am trying to show the detail of a mobile phone that is assigned to a work team. For this, within the EquipoMoviles,

Adolfo_Enrique__3-1683292830448.png

 

I have created a column where I keep a collection of mobiles IdMoviles. In another table called Moviles, I keep the detail of the mobiles.

Adolfo_Enrique__2-1683292765553.png


Now I have created a virtual column where I use the following formula to filter the detail of each mobile in said collection. This is the formula FILTER (Moviles, IN([Identificacion],SPLIT([IdMoviles], " , ")))

Adolfo_Enrique__0-1683292675019.png

but I cannot visualize in the virtual Mobile column the information obtained from the previously detailed formula.

Adolfo_Enrique__4-1683293017850.png

Please tell me if I'm making a mistake? and how should i solve it? Thank you so much

 

0 1 71
1 REPLY 1

Your virtual column should be of type ENUMLIST type REF to the table you're filtering from, not text.

Rafael_ANEICPY_0-1683331163651.png

 

Top Labels in this Space