Hi there.
I'm having troubles with the new syntaxis in INPUT(), since I can't add a default value.
I have this table where the colum "Cantidad_comprada" should have the default value of another column in the same table, for the user to change or leave it as it is. In theory everything is "fine".
But when the user clicks the button, the default value is not working
In this example, the default value should be 15.
Also, when i try to evaluate the formula, it seems that the INPUT formula is wrong
Hope anyone has an answer to what I'm doing wrong thank you!
Solved! Go to Solution.
@G0ldsoul Los valores por default no estan funcionando, muchos usuarios hemos experimentado esto.
He encontrado una soluciรณn (No es la รณptima para todos los casos, pero funciona)
1. Formula el valor inicial directamente en los ajustes de la tabla y columnas requeridas.
1.2 Activa la opciรณn Reset on edit?
2. Incluye al menos una columna adicional en la accion INPUT para ejecutar algun cambio y colocala como primera opciรณn.
(Por ejemplo en tu caso: [Estado Compra_partida] conviertelo la columna en tipo ENUM)
2.2 Al ejecutar un cambio en una columna obtendras el valor inicial en tu funcion INPUT
En el GIF se muestra el caso de una columna "fecha" que tiene calculado un valor inicial today()+1. Al seleccionar una opciรณn de la primer columna se recalcula el valor dentro de la funcion INPUT.
I never could get the defaults working in the original implementation. The fact that they support an Initial Value in the new way does imply it should work. I would open a ticket to AppSheet Support.
I couldn't get the default value in the previous formula either, but, this new syntax had so much going for the default values that it would be logical to expect it to work.
Yeah, I'll send a ticket, thank you.
Did you get any updates on this ?
I have not, my friend.
Brother, I too raised a ticket and after waiting for 1 hour , replied that they forwarded the issue to technical specialist team. already I have 3 cases pending still they did not fix older ones. Lets see when they are taking it serious.
@G0ldsoul Los valores por default no estan funcionando, muchos usuarios hemos experimentado esto.
He encontrado una soluciรณn (No es la รณptima para todos los casos, pero funciona)
1. Formula el valor inicial directamente en los ajustes de la tabla y columnas requeridas.
1.2 Activa la opciรณn Reset on edit?
2. Incluye al menos una columna adicional en la accion INPUT para ejecutar algun cambio y colocala como primera opciรณn.
(Por ejemplo en tu caso: [Estado Compra_partida] conviertelo la columna en tipo ENUM)
2.2 Al ejecutar un cambio en una columna obtendras el valor inicial en tu funcion INPUT
En el GIF se muestra el caso de una columna "fecha" que tiene calculado un valor inicial today()+1. Al seleccionar una opciรณn de la primer columna se recalcula el valor dentro de la funcion INPUT.
Gracias Miguel, esto me funiono. Solo que tengo que advertiles a todos que usen la APP de tener que mover el Enum para que se actualice el precio en este caso.
Saludos.
Me salvaste! Saludos
User | Count |
---|---|
18 | |
14 | |
11 | |
7 | |
4 |