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 7903 days old. Please don't post here. Open a new topic instead.

Recommended Posts

Posted

After doing a search for "name", the query will come back with all "name" results(10 found). What I'd like to do is have a hyperlink for "number" that will then resort those records found in first search "name", into a "number" sort. I've found some documentation that works, but the link will just find all records(30 found) and sort them to "number". I only want to resort my original found records (10). Any help would be grateful.

BTW: here's a snippet for my code for the link:

< href="FMPro?-DB=FigureOut.fp5&-Format=EndPage.html&-SortField=number&-SortOrder=descend&-FindAll">SortByNumberDescending</>

BTW(2):My final result will be much more complex than this, I'm just trying to understand the basics right now, that's why I'm not doing this in one search function. In the end I will have over 10 possible sort results that will each need to ascend and descend.

Paul

Posted

That worked. I used this: [FMP-Link] Here's my syntax:

<a href="[FMP-Link]FMPro?-DB=FigureOut.fp5&-Format=EndPage.html&-Lay=LayoutFind&-SortField=number&-SortOrder=descend&-find">SortByNumberDescending</a>

Thanks for all your help.

Paul Perry

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