Eliminar boton nuevo de columna tipo ref

Hola, tengo una columna tipo ref, que al abrir es un desplegable. El primer item que me aparece antes de los datos, es la opción "nuevo". Quiero que no aparezca esa opción. La única manera que encuentro es en la tabla de origen que no esté permitido agregar nuevos registros, pero eso no me vale, ya que si se tiene que poder agregar nuevos registros, pero desde otro vista. Lo que no quiero, es que se pueda agregar desde la columna ref. También he intentado con context("view")= "XXX" en el boton añadir, pero no me funciona.

Gracias!!!!.

Solved Solved
0 2 474
1 ACCEPTED SOLUTION

Steve
Platinum 4
Platinum 4

I just learned this trick the other day: change the column type from Ref to Enum with a base type of Ref. You will also need to give the column a Valid If expression that generates a list of existing rows.

Drop-down from Valid_If - AppSheet Help

View solution in original post

2 REPLIES 2

Steve
Platinum 4
Platinum 4

I just learned this trick the other day: change the column type from Ref to Enum with a base type of Ref. You will also need to give the column a Valid If expression that generates a list of existing rows.

Drop-down from Valid_If - AppSheet Help

Que bueno Steve funciona perfectamente!!!!. Muchas gracias por compartir todos tus conocimientos. Me estás ayudando mucho en el proyecto con el que estoy.

Gracias!!!!!

Top Labels in this Space