Heathbo Posted October 13, 2005 Posted October 13, 2005 I know how to filter a portal list based on multiple fields. My question is, How do you filter a portal if you only want one value from one of the multiple fields? For example: I have a table called Cards with four fields. Call them 1,2,3,and 4. I have another table called Collection with one field. Call the field "style" What I want is to create a portal in the collection table that will show all the records from the cards table that matches the value in the style field. For example, if I typed creature in the style field in the collection table, I want the portal to show any record in the cards table with the word creature is in fields 1,2,3, or 4. I can create portals where it matches all the fields, but I don't know how to create a relationship where a match is just some of the fields or just one. Any help you can give is much appreciated.
Kip Posted October 13, 2005 Posted October 13, 2005 (edited) You could do this by creating a calculation field in the cards table. This calc. field lets call it "match" would act as a value list of the fields you want. For instance: match= fieldone & ¶ & fieldtwo & ¶ & fieldthree & ¶ & fieldfour & ¶ When you relate your collection table (the style field) with the cards table "match" this should do the trick. Greetings Kip Edited October 13, 2005 by Guest
Heathbo Posted October 30, 2005 Author Posted October 30, 2005 That is awesome, thank you. By the way, what does & ¶ & do? Its the one part I didn't have.
Søren Dyhr Posted October 30, 2005 Posted October 30, 2005 Pilcrow as its called is: http://en.wikipedia.org/wiki/Pilcrow In filemaker is it used for multilinekeys... --sd
Recommended Posts
This topic is 6965 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