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 > <[email protected]> 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 | [email protected] > HyperActive Software | http://www.hyperactivesw.com > > > _______________________________________________ > use-livecode mailing list > [email protected] > Please visit this url to subscribe, unsubscribe and manage your subscription > preferences: > http://lists.runrev.com/mailman/listinfo/use-livecode
_______________________________________________ use-livecode mailing list [email protected] Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http://lists.runrev.com/mailman/listinfo/use-livecode
