|
|
concatenating child records into parent field
parent database and child database related through a standard
relationship.
Is it possible to have a calculation field in the parent file, which
will basically concatenate all the child records?
More specifically...
the parent file is called company.fp5, the child file is called
classification.fp5
Can I make a calculation field in company which will list all the
related records from classification.fp5 in alpha order?
Company.fp5 and classification.fp5 are related through a company id
field.
Thanks
Batfastad
|
|
0
|
|
|
|
Reply
|
Batfastad
|
2/10/2004 11:38:59 AM |
|
"Batfastad" <whatever@noway.com> wrote in message
news:np3Wb.1838$Y%6.331979@wards.force9.net...
> parent database and child database related through a standard
> relationship.
>
> Is it possible to have a calculation field in the parent file, which
> will basically concatenate all the child records?
>
> More specifically...
> the parent file is called company.fp5, the child file is called
> classification.fp5
> Can I make a calculation field in company which will list all the
> related records from classification.fp5 in alpha order?
>
> Company.fp5 and classification.fp5 are related through a company id
> field.
>
> Thanks
>
> Batfastad
Hello,
You can do that with the ValueListItems design function, although there are
some limitations as to the number of characters per line. I don't remember
the specifics, but this was discussed a few months ago, so you should be
able to find the thread.
First you have to define a value list using values from the related records
(maybe a concatenation of some fields in the child file), and then you
define your calculation with the ValueListItem function.
If this won't work, because of limitations, you can also use a script to
loop through the related records (or portal rows) and set a field to itself
& "paragraph" & (field from current record in the loop).
HTH
Marc-Andr� Paiement
|
|
0
|
|
|
|
Reply
|
Marc
|
2/10/2004 1:52:00 PM
|
|
|
1 Replies
503 Views
(page loaded in 0.032 seconds)
Similiar Articles: Concatenate text from related records? - comp.databases.filemaker ...... way to define a calculation field in the parent table that will concatenate text from several related child records? ... moving related field contents into a merge field ... duplicating record with children - comp.databases.filemaker ...... global into each new record. 6. Return to the new parent ... From the parent record: Go to Related Records [Children; Show Only Related] Duplicate Record Set Field [Child ... Parent-Child Relationship - comp.unix.programmerConcatenate text from related records? - comp.databases ... importing on a repeating field - comp.databases.filemaker ... Import from excel into a parent and child ... Copy field info to another field automaticly - comp.databases ...We have a field called [lastnamne child], as we ... child] and pastes it into [lastname parent ... loop through the new records to copy and paste. When you say the parents ... Display portal data. - comp.databases.filemaker... fields from the parent populating the subsummary part and "portal" details from the related child records ... Concatenate text from related records? - comp.databases ... Need help. How to create a list with multiple occurences of a ...... names of the flavours hard into ... based on the person's ID field, make it able to create new records and ... ice-cream ) with a common child 2. 2 file technique: 2 parents ... Reading all text responses to Questionnaire - comp.databases ...... structure, that is two > parent files joined by a common child ... perform a find which omits records > without an entry in the response field ... Reading packets into a buffer ... Making Filemaker search smarter - comp.databases.filemaker ...... the dialog saying: Unindexed records to search: 9,994, Processing Field ... use Replace to copy the slow field into an ... how to kill all child when parent exits - comp ... Angle brackets in text mode - comp.text.texEntering < and > directly translates into ... Concatenate text from related records? - comp.databases.filemaker ..... field in the parent table that will concatenate text ... Relationship Question - comp.databases.filemakerJeff, You could add a calculation field to ... Concatenate text from related records? - comp.databases.filemaker ... ... Parent-Child Relationship - comp.unix.programmer I ... How to concatenate multiple child records into a single value ...How to concatenate multiple child records into a single value ... create a pseudo "tblFamily" that is grouped on the appropriate field Concatenate data from one field from multiple child records ...Keywords: Concatenate, data, from, one, field, from, multiple, child, records ... Concatenate child record fields by parent record… 7/28/2012 1:12:56 PM
|
|
|
|
|
|
|
|
|