November 2, 200124 yr Hi outthere, I have a value list and only want to view the records that match one of my value list entries, can this be done? It always shows all my records. Thanks in advance, Morning Man.
November 2, 200124 yr Hi Morning Man, Assuming that you have one file, with a field category that uses the value list in question, just build a relationship from category to category in the same file. If you use a Go To Related Records (showing ONLY related records) button command or script step, you will get a Found Set of records that match the current value list selection. If you want to view the matches in a portal, you can of course just build a portal on the above relationship. If you want to view a set of matches, without editing the current record's category field, then create a global field gCategorySelection and attach the value list to it. Then build a relationship from gCategorySelection::category HTH
Create an account or sign in to comment