![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
#3
| |||
| |||
|
|
I'm trying to solve some problems for some users of a large multi-table database, running on FM Server 6. Ot's been a while since I've done any FM work, and I need a reminder if something is possible and how to do it. A record in Table A maybe be linked to multiple records in Table B. Each record in Table B has 2 key fields: Title and Qualifer. I have a relationship set up between the two tables. Portals in a form layout are working fine and I can see all the related records. To enable some other needed functionality, I'd like to set up a couple of caclulated fields in Table A that are something like this: Table A Field -- Primary Title If(Titles::Qualifier="Primary", Titles::Title,"") Table A Field -- Larger Entity Title If(Titles::Qualifier="Larger Entity Name", Titles::Title,"") This almost works, except that the calculations are only taking into account the first matching record in Table B and not any of the others. What do I need to add to the calculation to look for all the matching records? Is it a Loop? Go to Portal Row? |
![]() |
| Thread Tools | |
| Display Modes | |
| |