Hi everyone,
I’m new at Appsheet developing but I already create a few apps.
Everything was on the rails till my Desktop mode (Preview) version got an error with this expression in Valid If formula for column “FINALIDADE”
NOT(
IN([_THISROW].[FINALIDADE], SELECT(SAI_HEADER[FINALIDADE],
AND([FINALIDADE]=[FINALIDADE],
[FINALIDADE]<>“USO E CONSUMO”,[FINALIDADE]<>“0 - EMPRESA”,[FINALIDADE]<>“ALMOXARIFADO”,[FINALIDADE]<>“AMOSTRA”,[FINALIDADE]<>“ASSISTÊNCIAS EM GERAL”,[FINALIDADE]<>“COMPRA DE TERCEIROS”,[FINALIDADE]<>“DEVOLUÇÃO”,[FINALIDADE]<>“DOAÇÃO / BRINDE”,[FINALIDADE]<>“EMPRESTADO”,[FINALIDADE]<>“NÃO INFORMADO”,[FINALIDADE]<>“USO PARTICULAR MARROM”))))
The idea was to create a dropdown list with the select expression with multiple creteria (I know it’s a lot but I don’t know other way). So, I wanted it to not allow new adds with the same names, except for the names in the last part.
It works fine but only in the Mobile and Tablet version. Why? Is there anything I can do to solve it or it’s just a bug?
In the desktop it gives me only this options to add:
[FINALIDADE]<>“USO E CONSUMO”,[FINALIDADE]<>“0 - EMPRESA”,[FINALIDADE]<>“ALMOXARIFADO”,[FINALIDADE]<>“AMOSTRA”,[FINALIDADE]<>“ASSISTÊNCIAS EM GERAL”,[FINALIDADE]<>“COMPRA DE TERCEIROS”,[FINALIDADE]<>“DEVOLUÇÃO”,[FINALIDADE]<>“DOAÇÃO / BRINDE”,[FINALIDADE]<>“EMPRESTADO”,[FINALIDADE]<>“NÃO INFORMADO”,[FINALIDADE]<>“USO PARTICULAR MARROM”))))


