Hi,
in the app that I have created and am trying to implement I have a problem.
Inside the T_RISULTATI table I created a virtual column to have the value “team name” (TEAMID) returned in the “deck” view.
I used the LOOKUP function in the “formula” field:
where is it: ID_CICLISTA is the reference value present in the T_RISULTATI table T_ROSA is the table where to find the TEAMID value
ID_CICLISTA is the column of the T_ROSA table where to look for the reference value IDSQUADRA is the value to return.
The expression assistant tells me that the formula is correct (image 1)
I had done a similar test like this:
LOOKUP(THISROW.ID_CICLISTA, T_ROSA, ID_CICLISTA, IDSQUADRA)
But I was wrong in parentheses.
Excuse me but very little experience in programming.
No problem. You are welcome. I suggest you please refer help articles on AppSheet functions. @Steve has shared some excellent practical examples and pitfalls to avoid therein.