Jump to content
View in the app

A better way to browse. Learn more.

FMForums.com

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Value List w/ "ALL" Option

Featured Replies

Any tecniques out there that allow an "ALL" option using a Value List from Field or something that works like this?

Goal is to have a single filter field where user can choose Project Contact and filter records (in list view) by this contact. I have a value list from field for contacts made. I can manage the scripting of this, but don't know how to go about adding an "all" option to list. I will end up with a handful of filters, such as contacts, status, type, and so on. So I would want them to read as "All Contacts", or "All Types", etc.

Attachment shows what i'm trying to accomplish, I just drew over a screenshot.

Is there a way to look at this differently, or set up so this would be user friendly?

Thanks for any help! :)

 

Screen Shot 2015-07-28 at 2.47.04 PM.png

I am not sure I understand what "filter" means in this context. You say you are in List view - so you would be looking at a found set. If you're building an interface for users to enter the search criteria, then I believe the established convention is that any field that is left empty does not affect the find.

  • Author

Yes, sorry, I mean Found Set.

Ok, i will not worry about including an "all" option in value list.

I will also switch value list style from "pop-up menu" to "drop-down list" so user can delete data in search field and leave blank.

Thank you for your help, if you have any additional tips on building this feature into a solution, I'd appreciate it.

:ahappy:

If you format the field as a checklist, then any, none or all of them can be selected.

Sorry, that should have been "checkbox" not checklist.

Cheers,
Mike

One way I think works pretty well is to use a little "Show all" button next to the field, or it could say "Clear" or it could be a little circle with a slash icon. You get the idea.

The button runs a script that clears the drop down and commits the record.

In addition, it's nice to overlay a text label on the field. With FileMaker 14 you could use placeholder text, but for earlier versions, just use a block of text that says "Displaying all records; click to filter" or whatever, and apply conditional formatting like so:

not IsEmpty( Global::yourDropdownField )

In the conditional formatting dialog, click the More Formatting button and set the font size to 222 or some large number.

This tells FileMaker: when the dropdown field is empty, display this text normally, but if it's not empty, make it so big that the text is pushed outside its bounding box so it becomes invisible.

Create an account or sign in to comment

Important Information

By using this site, you agree to our Terms of Use.

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.