There is no column correspondence between the google sheets tables, the emulator and the deck view, how can I solve it?

There is no column correspondence between the google sheets tables, the emulator and the deck view, how can I solve it?

0 6 173
  • UX
6 REPLIES 6

Aurelien
Google Developer Expert
Google Developer Expert

Hi @Jorge

Welcome to the community.

Various possibilities:

  • hard way: regenerate structure
  • soft way: change manually all column names in the editor, then when it matches the google sheets column headers, regenerate columns for the remaining columns

About the emulator: I suspect you are relying on โ€œdisplay nameโ€ rather than โ€œcolumn nameโ€.

What I want to link in my โ€œCustomersโ€ table is the customer with his address, which is in the same table โ€ฆ

Muchas gracias!

Aurelien
Google Developer Expert
Google Developer Expert

Hi @Jorge

I donโ€™t get it. This is not the question from the initial post ?

Perdรณn por confundirte, ya resolvรญ el primer tema.
El que no he resuelto es el de vincular dos columnas de la misma tabla, por ej, el nombre del cliente con su direcciรณn, quiero que cuando elijas el nombre del cliente se rellenen automรกticamente su direcciรณn, su telรฉfono, etc.

Gracias por el apoyo!

Alright then,

I suggest you have a look on this post:

You may want to use this kind of expression in the Initial value field of each column:

[yourClient].[Address]
[yourClient].[Phone]

and so on.

Top Labels in this Space