Spidey Posted November 21, 2010 Posted November 21, 2010 Hi, I try to do a search in the portal table. The portal is connected to another table to list all the items. When I search the portal for a specific word, it list every records despite the fact that I only want to see the record with the specific word. Is there a thing I didn't do?... Thanks. K.C.
Vaughan Posted November 21, 2010 Posted November 21, 2010 When you perform a search in a portal, the result is all the *primary* records that have one or more related records that match the search criteria. In other words, the find returns primary records, not related records. I think you may need to fully explain what you are trying to achieve.
Spidey Posted November 21, 2010 Author Posted November 21, 2010 Hi, Thanks for your reply! I would like to do a regular search in the left portal and have it returns only the desired result. For I try to search for the item "1" in the left portal in the quotation detail. It also return the other items. Is there something i didn't do in the relationship?.. Thanks. K.C. test.fp7.zip
comment Posted November 21, 2010 Posted November 21, 2010 I am afraid you are missing the point: a portal ALWAYS shows ALL related records, regardless of any found set. I try to search for the item "1" in the left portal This will find all quotations that are related to item "1" through the left portal's relationship. Since this relationship is based on a global field, it will simply find all quotations - or none, depending on the global value. To filter the portal so that it shows only products that meet a specified criteria, use the global filtering field to filter the relationship, or filter the portal itself (or both).
Recommended Posts
This topic is 5115 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 accountSign in
Already have an account? Sign in here.
Sign In Now