December 18, 200520 yr Ok, this is short but sweet. When calling the contents of a related field through a calculation, only the related information in the first related record is retrieved, how would one go about retrieving the info of that field for a second or third related record? Cheers Genx.
December 18, 200520 yr GetNthRecord() can do this in FM8. In previous versions, you'd need to define a value list with the related field, and parse the results of the ValueListItems() function applied to that value list.
Create an account or sign in to comment