Listview y Google Sheets

Saludos, por favor orientenme, Tengo esta base de datos creada en google sheet


y la cargo en un Listview. Lo que quiero hacer es que al seleccionar un elemento, los datos del valor seleccionado se muestren en los textos inferiores, es decir:
Nombre --> Text for Label2
Telefono --> Text for Label3

Agradezco anticipadamente su apoyo.

Hola!!

creo que es esto lo que buscas...

please explain this:
in your image:

  1. the ListView.SelectionIndex should be a number, why it show as "d"?
  2. lista_de_datos is a list, why in the "do it" box, it show as a string?

Show us how you loaded the data into the List View Elements.

There might be an easy way to recover the parts of the Selection.

1 Like

Con el componte web y la URL

https://docs.google.com/spreadsheets/d/ID Google sheets/export?format=csv

and then ... ?

Uso estos comandos para cargar la informacion al ListView

So each of the Elements is the text join of two items separated by a \n

You can recover the two items from the Selection by splitting it at \n and selecting from the resulting list.

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.