Virtual Column: Select data from a table to put in a second table as virtual column

I have two tables:

First table contain

Reynieri_Vargas_0-1648076396599.png

Second table:

Reynieri_Vargas_1-1648076433185.png

I want to create a virtual column in the second table that contains the name of the representative of the first table that corresponds to the ID_Agroservice of the first table.

I think it should not be so difficult but I am new to this app.

I would appreciate your help in the formula that should be used.

Reynieri_Vargas_3-1648076635372.png

I am using this formula but it only gives me a Yes/No expression

 

Thanks for your support!!

Solved Solved
0 2 65
1 ACCEPTED SOLUTION

Welcome to the community!

You should rather be using a normal column with a dereference expression.

[ID_Agroservice].[Representative]

Dereference Expressions | AppSheet Help Center 

 

View solution in original post

2 REPLIES 2

Welcome to the community!

You should rather be using a normal column with a dereference expression.

[ID_Agroservice].[Representative]

Dereference Expressions | AppSheet Help Center 

 

Thanks, very useful your advise!!!

Top Labels in this Space