Announcements
This site is in read only until July 22 as we migrate to a new platform; refer to this community post for more details.

Problem getting value from another table

Hi
i have to tables: visao and lojasemail

on table visao i have a virtual column “problemas lojas” type list with app formula(SELECT(visao[concatenar lojas], (AND([solucao] = “Avisar Loja por email”,[status]=“aberto”))))

it works fine.

but on table lojas email
i have a column “lojas” type longtext app formula( visao[problemas lojas])
to get the value from table visao - virtual column problemas lojas.

that way it’s getting the value but are duplicating the values, there are only 6 values (its in looping):

how can i fix it?

on the table visao - apear only 6 values.

Solved Solved
0 13 1,261
1 ACCEPTED SOLUTION

hey guys, i do it to work.

on table visao - left virtual column:

concatenar lojas - appformula =concatenate(“RCC”,[protocolo]," - “,[estacao],” - “,[maquina],” - “,[problema],”
"
,)

and on table lojasemail
create another virtual column:

teste - appformula SELECT(visao[concatenar lojas], ([solucao] = “Avisar Loja por email”))

and set the column lojas to get and save on database the info from virtual column test

now it work

View solution in original post

13 REPLIES 13
Top Labels in this Space