February 17, 200223 yr Hi Guys: A simple question: I want to list the records in this way: first sort by "Last Name", second sort by "Score". How should I do it? Thanks very much! Catty
February 17, 200223 yr On the Records menu, click on the Sort Command. Select the first field and move it into the sort column. Then select the second field and do the same thing. Select ascending or decending for each field, then click sort.
February 17, 200223 yr Author Hi, Thanks for the reply! What I mean is how to use CDML to do the sorts and list the results in the web page. Catty
February 17, 200223 yr Here is the URL method: &-sortfield=Last%20Name&-sortfield=Score&-findall Here is the form method: <input type="hidden" name="-sortfield" value="Last Name"> <input type="hidden" name="-sortfield" value="Score"> <input type="submit" name="-findall" value="Show Records"> All the best. Garry
Create an account or sign in to comment