You may want to select many multiple items and have the results collected into a single text box. You can do that. Use QuickBase to check checkboxes which are then concatenated into a formula text box. This uses a very basic formulat to display only those that are checked.
A simpler formula would be:
List(" | ",If([West],"West"),If([East],"East"),If([South],"South"))
This could go on indefinitely instead of getting more complex the more elements you have on your form.
nephite 1 year ago