Hi there
I've noticed that the email addresses are in alphabetical order is there a way that I can have the name in order and not the email?
Thank you.
CommuniMail - Alphabetical order
Re: Alphabetical order
Please clarify what do you exactly mean.User wrote:Hi there
I've noticed that the email addresses are in alphabetical order is there a way that I can have the name in order and not the email?
Thank you.
Firslty thanks for your help with my other problem, working great.
What we would like to do is have the list of subscribers names in alphabetical order.
for example we have the following listed:
Metherell
Bailey
Jones
Yard
Hickton
Scoates
Mcelduff
Hounsell
Hulme
Choman
Lewis
Carr
Readman
Beckham
As you can see its not in alphabetical order. Would this be possible please?
Thanks again.
What we would like to do is have the list of subscribers names in alphabetical order.
for example we have the following listed:
Metherell
Bailey
Jones
Yard
Hickton
Scoates
Mcelduff
Hounsell
Hulme
Choman
Lewis
Carr
Readman
Beckham
As you can see its not in alphabetical order. Would this be possible please?
Thanks again.
I would bet the items are displayed based on the sort order of the database, and the database is probably sorted on the key value, which is likely the E-mail address.
While not impossible, this would require having multiple indexes for the SQL database depending on which items you wanted to sort by - a semi-major chunk of work that would probably require anyone trying to update from an older version to also convert their database. A whole extra step for the novice user to try and figure out.
I would say something like that is probably a low-motivation upgrade for them compared to some of the easier things we are asking for.
While not impossible, this would require having multiple indexes for the SQL database depending on which items you wanted to sort by - a semi-major chunk of work that would probably require anyone trying to update from an older version to also convert their database. A whole extra step for the novice user to try and figure out.
I would say something like that is probably a low-motivation upgrade for them compared to some of the easier things we are asking for.