Available for copy: Newest form choice, progress bars & joined texts concept

This is how I do the same thing now with Actions

3 Likes

Fully agree.

1 Like

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.
2 Likes

Thanks so much, I’ll try that out :smiley:

I use the Joined List column in the examples here, if that helps.

1 Like

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.

Screen Shot 2021-02-05 at 3.57.09 PM

Below my list is a rich text component that is built from all of the items that were selected in the list.

1 Like

Sorry man, is the link not working?
Thanks

Gio

@GioRinaldi

1 Like

If you have any specific needs just leave a comment here, we’ll try to help.

1 Like

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!

2 Likes

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 :wink: Please check it and let me know your thoughts.

Thank you Thinh… much appreciated…

1 Like

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.

1 Like