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.

First four of every record

Featured Replies

So I want to make a value list which is the first four letters of a customer's last name.  Why?  because I want the guys to type those four letters to find a customer code.  The customer table will have a customerID but this will be used to type first character and match then type second character and match for filtering the list of customers to choose from in portal.  

 

If I have a value list of the four characters for all the customers then I can put a portal filter on the Dashboard portal to customers which could be like this I think

 

PatternCount( characters typed ; four character value list )  or similar, right?  Thank you.

If I have a value list of the four characters for all the customers then I can put a portal filter on the Dashboard portal to customers which could be like this I think

PatternCount( characters typed ; four character value list )  or similar, right?  Thank you.

 

If you want to have a portal filter, you can simply use

Left ( PortalTO::nameLast ; 4 ) = charactersTyped

To make this work for any length of charactersTyped, use

Left ( PortalTO::nameLast ; Length ( charactersTyped ) ) = charactersTyped

No need for any value lists (because each record is matched individually against the input field), or – since you know you're examining the first four/n letters – PatternCount().

FileMaker text functions are very powerful, and eos has the right solution. Do a google search for "filemaker text functions" and you'll get the list of everything that's available.

 

Google's easier.  Seriously.  I can do a search for "filemaker (something something something)."  Top hit 99% of the top is the relevant documentation.  And the rest of the hints are good information, typically including posts in this forum.

  • Author

I will play with these ideas.  Thank you.

FileMaker text functions are very powerful, and eos has the right solution

 

Then why did you vote down the post with that very solution?

Then why did you vote down the post with that very solution?

 

My bad.  Clicked the wrong button.

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.