Sort with two sortTypes
Jerry Jensen
jerry at jhjensen.com
Sat Apr 8 15:26:52 EDT 2017
Other way around I think. Sort by time first, then sort by day
.Jerry
> On Apr 8, 2017, at 12:07 PM, J. Landman Gay via use-livecode <use-livecode at lists.runrev.com> wrote:
>
> On 4/8/17 12:47 PM, Randy Hengst via use-livecode wrote:
>> But I can’t figure out how to sort first on item 3, Days and then by
>> item 2, Time. My goal is sort by matching Days and then by time in
>> ascending order. The courses meeting on the same day would be grouped
>> together by time earliest to latest.
>
> Just run the sort twice:
>
> sort lines of field "FIRSTyear_FALL" by item 3 of each
> sort lines of field "FIRSTyear_FALL" by item 2 of each
>
> --
> Jacqueline Landman Gay | jacque at hyperactivesw.com
> HyperActive Software | http://www.hyperactivesw.com
>
>
> _______________________________________________
> use-livecode mailing list
> use-livecode at lists.runrev.com
> Please visit this url to subscribe, unsubscribe and manage your subscription preferences:
> http://lists.runrev.com/mailman/listinfo/use-livecode
More information about the use-livecode
mailing list