Changing items sort order at MI04

Hi, experts.
I have a requirement here, which is: I need to change the sort order for MI04´s items: instead of the standard sort order (which considers field ISEG-ZEILI as sorting condition), I´ll have to read another field from MARD and use it as sorting condition.
I´m already inserting an Enhancement into form RELEVANTE_POSITION, where I read data from MARD, create an auxiliar internal table similar to LISEG + my sorting condition field, and re-sort LISEG according to my aux int. table.
As I know that I shall have some extra work handling all the problems that those modifications may cause on futher execution of MI04, I would like to know if there is an alternative to this approach.
So, I ask you: have you ever had to do something like that?
Thanks,
Mauricio Dotto
Edited by: Mauricio Araujo Dotto on Dec 7, 2011 3:30 PM

There's a more detailed thread covering this at Mac Mail re-sort loses selected eMail
tl;dr: Working as intended. My workaround is to use the arrow key to move to an adjacent message. This refocuses the window.

Similar Messages

  • How change the sort order of searched items so last search item shows first. I DO NOT mean the order of search engines, but existing searches by down arrow key

    I want to be able to change the sort order of items I have already searched for in the search box. I want to be able to hit the down arrow key and see my previous searches in the order of last search showing first. At the moment I have no idea how it is sorting and it's very annoying to have to re-type a query I typed 5 minutes earlier but because I typed in another 10 since it is lost somewhere in the list. Can this be done, I have googled but did not find the topic anywhere. Just to clarify, I DO NOT MEAN the order of search engines (which is all that comes up in google), I mean the actual text typed in which has been saved in the drop down list.
    Thanks

    The "form fill" feature uses a "frecency" algorithm, frequency + recency, similar to the address bar autocomplete list.
    I found an extension that seems relevant, but the reviews are old so I'm not sure it's still working: [https://addons.mozilla.org/en-us/firefox/addon/searchbar-autocomplete-order/ Searchbar Autocomplete Order].
    But... is the autocomplete not working? I would expect that typing a couple characters of the earlier query would filter the list so you can easily select it? Or is the problem that the list doesn't remember enough searches for that?

  • HT2470 Why does this not explain how to change the sort order?

    Why does this (i.e. support at Apple.com) not explain how to change the sort order? I can "arrange" by Date Modified for example but it won't let me switch to use most recent dates first. Also, what is Apple-speak for arrange versus sort anyway? It seems I used to be able to click on a column heading in finder and get a drop down arrow allowing me to change the sort sequence.

    Arrange roughly translates to "group the items in the folder." Sort is how each group is ordered. If you have arrange set to none, you can sort by anything. However, there is no way in the Arrange/Sort menu to choose the direction. The only way to do that is in the List View, and you must have Arrangement set to None.
    I've submitted an Enhancement Request to allow choosing sort direction from the Arrange/Sort menu, but I haven't ever gotten a response, which is good and bad. Good because they will often respond that they have considered it and don't plan on implementing. Bad in that they've haven't implemented it.

  • How do I change the sort order in the file picker?

    Hi there,
    I've recently hit a problem with the Save and Open dialogs in Mavericks. Some how I have changed the sort order within the Column View so that it sorts by modified date and no longer by name. Unfortunately I can't work out how that happened or how to get it back so that it sorts by Name.
    Please could anyone help?

    Normally, you click on this thing (shown below) and select the sorting preference.

  • Why does iPhoto change the sort order of the photos in my album when I attempt to share via Photo Stream?

    Why does iPhoto change the sort order of the photos in my album when I attempt to share via Photo Stream?

    Did anyone find a good way to sort the shared albums better, so that the ones you share with can better find their way around.
    You can arrange them manually in an album, select all and use the Photos ➙ Batch Change ➙ Date to menu option and check the box to add a set interval between photos. That will let the photos be sorted by date and be in the order you want:
    OT

  • How do I change the Sort order for Music Video's on the iPad

    Hi All,
    Apologies if this has been dealt with elsewhere - I can find posts about sort order for TV Shows and Movies but not Music Video's.
    When I sync my music video's the appear in Track order in the video app and I cannot find how to change the sort order to 'by Artist' (or any other order come to that).
    Any ideas please>

    Hi!
    Im afraid I believe this cannot be done yet. Sorry!
    You can try submitting feedback to apple by clicking [here|http://www.apple.com/feedback/ipad.html] if you wish.
    Hope this helps!

  • Can't Manually Change Collection Sort Order

    When trying to manually change the sort order of any collection I get the following error message:
    Database "/Users/Dan Donovan/Pictures/Lightroom/Lightroom 5 Catalog.lrcat": AgLibraryCollectionImageOzSortOrder.positionInCollection may not be NULL
      Statement:  INSERT OR REPLACE INTO AgLibraryCollectionImageOzSortOrder
      ( collectionImage, collection, positionInCollection, ozSortOrder )
      VALUES( ?, ?, ?, ? )
    Any suggestions?
    Thanks!
    Dan

    Some others have reported this on the official feedback forum:
    LIGHTROOM 5.5: Error when moving grouped images in Grid view.
    Lightroom CC Re-Sorting within a collection giving error message
    LightRoom 5.5 OSX 10.9.3: Custom sort within a collection gives an error (screenshot attached)
    Please add your opinion and votes to those threads.  The threads include some workarounds you might try.

  • Change the sort order (ascending/descending) based on parameter field

    I have created a formula on a subreport to change sorting based on variables.
    select {?Pm-@Sorting}
    case "property_type_desc ASC" :
    {owned_property.property_type_desc}
    case "property_type_desc DESC" :
    {owned_property.property_type_desc}
    default:
    ({owned_property.property_type_cd}; )
    how can I change the sort order ascending and descending using the formula??
    Thanks, Jessica

    Try this
    1. Create a parameter with 2 default values in the picklist: Descending and Ascending.
    NOTE:
    In Crystal Reports version 5 or 6, it is not possible to have a pick a parameter value from a list. The user must enter a specific value, guided by the prompting text. For example : To Sort in Ascending order type A, to sort in Descending order type D.
    u2022 On the 'Insert' menu, click 'Parameter', then click 'New'.
    u2022 Type the name and prompting text for the parameter in the corresponding boxes.
    u2022 In the 'Type' box, click 'String'.
    u2022 Click 'Set Default'.
    u2022 In the 'Value to add' box, type 'Descending' then click '>' to move it to the 'Default Values' list.
    u2022 Repeat the above step for 'Ascending'.
    u2022 Click 'OK', then click 'OK' again to return to the report.
    2. Create 2 formulas based on the field you want to change the sort direction on:
    u2022 On the 'Insert' menu, click 'Formula', then click 'New'.
    u2022 Create this formula:
    @Asc
    If {?Parameter} = "Ascending" then
    u2022 Save this formula and close the Formula Editor. This brings you back to the Formula tab of the Insert Fields dialog box.
    u2022 Click 'New' and create this formula:
    @Des
    If {?Parameter} = "Descending" then
    u2022 Save this formula and close the Formula Editor.
    u2022 Click 'Close' to return to the report.
    4. Sort the report based on these two formulas.
    u2022 On the 'Report' menu, click 'Sort Records'.
    u2022 In the 'Report Fields' list, click {@Asc} and move it to the 'Sort Fields' list.
    u2022 Under 'Sort Direction', click 'Ascending'.
    u2022 In the 'Report Fields' list, click {@Des} and move it to the 'Sort Fields' list.
    u2022 Under 'Sort Direction', click 'Descending'.
    u2022 Click 'OK' to return to the report.
    Once you preview the report you will be prompted to select a parameter value, which will determine how the report is sorted.
    Regards,
    Raghavendra

  • Changing Search sort order for Simplified Chinese

    We're generating a Simplified Chinese WebHelp system using Robohelp 10 and we need to change the sort order in the Search results so that it follows the pinyin order instead of "Y, Z, M, T" (Referring to 仪,准,美,通). Is there a way to do this?

    I sort of found a workaround, but it may lead to other problems, so use it at your own risk.
    It also requires a bit of work.
    The idea is to use the sort order for Japanese by specifying the following in the IX reference page.
    Symbols[\ ];数字[0];A;B;C;D;E;F;G;H;I;J;K;L;M;N;O;P;Q;R;S;T;U;V;W;X;Y;Z;あ;い;う;え;お;か;き;く;け;こ;さ;し;す;せ;そ ;た;ち;つ;て;と;な;に;ぬ;ね;の;は;ひ;ふ;へ;ほ;ま;み;む;め;も;や;ゆ;よ;ら;り;る;れ;ろ;わ;ん;[ ]
    <$symbols><$numerics><$alphabetics><$kana>
    Then, you need to capitalize the first letter in the bracket used for sorting for every index entry.
    Example:
    Instead of
    画面[hua4mian4]
    specify
    画面[Hua4mian4]
    Now, I'm wondering if there is a way to do a search and replace on all index entries to capitalize the first letter...

  • Please explain how to change Album sort order

    I'm sorry if this has been asked before. I've looked everywhere and can't find a solution.
    Itunes appears to be sorting my albums by year. For instance on my iPad under Dave Matthews the first album is Remember two thing from 1993.
    I want to change the album order displayed on my iPad for everything under Dave Matthews Band. How do I do this?

    Arrange roughly translates to "group the items in the folder." Sort is how each group is ordered. If you have arrange set to none, you can sort by anything. However, there is no way in the Arrange/Sort menu to choose the direction. The only way to do that is in the List View, and you must have Arrangement set to None.
    I've submitted an Enhancement Request to allow choosing sort direction from the Arrange/Sort menu, but I haven't ever gotten a response, which is good and bad. Good because they will often respond that they have considered it and don't plan on implementing. Bad in that they've haven't implemented it.

  • Change Label Sort Order (in icon view)

    How can I change the order that labels are sorted in?
    In list view, labels are sorted in alphabetical order, so you can change the order by changing the label names, but labels are always in the same order in icon view - and it's not a particularily logical order. It isn't alphabetical, and it isn't in order of the colours (grey - green - purple - blue - yellow - red - orange) and now in Mountain Lion (I just upgraded from Snow Leopard) I can't even keep them arranged in reverse order so the ugly grey is at the bottom.
    Is there any way to change the label sort order for icon view?

    Hello there, SECbc.
    The following Knowledge Base article shows how to sort in Finder:
    Mac Basics: The Finder
    http://support.apple.com/kb/ht2470
    Specifically:
    In any view, you can organize the window by clicking the item arrangement button and choosing one of the ways to group items.
    Thanks for reaching out to Apple Support Communities.
    Cheers,
    Pedro D.

  • How do you change the sort order of mp3 songs?

    I have transfered MP3 files from my PC to itunes & iPod and created my own compilation albums for some of my favourite artists. However I would like to change the order of the songs but I dont know how to do this. I cant see what itunes or the ipod is using to determine the sort order!
    thanks
    Tom

    tinny's advice will work if you gave them an album name and they are actually listed in your library as an album. (Under Get Info, just tell it track 1 of 10, 2 of 10, etc.)
    IF you created a playlist for the album, click on the column for the track numbers and then click and drag the songs into the order you want.

  • How to change the sort order of complex table in drop down

    Hi Team,
    I have a complex table which is working but the sort order i want in a different way. How can i change?
    Regards,
    Gupta

    Gupta,
    My screen field definitions are as follows:
    1. Location
    2. Partner
    --In my previous reply, the first screen shot is without any parent index. So it is giving all values in alphabetical order only.
    --After that I created parent index for partner with location, So the partner values are depend on location chosen.
    In my TEST1:
    --I just selected "Andhra pradesh" as location, In partner field drop down it is showing "Ragava" "Suman" "Sunitha" only.
    --Because these are only the values belong to "andhra pradesh" location and these are coming in alphabetical order only.
    TEST2:
    --Here I selected "Gujrat" as location, In partner field drop down it is showing "Avinash" "Mohan" "Suman" which are belong to "Gujrat" location, These are also in alphabetical order only.
    Hope this clears now. Still any query please post.
    Thanks,
    Swaroopa.

  • How to change the Sort Order?

    Hi,
    I want to do a sorting on 3 fields in the order say for Eg:Name,Number,Dt.On the report I have grouped by Number so by default it appears in the sort list(Asec),So my sort order on the report looks like Number,Name,Dt but as per the requriment I want to sort it first by Name, then by Number, and then by Dt.
    Is there a work around for this...

    Try to insert a summary on name field in group footer like maximum(,).
    Now go to report>group sort expert>select all based on maximum(,)
    Now the report sorts based Name field instead of number field
    Regards,
    Raghavendra

  • How do you change the sort order of a Stack on the Dock in List view?

    I want to change the 'Date Added' sort in the list view mode of a stack from descending to ascending.
    I have the Downloads stack sorted by 'Date Added', however I would like to reverse the order of this sorting. When I open the stack, it shows the oldest files at the bottom and newest files at the top. Since there are many hundreds of files, the newest files are actually hidden and I must scroll up to access them. When I access this folder I want to see the most recent files first, at the bottom of the list nearest the stack icon, not the files I downloaded years ago.
    I prefer to use the traditional List view for Stacks because it is faster (no animations or loading preview icons) and easier to navigate visually. Please do not suggest a different view mode such as fan view or use-new-list-stack.

    Have you tried changing the list with the numbers? (See the screen shot)

Maybe you are looking for

  • Calendar colours are different in iPhone than what's on my iCal

    Why is it that the colours that I assign in iCal on my computer is different than the colours I see for the same events on the Calendar in the iPhone? Say, for example, I set an event for MISC for a whole day for today, and make it Red in my iCal - w

  • "X-Axis Scaling setting "by user in a chart

    hi i want to visualize multiple number of plots ín a chart. futhermore  for this graphical display there should be manually control for x and y axis. that means there should be numerical control field  where we can write 200 ms second and it should o

  • Excel 2013 not switching cells with cursor keys

    Hello I am currently having trouble with excel 2013 x64 When i use the cursor keys like in earlier versions of excel, instead of navigating through cells, the whole sheet scrolls by that cell in one direction. I am not sure if I have changed the sett

  • About displaying report in web ?

    Will everything be displayed in web using oracle 10g ? Do I need to install any software on the client machine if I want to generate paper report ? The report format displayed in web and paper layout are different, can I adjust the web layout to disp

  • Photoshop CS6 Crashing when I try to print

    As it says, it's crashing, regardless of if I hit crtl+P or try to select it in the menu, and I have no clue what to do. Any suggestions? Edit: if there is something more than this information that is needed, I'll need to be told what. And very possi