The below sort works with just one field (names) but wont work when I put in another field (city) to sort on.
The one field attempt that works:
<!--- default value for sorting variable --->
<cfparam name="url.sort" default="#encrypt("names ASC","names")#">
<!--- query to sort, 'order by' used...