Mikey79 Posted December 1, 2009 Posted December 1, 2009 I've got a FM layout with a portal I want to show related rows from a MySQL table. It works fine as long as the relation is based off a "single" entry. FM field has "Open" in it MySQL field has "Open" in it My problem is I'd like to expand this to show fields with one of two values, such as "Open" or "Pending" Only way I can think is with another FM table with a calculation in it, but that calc can't be used in a relationship (non-indexable)
bcooney Posted December 2, 2009 Posted December 2, 2009 The parent side of a relationship can have an unindexed field. But if you want an "or" relationship, you need a multi-key in the parent side. In your case, a FM field that has: Open Pending in the field (carriage returns). That'll match all records in the child with either Open or Pending in the match field.
Recommended Posts
This topic is 5469 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