Is that possible to select all for quickedit in order to apply an action? Thanks for your help.
I need this in order to select many rows to apply an action. I attached the screenshot of the table view.
Solved! Go to Solution.
It works perfectly. Thank you so much.
Hi @Firdaus_AG
If the value you wish to set is simple to implement, you may want to create an action with “set the values of some columns in this row”.
Then, select this one from the 3-dots (top-right corner of the app) after multi-selecting as you did on the screenshot.
I create an action go to another view with target link: linktoview(‘Backup’)&’&selected=’&encodeurl(’["’&substitute(filter(‘Parcel’,true),’ , ‘,’","’)&’"]’)
Works fine but I need to select all with the column, [Status] = 'Collected’
Any idea how to modified the url?
I never tried this specifically, but what about that ?
linktoview(‘Backup’)&’&selected=’&encodeurl(’["’&substitute(filter(‘Parcel’, [Status] = 'Collected’),’ , ‘,’","’)&
’"]’)
It works perfectly. Thank you so much.
Nice and fancy tips and tricks is just being introduced.
User | Count |
---|---|
15 | |
12 | |
9 | |
8 | |
4 |