sethbowers Posted June 20, 2006 Posted June 20, 2006 Ok, I am migrating an biding database from 5.5. In the old version I have a calc field the references discription fields in the same table and gives me a paragraph that is printed with the dollar amount for that"Area". In the new version, I have made a join table that holds all the line items making it much more flexable, however, how do you summerize text fields from a related table and show them in a paragraph?
Brian C Posted June 21, 2006 Posted June 21, 2006 Does anyone know how this could be accomplished? I see the new function: GetNthRecord ( fieldName ; recordNumber ) Perhaps this could be used in some fashion in combination with recursion to arrive at a result?
Razumovsky Posted June 21, 2006 Posted June 21, 2006 Custom Function: Concatenate Parameters: field, start, number Calc: Case(start < number; getNthRecord(field; start)&" "&concatenate(field; start + 1; number); start = number; getNthRecord(field; start) )
Ender Posted June 21, 2006 Posted June 21, 2006 This seems to be a duplicate of this thread: http://filemakertoday.com/filemakertoday.com_non_ssl/com/showthread.php?t=9952
Recommended Posts
This topic is 6793 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