Jump to content
Claris Engage 2025 - March 25-26 Austin Texas ×
The Claris Museum: The Vault of FileMaker Antiquities at Claris Engage 2025! ×

This topic is 5627 days old. Please don't post here. Open a new topic instead.

Recommended Posts

Posted

I have a main table that contains all our sales prospects and all have different postcodes. What I want to do is create a linked database from our main databace that just certain postcodes that I enter in a list.

Certain people will be allocated specific postcode areas to work with, so I want only certain postcode areas visible to certain people.

For example, if I have postcodes BR1 to BR8, I would like to be able to have only BR1 to BR5 show in a particular table from James. BR6 to BR8 for Jenny.

Posted (edited)

"create a linked database from our main databace [sic]"

I don't know what you mean by this.

If you create a postcode assignment table, that has the PersonID and the Postcode, then you could create a rla calculation that only allows view of the sales prospects that contain matching postcodes.

So, a person logs on. You gather their allowed postcodes in a $$var using SetField (List (relationship:PostCodes).

Your rla calc would allow view/edit if Patterncount ($$var, PostCodeID).

see demo, user: admin, no passwords

PostCodes.fp7.zip

Edited by Guest

This topic is 5627 days old. Please don't post here. Open a new topic instead.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

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