I have more than 120 users,
I created multiple choice,
But when I want to (select all) or (cancel all) it is very difficult to select 120 items
Any idea that might help me with that?
I have more than 120 users,
I created multiple choice,
But when I want to (select all) or (cancel all) it is very difficult to select 120 items
Any idea that might help me with that?
use the inline list as a choice component, make a relation to the first row, and place there the indicator for select all, then copy that first row to all rows… so if someone clicks ones, set value there, the second click… clear value… then add an if-else column to compare with individual check marks.
There is no native option in the choice component, but there are some other options.
I guess it all depends on where your choice component is located, such as a detail screen, add form, edit form, form, or custom form.
If your choice is multi-select and optional, you can use the -
option to “clear all”.
There is no easy way to “select all” though. What I sometimes do is construct my logic so that “none” means “all” - I usually do that with custom filters. That probably wouldn’t make sense inside a form.
there is a very easy way to select all… just read my first post.
Sorry, I didn’t really understand your response, so I skipped over it.
I just re-read it and I still don’t get it, but it looks more like a bit of smoke and mirrors rather than a true “select all”. A true “select all” would result in a joined list of all values being written to the choice target column.
really… I have done it over… and over… hundreds of times… smoke and mirrors? (but… do not use the choice element… use the inline list on edit window mode… the same look… much more flexibility)
I do understand that many of the members here do not like me… because the way I write my posts… makes them report and flag my posts… it might be my English… (which is not my primary), but I wanna make it clear to all… Glide is my second favorite platform out there… the first one is Google… I can bet, many of my posts make Glide’s owners push to limits… but in the end… makes Glide better.
Oh, right. Inline list as a choice component.
Yes, that’s a useful technique.
I think your English is fine! At least good enough to find borders and cross borders. You seem to like to stir things up
Salute for that!.. that means I’m not the only one who can understand me… lol
This topic was automatically closed 24 hours after the last reply. New replies are no longer allowed.