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

Filtering a portal on multiple fields


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

Recommended Posts

  • Newbies
Posted

I am trying to add a product catalog to my quoting database. I currently have 2 tables for the catalog.

Catalog_Select

Fields:

Supplier - global

Catalog_Group - global

and

Catalog

Fields:

Supplier

Group

Item Code

Description

Price

I have a layout with Catalog_Select::Supplier and Catalog_Select::CatalogGroup which have drop down value lists from Catalog::Supplier and Catalog::Group.

Selection from these lists filters a portal showing records from Catalog.

The problem I am having is that while I always need the entire list of suppliers, I only want groups related to that supplier to show in the Group Selection.

The relationship between the tables is Supplier=Supplier and Catalog_Group=Group but I always end up with a giant list of groups that aren't always related to the particular Supplier.

Also, I may in the future need to increase the filtering to be by Supplier, Group, and Sub_Group.

Any help would be appreciated.

Thanks

Posted

I am trying to add a product catalog to my quoting database. I currently have 2 tables for the catalog.

Catalog_Select

Fields:

Supplier - global

Catalog_Group - global

and

Catalog

Fields:

Supplier

Group

Item Code

Description

Price

I have a layout with Catalog_Select::Supplier and Catalog_Select::CatalogGroup which have drop down value lists from Catalog::Supplier and Catalog::Group.

Selection from these lists filters a portal showing records from Catalog.

The problem I am having is that while I always need the entire list of suppliers, I only want groups related to that supplier to show in the Group Selection.

The relationship between the tables is Supplier=Supplier and Catalog_Group=Group but I always end up with a giant list of groups that aren't always related to the particular Supplier.

Also, I may in the future need to increase the filtering to be by Supplier, Group, and Sub_Group.

Any help would be appreciated.

Thanks

You need to add SupplierID fields and probably GroupID fields to be used as key fields. You need another relationship between Catalog_Select and Catalog using SuppilerID as the key fields. Now make your valuelist for groups using this relationship.

This topic is 5852 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.