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.

Featured Replies

I have a field in a portal that I wish to filter by, let's call it Time.

Time may be 8am, 9am, etc.

I have created a field called FilterTime, which contains values: 8am, 9am, etc. etc. and displayed it as a checkbox set across the top of the portal.

Obviously, I want the records in the portal to display when they match the selected filters.

I have the filter set up to filter records as shown:

If ( IsEmpty(FilterValues(Items::Time; Protocols::FilterTime)) = False; 1; 0)

This works fine.

However, I also want an 'all' field in the filter, which will display all the times. Evidently, the filtervalues does not return anything because there is no 'All' time in the list of items.

Please help?! :D

However, I also want an 'all' field in the filter, which will display all the times.

Did you mean an 'all' value? If so, try =


not IsEmpty ( FilterValues ( Items::Time ; Protocols::FilterTime ) ) 

or

Protocols::FilterTime = "All"







Or you could use =





not IsEmpty ( FilterValues ( Items::Time ; Protocols::FilterTime ) ) 

or

IsEmpty ( Protocols::FilterTime )

which will apply the filter only if a value is checked - otherwise all related records will be shown.

  • Author

Did you mean an 'all' value? If so, try =


not IsEmpty ( FilterValues ( Items::Time ; Protocols::FilterTime ) )

or

Protocols::FilterTime = "All"







Or you could use =





not IsEmpty ( FilterValues ( Items::Time ; Protocols::FilterTime ) )

or

IsEmpty ( Protocols::FilterTime )

which will apply the filter only if a value is checked - otherwise all related records will be shown.

Thanks!

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.