falselystated 0 Share Posted Thursday at 09:39 AM Hi, I have my Accounts in a certain order in a spreadsheet and a parser to turn it into the format required to Import as a list. My only problem is that your Import function alphabetically sorts the Imports. This is taking control away from the user and this principle shouldn't be done in any form of software in my opinion. The user can create and sort the Import list however they like but by DB forcing a predesigned pattern on Import you force the user to have to make allowances for the software. Not great for advanced users! Current solutions: [Workaround] As a user add A B C etc.. to the front of the nickname field. or [Simplest] Remove the sorting completely and allow the user to make the choice. or [Fix] Add a checkbox to turn sorting on or off. or [Good Idea] Add an ID value column and allow resorting via ID or [Best] Add a Dropdown box with several settings to sort A-Z, Z-A, ID? and No Sort. or [Complex] Add Drag and Drop or some other functionality to be able to change a selected accounts location manually Thank you Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now