Skip 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.

PatternCount in all portal rows?

Featured Replies

Jobs Table, has a portal to JobVendors.  Job #1 has 3 portal rows, and the vendors have categories (utility, furniture, cable, etc)

 

I have a checkbox set of Needed Vendors: Furniture, Cable, Utility.  I want a calculation that does:

 

If ( PatternCount ( JOBS::needed ; "Cable" ) and not PatternCount ( VENDORS::type; "Cable" ) ; "Need to order cable and/or internet" ; "" )

 

It only does the first row.  Any ideas on how to do more than one row?  I've researched but can't seem to find anything...

 

Thanks!  

 

 

Use List(); e,g,

 

Case ( PatternCount ( JOBS::needed ; "Cable" ) and not PatternCount ( List ( VENDORS::type; "Cable" ) ) ; "Need to order cable and/or internet" )
 
On the other hand, this might get out of hand once you need to manage a large number of vendor categories. Consider a programmatic approach, like this one:

JobVendors_check_eos.fmp12.zip

  • Author

Hey thanks, I guess I'll switch my skill level back to beginner...  I appreciate it, I'll make sense of it when I get back to the office tomorrow!

Create an account or sign in to comment

Important Information

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

Account

Navigation

Search

Search

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.