I am working in Filemaker 12, I would like to have a special type of dynamic value-list (which would certainly be possible if I could relate tables via a "contains" operator).
I have a persons
table with around 500 entries, which has fields for name
and personid
. In order for a user to input a personid
(into a related table), I want them to use a value-list.
Using a value-list of the entire list of personname
s is not very practical (it entails a lot of scrolling or knowing the precise name). My idea was to include a namesearch
(a "dummy" global variable which I can use to narrow down the list), so the user would type some part of the persons name, and the value-list would update to include only those persons whose name contains namesearch
.
Note: Contains
can be achieved using the filemaker function PatternCount
.
I know how to create a dynamic value-list based on the relations in a table (using "include only related values starting from: "), but unfortunately "contains" does not appear as possible operator in the Manage Database < Relationships... Is it possible to add a relationship with the operator contains
?
If this is not possible, is there another way to produce this value-list behaviour?