Newbies Schlieper Posted February 5, 2001 Newbies Posted February 5, 2001 Is it possible to view only a selection of records (based on different criteria) that are placed in a portal?
Newbies Schlieper Posted February 6, 2001 Author Newbies Posted February 6, 2001 quote: Originally posted by LiveOak: Yes. -bd Could you please tell me how?
LiveOak Posted February 7, 2001 Posted February 7, 2001 It's all done by changing the index. Since you have not described your application, I'll pick an example. Two files with a relationship based upon a global text field in the first file and a text field in the second file. The fields are: gAnimal <---> Animal for the relationship. In the first file we have a portal based upon this relationship. If we set gAnimal to "cat" all the "cat" records in the second file are displayed in the portal. If we set the gAnimal field to: cat <cr> dog <cr> rat all the "cat" AND "dog" AND "rat" records in the second file. This is a simple example, but the concept is the same for other applications (ranges of dates, etc.) -bd
Newbies Schlieper Posted February 7, 2001 Author Newbies Posted February 7, 2001 quote: Originally posted by LiveOak: It's all done by changing the index. Since you have not described your application, I'll pick an example. Two files with a relationship based upon a global text field in the first file and a text field in the second file. The fields are: gAnimal <---> Animal for the relationship. In the first file we have a portal based upon this relationship. If we set gAnimal to "cat" all the "cat" records in the second file are displayed in the portal. If we set the gAnimal field to: cat <cr> dog <cr> rat all the "cat" AND "dog" AND "rat" records in the second file. This is a simple example, but the concept is the same for other applications (ranges of dates, etc.) -bd Thanx works out just fine!
Recommended Posts
This topic is 8746 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