Type R to sort by Region or C to sort by City; otherwise, data will be sorted by Country.
If {?SortField} = "C" Then {customer.CITY} Else If {?SortField} = "R" Then {customer.REGION} Else {customer.COUNTRY}