Jump to content

This topic is 7880 days old. Please don't post here. Open a new topic instead.

Recommended Posts

Posted

I have a search results page that is formatted as a detail page - ie the search is canned and will find only one record.

On this results page I have 3 portals for relationships as follows;

1. DB1 - DB2

2. DB1 - DB2

3. DB1 - DB3

Relationship 1 and 2 are to the same file but ref different fields. Relationship 3 is to a third database.

The problem I am getting is that, if there is 1 related record for relation ship 1, and 2 for relationship 2, only 1 of the records in relationship 2 will display. In other words, relationship two will only display portal rows for records that relationship 1 has.

I could split Database 2 into 2 databses but would prefer not to. Is there some way around this?

Posted

Here is the code:

Where;

DB1 = MessageBoard.fp5

DB2 = MB_Items.fp5

DB3 = Schedule.fp5

---------------------------------------------------------------------------------------------

<h3>General Infomation</h3>

<table width="100%" border="0" cellspacing="0" cellpadding="0">

[FMP-Portal: MB_ItemsInfo]

<tr>

<td width="24">&nbsp;</td>

<td width="80">[FMP-Field: MB_ItemsInfo::Date]</td>

<td width="60">[FMP-Field: MB_ItemsInfo::Type]</td>

<td>[FMP-Field: MB_ItemsInfo::DetailsLinkCalc,raw]</td>

<td width="80">[FMP-Field: MB_ItemsInfo::Who]</td>

</tr>

[/FMP-Portal]

</table>

<p>&nbsp;</p>

<hr>

<h3>What's New </h3>

<table width="100%" border="0" cellspacing="0" cellpadding="0">

[FMP-Portal: MB_ItemsInfo]

<tr>

<td width="24">&nbsp;</td>

<td width="80">[FMP-Field: MB_ItemsNew::Date]</td>

<td>[FMP-Field: MB_ItemsNew::DetailsLinkCalc,raw]</td>

<td width="80">[FMP-Field: MB_ItemsNew::Who]</td>

</tr>

[/FMP-Portal]

</table>

<p>&nbsp;</p>

<hr>

<h3>Leave</h3>

<table width="100%" border="0" cellspacing="0" cellpadding="0">

<tr>

<td>[FMP-Portal: Schedule] [FMP-Field: Schedule::Display Away]<br>

[/FMP-Portal]</td>

</tr>

</table>

<hr>

---------------------------------------------------------------------------------------------

Hope you can see what I am doing wrong..

Cheers

Hal.

This topic is 7880 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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.