Jump to content

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

Recommended Posts

Posted

Hi,

I have a list of records which are generated from a search page. I have five columns on the result page:

Student Name, Center of Instruction, Date of graduation, Total points, Average Points

The records are sorted by Student Name, but I would like to allow the users to sort also by the other column headings, that is, I would like the user to be able to click on the heading to sort by that category.

Is this possible with CDML?

Posted

Thank you, it's working beautifully.

I wonder, would you know if the search order (descending, ascending) could also be changed, that is, if names could be listed in ascending order, and scores in descending order. That would be nice.

Thanks again.

Posted

Yes, you can use the [FMP-Link] tag with a <a> tag for each of the colum headings.

The <a> tag could look like this:

<a href="[FMP-Link: s]&-sortfield=total%20points&-Find">

Total Points</a>

Hope this helps.

Garry

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