This is how I do the same thing now with Actions
Fully agree.
Hey @ThinhDinh this is a super cool feature, Iād love to copy it if possible. Is this app still available? The link in the original post seems to be ānot found.ā
Would this join text feature work with check boxes or just text entry/choice components? I have users selecting check boxes for things that apply to them and am trying to find a way to display these choices gracefully.
I think I have deleted this a while ago, sorry for that inconvenience.
For your case, you can create:
- A template column that holds the value ātrueā.
- Make a relation of that template column to the user-specific boolean column.
- Return the title of the checkboxes in a joined list column, in whatever format you prefer. I usually use a ānew lineā character.
Thanks so much, Iāll try that out
I use the Joined List column in the examples here, if that helps.
Hmm, Iāll read it closer later but I donāt think soā¦? Iām looking for an alternative way to display selections instead of what I have below, the check boxes are redundant if I can get it to just list the things selected. Unless Iām misunderstanding where youāre pointing to.
Below my list is a rich text component that is built from all of the items that were selected in the list.
Sorry man, is the link not working?
Thanks
Gio
If you have any specific needs just leave a comment here, weāll try to help.
Oooh! I see what youāve got there, thatās great. Iāll see if I can incorporate that list. I do like the clear all component as well. Thank you!
I emailed you about this Thinh
Letās say I have 20 forms inside my app. Each form when completed adds up to 5% to a total 100% once all of the forms are complete. If I understand you correctly, let me know if this looks correct:
- Add a Progress column and a Date Column to Each of 20 forms
- When a form is submitted, increment the progress by 5
- Create a rollup column which adds all of the individual forms progress, for an overall progress?
Does this make sense? I think i explained it better in the email I sent youā¦
Replied to your email Please check it and let me know your thoughts.
Thank you Thinh⦠much appreciatedā¦
Hi, this link is not working anymore: https://interesting-history-7076.glideapp.io/
Do you have any other to show how to apply a filteres form choice like the one in choose your car?
Many thanks!
Itās a very old app. You can do it easily with choice components now though.
Assuming you have a structure like this:
TABLE 1
Category ID | Category Name |
---|---|
ID001 | Apple |
ID002 | Banana |
ID003 | Orange |
TABLE 2
Category ID | Sub-category ID | Sub-category name |
---|---|---|
ID001 | S001 | Red |
ID001 | S002 | Green |
ID001 | S003 | Yellow |
ID002 | S004 | Yellow |
ID002 | S005 | Blue |
For the first choice component to choose the category, you write the category ID to the destination column.
For the second choice component, point the choices to the sub-category table. Filter by category ID is this screen > category ID, and visibility set to category is not empty.