April 29, 200817 yr I have some fields in a layout in my "A" database that are actually from database "B." The relationship is based on ID. There are multiple records for some IDs in database "B", so sometimes I get the older data pulled from database "B." But actually, I always want it to pull the most recent record for any given ID in database "B." Does that make sense? Anyone know?
April 29, 200817 yr I think the Last function is what you're looking for. It will give you the last related record through the relationship (which would be the most recently created record).
April 29, 200817 yr Be careful with Last(), because it returns the last not empty value, as opposed to a sorted relationship. It's usually ok, but it's something to know.
April 29, 200817 yr See also: http://www.fmforums.com/forum/showtopic.php?tid/194879/post/288690/#288690
Create an account or sign in to comment