is there any way to select all rows in a slice (or group in a slice) and run a bulk action on all of them?
The application requires users to perfrom an action on the entire slice or group of rows in a slice all at once, so this would be much better than having them check off every single row before running the action.
Thanks!
To my knowledge, there is no “select all” option in multi-select mode. If the set of rows can be described by an expression, you could create an action to apply to the list the expression generates.
Thanks Steve,
The rows can definitely be described by an expression as they are already grouped in a slice - how could i achieve this?
You could use an action of type Data: execute an action on a set of rows with a Referenced Table of the table on which the slice is based, a Referenced Rows expression that produces the keys of the rows in the slice, and a Referenced Action of the action you want applied to each row.
Note that you’ll have to find somewhere to surface the button for this bulk action, and it cannot be an overlay on a deck, gallery, or table view, unfortunately.
I’m having exactly the same problem as in this topic.
To work around the problem that there is no ‘select all’ in bulk mode, I created my own select all action ‘execute an action on a set of rows’. This action sets for all rows the column ‘select’ to ‘true’.
The only problem is that my ‘select all’ button is visible in every row in the table view. This is not very logical.
Is there really no other workaround for this problem?
By the way, the reason to use a ‘select all’ is, that sometimes it’s is needed to apply, or do something on almost all rows, but not all. Then just push ‘select all’, and then de-select some.
Nothing simple.
I see two solutions:
I also thought on using a dashboard view with
Lastimosamente no existe la opcion de selecionar todo en appsheet aun, una opcion con la cual yo me movilizo para ejecutar acciones sobre filas en la version de escritorio, es usar el Boton Shift + el cursor. Selecionas el primer registro y de forma posterior junto al boton presionado puedes desplazarte hasta el final y seleccionar todo.
y asi seleccionas todos los registros de 1 sola vez (SHIFT - CLICK).
Hi @BMACHERO may you please elaborate it ? I've clicked on SHIFT (on my Mac) select first record and move on the other records ... but the other records remains unselected ...
User | Count |
---|---|
18 | |
10 | |
8 | |
6 | |
5 |