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 65
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