Erro ao extrair dados de outra fontes de Dados

Olรก Boa tarde!

estou com gap no AppSheet, e estou puxando a  informaรงรตes de uma tabela distinta conforme os protocolos registrados. Entretanto, embora as informaรงรตes estejam corretas na tabela de origem, elas aparecem em branco na tabela destino. Serรก que poderia me auxiliar com esta questรฃo, estou usando essa expressรฃo:  Any(select(LH[ORIGEM],[_Thisrow].[PRT]=[PROTOCOLO DE EMBARQUE]))

App sheets erro.PNG

 

0 2 66
2 REPLIES 2

Alguรฉm poderia me ajudar?

Hi Nilton. If I understand correctly, these a two separate tables ?

And this is your actual formula for Origem of destination table : Any(select(LH[ORIGEM],[_Thisrow].[PRT]=[PROTOCOLO DE EMBARQUE]))

I don't get what is that [PROTOCOLO DE EMBARQUE] column. It should be : 

Any(select(LH[ORIGEM],[PRT]=[_Thisrow].[PRT]))

Any(select(LH[Destino],[PRT]=[_Thisrow].[PRT]))

etc... 

Since you are using select, it will by default select column of the referenced table [LH]. You have to compare it with the comparison value of the actual table, PRT.

Top Labels in this Space