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.

Pattern Count?

Featured Replies

I have a table (A) with a field in it with the address as a string.  There are 210,000+ records

 

In another table (B), I have 3 fields that make up part of the basis of the address as per above (state, postcode, suburb).  This is an official list of postcodes and suburbs

 

What I would like to do is do some sort of pattern count that would identify where one of the suburbs appeared in the legacy field in Table A and replace the three separate fields (state, postcode, suburb) with the appropriate information.

 

i.e

 

Table A

Legacy Text = 28 Whatever Street, Brisbane QLD 4000

Suburb = {TBC}

State = {TBC}

Postcode = {TBC}

 

Table B

Suburb

State

Postcode

 

Link Table A to Table B and where a Suburb is found in the Legacy Text, insert Suburb, State, and Postcode as appropriate.

 

The address in the Legacy table can be a mix of data (i.e some don't have postcodes, have lots of rubbish written in etc etc.  So I need to only match where Suburb in Table B matches a word in Legacy Text in Table A.

 

I tried to do a join where PatternCount(Legacy Text; {Join Table B Suburb})  to no avail.

 

TIA

So I need to only match where Suburb in Table B matches a word in Legacy Text in Table A.

 

In order to do that, you need to split the words in Legacy Text into return-separated values and use the result as the matchfield in a relationship to the other table, opposite Suburb. Keep in mind, however, that a match on any word is a match:  for example, if a street name in Legacy Text happens to match a suburb name, you will have a false positive.

 

Note also that this assumes that each suburb is a single word.

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.