Columna TEXT

Hola a todos,

Tengo una columna llamada NroViaje (TEXT) dentro de una tabla que se llama para poder ingresar cualquier tipo de datos (eso pensaba)
Si ingreso una palabra o numero, por ejemplo 335 o 335N o data o data 45, no hay problema, luego en las vista veo exactamente lo ingresado.

El problema surgió cuando ingreso por ejemplo FEB 2024, este me lo cambio a números (claramente entiendo que reemplaza la fecha por los numero que luego las planillas de excel o sheet transforman esos números en fecha), pero no quiero poner “FEB 2024”, quiero que muestre el texto como es realmente lo ingresado.
Si alguien conoce una solución o posiblemente no se puede hoy en día hacerlo, agradezco el comentario.

Saludos
Sebas

Are you regenerating the table structure again and again ? Even though It should not happen if the column type is set to TEXT. Please share some details like table screen shots etc

Gracias por la pronta respuesta.

No cambie el tipo, ni regenere la tabla.
Copia de parte de la tabla donde se puede leer la columna

y copia del setting de la columna

Gracias por la ayuda
Sebas

since there is no change in the table settings. there must be some other problem. please share the screenshot of the emulator or app where it goes wrong. (Please highlight it).

Thank you

No se, si es exactamente esto que me estas pidiendo.
Envío dos ejemplos uno con “FEB 2016” y otro con FEB 2016

Saludos
Sebas

what did you entered and what did you got or how it got changed?

What is 42401 ? is that what you have entered ?

Como te explicaba en el mensaje si ingreso “FEB 2016” podemos ver “FEB 2016” pero si ingreso FEB 2016 aparece 42401

Yes, it happens…I have check personally. It converts the date into some numerical values. lets ask @AleksiAlkio how to solve this issue

1 Like

The FEB 2016 means 42401 (2/1/2016) as a number. The column type in your Google Sheets is either a Date or Automatic and when the app saves the string, it tries to be clever and read it as a date and then the app gets confused and show it as a number. Change the column type in the spreadsheet as a “Plain text” and it should solve it.

This is one of the reasons why you should always specify the column types in the data source properly.

1 Like

Understood.

We as Humans has the tendency to make all such mistakes due to lack of knowledge and improper procedure.

Learn’t something new today :smiling_face:

1 Like

Well.. it’s not the knowledge. You just need to think :wink:

1 Like

@Sebas Es extraño el problema que estas presentando. Intenté replicarlo pero no me sucede lo mismo.

La vista de detalle que muestras con el error proviene de la tabla principal en donde se encuentra tu columna [Nro Viaje]? O proviene de otra tabla en donde tambien usas la columna [Nro Viaje] como tipo REF?

¿Puedes revisar la previsualización de tus datos y corroborar como es que se estan registrando? Solo selecciona Preview data, busca los registros con el error y comparte el screenshot.

I too tried with the test app. Same thing occurred. I think aleksi reply may be the reason.

1 Like

Claro, por eso es muy bueno el uso de bases de datos de Appsheet!

1 Like

Gracias!
Ahora si funciono ciorrectamente.
Significa que en appsheet no solo tenemos que tener en cuenta de poner el “type” de la columna correcto, sino que la sheets de origen puede afectar a la misma.
Gracias por la informacion.

Saludos

Sebas

You’re welcome!