hjhjhgjgjh Posted February 1, 2010 Report Share Posted February 1, 2010 currently, schedules are sorted by flightnumber (at "View Schedules"). is it possible to sort them by arrival icao? Quote Link to comment Share on other sites More sharing options...
Administrators Nabeel Posted February 1, 2010 Administrators Report Share Posted February 1, 2010 Sure is; if you're on 2.0, in app.config there is this setting: /* What to order schedules by. Use s.[column_name] [ASC/DESC], with the column name being from the schedules table */ Config::Set('SCHEDULES_ORDER_BY', 's.flightnum ASC'); Just add that to the local.config, and change it to s.arricao ASC (ASC is from lowest to highest, A-Z, DESC is the oppposite) Quote Link to comment Share on other sites More sharing options...
eliezerazevedo Posted September 13, 2016 Report Share Posted September 13, 2016 (edited) I want to do the same thing, but the command is above did not work for me. still out of order. My version and: Build 938 (Version 2.1.938) It operates airport: SBMK Edited September 14, 2016 by eliezerazevedo Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.