May 16, 200124 yr Hi there, I am trying to place a portal on a page of mine. What I would like to know is how to test the portal to find out if there are no related records. And if no records show up to post a message like "No homes posted" or something like that. My code is listed below. Thanks for any help! Jordan Hinman [FMP-Portal: HouseOwner] <BR>*[FMP-field: HouseOwner::HomeAddress]</BR> [/FMP-Portal]
May 17, 200124 yr In the master database, create a calculation field that counts the number of related records (something like Count (relationship::matchfield) will work). On you HTML format file, use an IF based on this calculation field to display the portal if count>0 else display a mesage.
Create an account or sign in to comment