Jump to content
Claris Engage 2025 - March 25-26 Austin Texas ×
The Claris Museum: The Vault of FileMaker Antiquities at Claris Engage 2025! ×

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

Recommended Posts

Posted

I am able search a portal on Layout1 using an HTML option list which hides a unique identifier but shows a related value list as in the following code:

<SELECT NAME="Portal::Field" > <!-- On master database -->

<OPTION VALUE=""> - No Selection -

[FMP-InlineAction: -db=Related.fp5, -lay=Layout, -findall] <!-- Items in other DB -->

[FMP-Record] <option value="[FMP-Field:UniqueID]">[FMP-Field:TextName] [/FMP-Record]

[/FMP-InlineAction]

</SELECT>

This searches the unique ids entered into the portal correctly. Another DB keeps track of the joins.

I have the records formatted as URLs using currentrecid to take you to Layout1. How do I now show the entries in the portal as their related names instead of the ID.

Many thanks

Adam

Posted

No. JobID (a field in the join database) is placed in the portal. This is formatted as a pop-up list using a value list from another database that shows the JobID and the JobName. After the selection the name isn't shown. Can you have multiple fields in the portal?

Adam

Posted

Garry,

Thanks for the clue. A basic (?) design issue from the manual! I created a calculation field in the join file and placed this field into the portal.

Many thanks,

Adam

This topic is 7928 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.