Changing Sort Order - Help

So far iTunes seems to work ok, but I cant seem to get it to sort the music the way I want....
I want to be able to sort by the Artist column first, then by the Name column.
I have tried about everything I can think of but everytime I tell it to sort by Artist, the second sort column is always the Album column. I dont care what album the songs are on, I just want to see all the songs with the same title grouped together when looking at a particular artist.
Please tell me there is a way to do this....
Joe
  Windows XP  

I don't think you can do exactly what you want, when you sort by artist, Itunes sorts by artist/album/track number.
The nearest work around is to open the browse window when you are in the library view. (the little eye, top right).
Then if you select an artist, just the tracks from that artist are displayed, you can then sort by the name column.

Similar Messages

  • How to change sort order in Notes?

    I just installed the new Mac OS X Mountain Lion and found the self-contained Desktop-App for Notes.
    But how do I sort my notes alphabetically???
    Using Mac OS X Lion I could change sort order within the mail-application. Btw I would love to sort my notes on my iPad and iPhone as well! It is possible via browser on the iCloud-Website - but the sort order is not transfered to iOS or the new Desktop-App!!
    Can anybody help, please? Apple???

    View > Sort By > Title

  • Change sort order on WF_NOTIFICATION(HISTORY) procedure - 11.5.10 Apps

    Is it possible to change the sort order of the lines in the Action History section that shows up on e-mail notifications?
    We are using Blanket Sales Agreements in Apps 11.5.10 CU1, including the delivered workflow approval notifications. My users are happy with the notifications except that they want the approval history table sorted in reverse so that the most recent action is at the top of the list.
    I have looked at the WF_NOTIFICATION procedure, but it's not just jumping out at me where to make this change, if possible. I'm also assuming that if I change this procedure that it will change for all notifications (PO, AP, etc.). Thanks in advance for any help or suggestions.
    Rhonda

    Hi,
    It is possible to change sort order on WF_NOTIFICATION(HISTORY).
    You can add an atribute to your WF Notifications (Messages) and add an "if" into WF_NOTIFICATION procedure to apply your sort routine just to that kind of notifications.
    Best regards,
    Luiz

  • Change Sorting order in F4 Help in BEx Query

    Hello All,
    My users want to change the sorting order of variable (e.g. Calmonth) in the selection screen (while executing a query).
    Currently, by default,the sorting order is ascending on key.
    I need to change it to descending on key.
    How to change the sorting order for F4 ONLY?
    Thanks,
    Mainak

    Hi,
    You can sort the Char.Values by doing settings in Query Designer :
    Say for 0calmonth :
    In its Display properties tab,You select appropriate options in
    Sort Char -> select the name
    sort by -> Key/Text
    Sort Direction -> Ascending/Descending.
    You will then have them in required order.
    ALso if you want it only for F4 help:
    In F4 help screen,you will see two arrow buttons next to Char. name. they are useful for sorting the values to either descending or ascending.
    Hope it helps:)
    Edited by: Sriman on Nov 12, 2008 5:17 PM

  • Changing Sort Order in Smart Album when Looking for Roll Name=Corruption

    We've confirmed via testing and from new posters that changing the sort order in a Smart Album who's criteria is to look for a roll name will cause iPhoto to crash and then crash upon launch after that.
    So to avoid corrupting your library do not change the sort order of a Smart Album designed to locate rolls.
    The thread discussing this is:
    IPhoto keeps on crashing, cannot use it
    Rebuilding the library with iPhoto Library Manager recovered the library. However, I don't know if a rebuild via the Control+Option key will do the same.
    G5 Dual Core 2GHz, 2G RAM, 22 Display, 250G HD, 200G FW HD, QT 7.0.4P   Mac OS X (10.4.6)   Canon S400, i850 & LIDE 50, Epson R200, 2G Nano

    Ha! I upgraded to iPhoto 6.0.3 and opened the dummy library I had created. (This was the library where the crash on launch kept happening because I had a smart folder looking for rolls and sorted by title or something else other than the default.)
    Guess what, it opened just fine! 6.0.3 fixes the crash. Not sure how much it helps people who started new libraries, but at least others won't run into this.

  • Change sort order of Podcasts on iPod?

    In iTunes, my podcasts are sorted in ascending order according by the Release Date field. I've also made sure that the different parts of a certain podcast episode has proper Track Numbers.
    However, on my 5.5G iPod, the podcasts are sorted in a descending order (newest first) which plays everything backwards (i.e. a podcast with 4 parts play's part 4 first).
    How can I change the sort order of my podcasts on my iPod?
    I've noticed that even if all my podcasts have been given Track Numbers (usually 1-4 per episode), when they play on my iPod, it says "1 of 1" instead of "1 of 4" etc. Why is that?
    Also, the most annoying thing is that after a podcast has played, I'm thrown out back to the main Podcast Menu. I then have to go back into Podcasts, choose the Podcast folder and then choose the next podcast to listen to. Very weird behavior.
    My iPod is set to automatically sync with iTunes, so I can't change anything in iPod playlists in iTunes

    i discovered this completely by accident.
    connect your iPod to your computer.
    click the podcast bit of your iPod on the left hand side. (so it brings up which podcasts you have on your iPod)
    you can then click 'release date' to change the order from either newest or oldest first.
    unfortunately you can only do this for your entire podcast collection. i subscribe to some audiobook podcasts, and for some reason the episodes seem to have been released with the earlier episodes on later dates, meaning listening to the sequentially would mean listening to them backwards, but otherwise this works perfectly.
    hope that helps.

  • Sort order help for date string in crosstab

    Hello All,
    I need to calculate the number of calls for service for the last 13 months. Display the number in the report footer by month and year in a grid similar to a crosstab and in ascending date sort order. 
    Example: 
    May 2008    1,400
    Jun 2008     1,287
    Jul 2008      1,290
    all months through last full month 
    May 2009    1,385
    I can calculate the number of calls per month and display the month and year by converting the month and year to text.  However, I cannot seem to find a way to sort the month and year without some kind of on-going manual intervention.  I need to make the report maintenance free for monthly scheduled e-mail distribution in business objects enterprise.  Specified order does not work since the column headers will change each month.  It needs a sort order formula, but I am not sure how can this be done inside a cross tab? 
    Any help or suggestions are appreciated!
    Thanks,
    Wendy Douglass

    Hi,
    I have a similar cross tab in my report. but only problem is grouping is done based on a parameter GroupBy, which has Day, Week, Month values.
    if user selects day or week, cross tab should display column in dd/mm/yy format, if its month, MMM-yy format.
    I have created a date formula ,  GroupBy = Day then Opendate
                                                       GroupBy = Week then opendate -dayofweek(opendate)+1
                                                       GroupBy = date(year(opendate),month(opendate),1)
    and used this date formula as column in cross tab. I tried to format using custom date style...but its not working in cross tab.
    if I use totext to format the date formula, data will not be in sorted order...ex, its showing jul-99 before jun-99
    can anyone help?
    Thanks in Advance,
    Jyothi
    Edited by: Jyothi Yepuri on Jul 8, 2009 5:27 AM
    Edited by: Jyothi Yepuri on Jul 8, 2009 6:10 AM

  • Changing sort order in iTunes does not change order on iPad

    If you create a new playlist (not a smart playlist) in iTunes, you can get the songs to order according to the track number or the name of the song or the size etc. It used to be that this selected sort order would be reflected in the corresponding playlists on the iPhone/iPad
    This doesn't seem to work using iTunes 10.6, iTunes Match and iOS 5.1 on my iPad 2.
    1. I create a new playlist in iTunes and name it Test.
    2. I sort this playlist by the Name column, so that the songs are in the A to Z order (Fernando, SOS, Waterloo)
    3. The new playlist appears on my iPad.
    4. The iPad playlist lists the songs in the order selected in iTunes.
    Now, back in iTunes, I click on the Name column again, so the names are now sorted in reverse. That is, from Z to A (Waterloo, SOS, Fernando). I also rename the playlist to Test 2 so that I know that the same playlist has been updated on my iPad.
    So the playlist Test 2 is now ordered by the song name from Z to A in iTunes. However, the playlist on the iPad does NOT reflect the new sort order. It is still ordered A to Z, not Z to A as I expected.
    5. Now I create a new playlist named Test 3. I open Test 2 (still in the order Z to A) and copy the songs to Test 3.
    6. The new playlist named Test 3 appears on the iPad.
    7. The songs are in the correct order.
    8. Change the order again in the playlist.
    9. The change in the order is NOT reflected on the iPad.
    Grrr. I quit the Music app (including the background process on the iPad) and launch it again. But the order of the songs in Test 2 is still not the same as in iTunes.
    Totally frustrated, I do the following:
    1. Quit all apps running in the background on the iPad.
    2. Go to Settings and turn off iTunes Match.
    3. Log out of the iTunes store.
    4. Restart my iPad so that the playlists disappear from my Music app.
    5. Turn iTunes Match back on.
    6. Log back into the Store.
    7. Wait for the iCloud to sync.
    8. Playlist Test 2 is still in the incorrect order! This is unbelievable.
    I have tried the Right-Click 'Copy to Play Order' trick that I read about in another post but it doesn't help.
    Is anyone else experiencing this problem? Any solutions?
    Thanks in advance.

    This isn't an issue of putting songs on that I don't want, it's that it doesn't CHANGE my music, even when I try to make it change.  I've got over 15000 songs in my iTunes; my iPod can only hold around 275 songs.  My problem, is that I can't make it "randomly" choose different songs.  when I try to change the music, it puts the same songs on over and over.
    Emphasis here is on RANDOM: I do not want to have to select the music to put on my shuffle. and
    CHANGE: If I only wanted to listen to the same 275 songs, I wouldn't have bothered purchasing the others...

  • Changing sort order on Netware mapped drive

    We have a problem on our Netware drives. Changing the sort order (by date) more than two times makes the actual explorer window almost unusable.
    The gray progress bar within the adress field takes hours to complete the command. This happens only on netware mapped drives.
    There are no problems to change the sort order on windows or NAS drives.
    SortOrderChanged.png
    Netware 6.5 SP8 / Windows 7 64 Bit / Novell Client 2 SP3 fr Windows 7 (IR10a) or (IR4)
    Any help or advice is very appreciated.
    Peter

    Am 24.04.2015 um 14:16 schrieb seluxmetall:
    >
    > We have a problem on our Netware drives. Changing the sort order (by
    > date) more than two times makes the actual explorer window almost
    > unusable.
    > The gray progress bar within the adress field takes hours to complete
    > the command. This happens only on netware mapped drives.
    > There are no problems to change the sort order on windows or NAS
    > drives.
    >
    > 5296
    >
    > Netware 6.5 SP8 / Windows 7 64 Bit / Novell Client 2 SP3 f�r Windows 7
    > (IR10a) or (IR4)
    Right now, I have no Netware Server available, and it *might* make a big
    difference that you're still on Netware. On OES/Linux, I can't duplicate
    this. In fact, I can't even make the grey bar at the top come up at all
    when I sort, it's instant.
    So, here are some questions:
    1. How does it behave when you open the directory the first time? How
    long does it take?
    2. Do you have the windows explorer preview feature enabled? Does it
    help to disable it?
    3. Does it happen everywhere, or just some users / machines / directories?
    4. Last but not least, would you be in a position to take a lan trace
    with wireshark of that issue?
    CU,--
    Massimo Rosen
    Novell Knowledge Partner
    No emails please!
    http://www.cfc-it.de

  • Changing Sort Order on Filmstrip

    For some reason my sort order on my filmstrip is all mixed up.  It use to sort by earliest date to last date.  Is there a way to change this?
    Thanks for any help in advance!
    Scott

    Go into Grid mode in the Library module. If the toolbar under the grid isn't showing, type "T". When you have a toolbar, make sure it has a "Sort" tool on it. (If it isn't there, click on the triangle on the right end of the tool bar and choose "Sorting" from the list).
    Now click on the text to the right of "Sort:" on the toolbar and choose "Capture Time". Make sure the a/z has the 'a' on top, or your sort will be in reverse order.
    Hal

  • List of found events changes sort order when pasted from clipboard

    when I find a set of events in iCal, the list appears in the window at the bottom of the page in the correct sort order when sorted by date, title or type. When I then copy that list to the clipboard and paste it into another program (Pages, MacJournal, TextEdit) the sort order changes.
    I work mostly in English, but my macbookpro keyboard is German, so I assume the problem is with the language settings. I've tried changing the system preferences for language and sort order, and that changes the sort order, but it doesn't get it right.
    Anyone have any ideas?
    Thanks

    when I find a set of events in iCal, the list appears in the window at the bottom of the page in the correct sort order when sorted by date, title or type. When I then copy that list to the clipboard and paste it into another program (Pages, MacJournal, TextEdit) the sort order changes.
    I work mostly in English, but my macbookpro keyboard is German, so I assume the problem is with the language settings. I've tried changing the system preferences for language and sort order, and that changes the sort order, but it doesn't get it right.
    Anyone have any ideas?
    Thanks

  • Changing Sort order in iTunes

    I need to change the sort order in iTunes, pretty much like clicking on the browser header until the sort is "album by artist". Is there a way to do this?
    Thanks

    Took me a long time to get past the inconsistencies that Accessibility Inspector was revealing in iTunes. I finally ran a verify in Accessibility Verifier and discovered some inaccurate reporting in the Inspector. This works. Figured I would share it.
    If things are changed to "Album", it will not do more than re-sort that column. It will not change the Album by... setting. I hope I can figure that out.
    -- This will ensure that the artist column is sorted in ascending order
    tell application "System Events"
    tell process "iTunes"
    --read sort of grouping column
    set groupSort to (get value of attribute "AXSortDirection" of button "Artist" of group 1 of outline 1 of scroll area 1 of splitter group 1 of window 1)
    -- click button to select artist column if necessary
    if (groupSort = "AXUnknownSortDirection") then
    click button "Artist" of group 1 of outline 1 of scroll area 1 of splitter group 1 of window 1
    end if
    -- set to ascending if necessary
    if (groupSort = "AXDescendingSortDirection") then
    click button "Artist" of group 1 of outline 1 of scroll area 1 of splitter group 1 of window 1
    end if
    end tell
    end tell

  • Looking for a way to change sort order for albums

    I know how to set the sort order for each individual song (Sort tab on song info), but is there a way to set sort order for multiple tracks?

    Please help!

  • How to change sort order for Notes in iOS?

    When using Notes in OS 10.10, I can change the sort order. However, I cannot see how to change the sort order for Notes in iOS8 on my iPhone. I sync using iCloud, but the iPhone does not pick up the sort order (alpha) that I have chosen on my MBP.
    Is it possible to change the sort order on phones?
    Thanks.

    View > Sort By > Title

  • Changing sort order in Finder to display folder first

    In almost every other release of OS X there was a tweak to edit the frameworks so that you could have finder, when sorting by "Kind/Type"you could display folders first. Well of course they broke that in Leopard.
    Has anyone discovered a way to reinstate this nice little feature so that folders don't appear at the bottom of the list view but at the TOP like PathFinder?
    For those that are curious here WAS the "tweak" (go to System: Library: Frameworks: ApplicationServices.framework: Versions: A: Frameworks: LaunchServices.framework: Versions: A: Resources. Whew. Within that folder, you’ll see the English.lproj folder. Highlight it, and then select File: Get Info. In the Ownership & Permissions area, click on the Details triangle, click on the lock icon, and then click on the Owner pop-up menu and set it to your user name (enter your password if asked). Leave this window open; you’ll be changing it back in just a minute.
    Inside the English.lproj folder is a file named Localized.strings. Drag it onto TextEdit. Find the line that reads "Folder" = "Folder"; and insert a space before the F in the second Folder.)
    TIA,
    Peter

    Hi VFRJOEY,
    there is no way to change the sort order in column-view. This was under discussion since the very first release of MacOS X but never made it into any one of the releases.
    If this answered your question please consider granting some stars: Why reward points?

Maybe you are looking for

  • Error while starting database from client machine.

    Hi, I connected to oracle server from a clinet PC on LAN. I connect as- SQL> conn sys/pwd@orcl as sysdba Now, I am able to shutdown the database, but when I try to open my database it gives following error. SQL> STARTUP ORACLE instance started. ORA-1

  • Just installed 5.0 and it wont connect to the internet

    I just installed an update on my MacBook Pro. It was Firefox 5.0 however it simply wont connect to the internet. I am using Safari to contact you. When I go to your website I see a download for 6.o but that wont download.

  • Tcode ME91F mail sending issues in PO reminder with smartform layout

    Hi, I am facing one problem while executing ME91F tcode. When i assign script in NACE transaction to print the PO reminder layout through ME91F and send the PO to vendor of that PO through mail. I am able to send it. But When i do the same through sm

  • ITMS Server Problems: No Way to Report?

    I attempted to download a song from iTMS (track 1 of "The Incredibles" soundtrack) for my daughter. I added it to the shopping cart as usual, selected "Buy," went to the shopping cart, entered my ID when prompted, and discovered a dialog that I had n

  • Air Print always uses photo tray on C410b

    When I try to print documents using Air Print from my iPad the C410b  always defaults to the photo tray. Ok if I want to print a small photograph but I also need to print photos (and other documents)  at A4 size. I have set the 'Main Tray' as the def