INPUT() funtion Default Value not working

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".

G0ldsoul_0-1719617587222.pngG0ldsoul_1-1719617605273.png

But when the user clicks the button, the default value is not working

G0ldsoul_2-1719617714567.png

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

G0ldsoul_4-1719617933614.png

Hope anyone has an answer to what I'm doing wrong thank you!

 

 

 

Solved Solved
0 8 756
1 ACCEPTED 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

INPUT.gif

 

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.

 

View solution in original post

8 REPLIES 8