How do I search my posts sorted by date?

Hi hussein,
I am retrieving all my posts in this forum, and I got it sorted "alpha" , how can I sort it by date?
Thanks
MsK
By the way, I saw that u have updated my last 2 posts, but when I clicked on them, I do not see your response yet,
kinda weird? like the server is too slow?

Hi,
I am retrieving all my posts in this forum, and I got it sorted "alpha" , how can I sort it by date?I do not think you can sort by date, but you can click on your profile, then click on "Search for all user messages" and select the "Date Range".
By the way, I saw that u have updated my last 2 posts, but when I clicked on them, I do not see your response yet,
kinda weird? like the server is too slow?You will have to refresh the page, this usually happens to me after posting and I need to refresh the page to see the new update.
Regards,
Hussein

Similar Messages

  • HT4221 I really want my Apple TV, iPad and iPhone to sort them in date taken like in iPhoto on my iMac. How do I do that? Sorting on date modified seems so stupid to me, why would anyone need this? Date taken gives a timeline in your event.

    I really want my Apple TV, iPad and iPhone to sort them in date taken like in iPhoto on my iMac. How do I do that? Sorting on date modified seems so stupid to me, why would anyone need this? Date taken gives a timeline in your event.

    The unix commands you need are:
    GetFileInfo
    SetFileInfo
    and maybe find
    for cryptic details use the man command
    Macintosh-HD -> Applications -> Utilities -> Terminal
    man SetFileInfo
    You may use the SetFileInfo command to set the file type & the program which will open the file.
    # This little gem will do a get info on all files in a directory.
    mac $ ls  | xargs -I {} GetFileInfo "{}"
    file: "/Users/mac/playdoc/oddadocodd"
    type: ""
    creator: ""
    attributes: avbstclinmedz
    created: 05/01/2011 14:53:22
    modified: 05/01/2011 14:53:22
    file: "/Users/mac/playdoc/one.docx"
    type: ""
    creator: ""
    attributes: avbstclinmedz
    created: 05/01/2011 13:57:48
    modified: 05/01/2011 13:57:48
    file: "/Users/mac/playdoc/oneLineFile"
    type: "TEXT"
    creator: "!Rch"
    attributes: avbstclinmedz
    created: 05/07/2011 14:27:17
    modified: 05/07/2011 14:27:17
    file: "/Users/mac/playdoc/oneLineFile.txt"
    type: "TEXT"
    creator: "!Rch"
    attributes: avbstclinmedz
    created: 05/07/2011 14:27:49
    modified: 05/07/2011 14:27:49
    file: "/Users/mac/playdoc/three.docx"
    type: ""
    creator: ""
    attributes: avbstclinmedz
    created: 05/01/2011 13:58:03
    modified: 05/01/2011 13:58:03
    file: "/Users/mac/playdoc/two.docx"
    type: ""
    creator: ""
    attributes: avbstclinmedz
    created: 05/01/2011 13:57:56
    modified: 05/01/2011 13:57:56
    file: "/Users/mac/playdoc/weirder.doc.docx"
    type: ""
    creator: ""
    attributes: avbstclinmedz
    created: 05/01/2011 14:50:03
    modified: 05/01/2011 14:50:03
    # well, ! is a funnie character so we escape it.
    mac $ SetFile -t TEXT -c \!Rch two.docx
    mac $ GetFileInfo two.docx
    file: "/Users/mac/playdoc/two.docx"
    type: "TEXT"
    creator: "!Rch"
    attributes: avbstclinmedz
    created: 05/01/2011 13:57:56
    modified: 05/01/2011 13:57:56
    mac $
    mac $ date
    Sat May  7 14:40:56 EDT 2011
    mac $

  • How do you search through posts?

    I'm having trouble with itunes u 'New URL box'...and I can't find how to search through posts! One post said to click on 'More Options' but I dont' see that either.

    A subscriber info dump is likely the fastest way.  If you're curious regarding other methods, you can also use the Data Link Explorer (CUDLE) tool which is in the Cisco Unity Tools Depot.  All extensions for all objects are referenced in the "DTMFAccessId" table.  The View menu has a Query Builder which you can use to compile a SQL query that searches for a digit string.  It's best to search for both the 10 digit string as well as an abbreviated string as Unity sees them essentially the same and they are usually should be associated with a single subscriber.  Once you find a match, you can use the "ParentObjectId" value associated with the DTMF access ID to look for a matching owner in the "GlobalSubscriber" table.  The ParentObjectId should match the SubscriberObjectId for a subscriber (assuming the DTMF access ID is assigned to a subscriber).  This is the same thing as looking at SQL; however, you are not directly accessing the DB so this is generally considered the safest way to browse and get a feel for where things are.
    Hailey

  • How to Rectify Goods Return posted in wrong date

    Dear Expert
    Please guide me how to rectify the Goods return posted in Wrong Date.
    Regards
    Rajani patel

    DEAR GORDAN
    I am talking about Purchase Goods Return based on GRPO then how can i rectify it
    Scenario is like this
    GRPO date:10th April 2010 and client has made Goods Return in 21th Sept 2010 instead of same date of GRPO
    Regards
    Rajani P Patel

  • How to "quick search" in a sorted list ?

    Hi all,
    I need that your advice to choose the best collection to modelize my data.
    Let me describe you the context of my problem:
    I work on an antenna pattern file which looks like this:
    Elevation (deg);Gain (dB)
    0;5
    3;45
    6;3.1
    10;6.5
    16;18.1
    20;33.1
    24;31.2
    30;3.5 I need, for a given elevation angle, to get the related gain. if the exact value of the angle is not found, we will return the gain of the nearest angle.
    For example:
    If the elevation angle is 5 degrees, I must return 3.1 dB.This operation should be called a big number of time (about many hundred calls)
    What are your advices to modelize my data ? What is the best collection to do it ? What is the best way to quick search in this data to get the gain realted to a given angle ?
    I though to use the binary search tree. What do you think about this solution ? Do you known of the Java API contains an implementation of the binary search trees ?
    I though too to use an hashset. The hashcode should be computed in order to access to the nearest angle in the list of values. But I did not find the alogrithm to compute a such hash code. Maybe it is a wrong way.
    Please, help me.
    Tell me your opinion and your advices to solve my problem.
    Let me know if you need more information
    Thanks

    OK, it works.
    I created a class for my data:public class ElGainPatternElement
      private double elevation;
      private double gain;
    +getters/setters
    }Then, I created a comparator to compare my elements on the elevation attribute.
    Finally, I specialiazed the Collections.binarySearch method in order to return the value instead of the index.
    I the object is not found, I return the inferior (or superior) object.
    public static <T> T binarySearch(List<? extends T> list, T key,
          Comparator<? super T> c, boolean isMinStrategy)
        int index = Collections.binarySearch(list, key, c);
        // si objet non trouv�
        if (index < 0)
          // r�cup�rer l'index le plus proche de celui recherch�
          index = isMinStrategy ? (-index - 2) : (-index - 1);
          // si plus grand que tous les �lts, retourner le dernier de la liste
          if (index >= list.size())
            index = list.size() - 1;
          // si plus grand que tous les �lts, retourner le premier de la liste
          else if (index < 0)
            index = 0;
        // retourner l'objet le plus proche au regard de la strat�gie
        return list.get(index);
      }It works very well.
    But now, I need to change the strategy to use if the wanted elevation is not in the list.
    If you look at the example of my first post, the 5 degrees of elevation is not in my list. So, I have to interpolate the values of the gain in order to get a correct gain.
    If possible, it should use the least squares interpolation (I'm not sure of my traduction of "moindres carr�s").
    I have really no idea of the way to do it.
    Can anyone help me with this interpolation ? I have never use algorithm of interpolation (except the mean of 2 values).
    Maybe the Java API provides some utilities that can help me to interpolate my values ... any suggestions ?
    Thanks

  • How can I get my emails sorted in date order?

    how can I get my email page to read in date order

    Thank you for this. Now the emails are in reverse order but at least they are in date order. Can you help me get today message at the top?

  • How to add search help to customer field of field selection on ESS Screen?

    Hi all,
    I am able to get customer field CUSTOMER01 from field selection customization on leave application ESS Screen. How to attach search  help which contains Holiday date & its description to this field?
    Thanks,
    Swapnali

    Hi,
    This is for working time -> leave request screen
    In field selection there is one field 'code for description of illness'. I have done required config for getting this field on ESS Screen. This field already has standard search help. So I m able to view the values of this field on ESS screen .
    So I thought to try assigning custom search help to this CUSTOMER0 field. Is there any method in BADI PT_ABS_REQ through which I can achieve the same. Please help.
    -Swapnali

  • Searching for pictures by both date and keyword

    When I have the calendar tab up and a date with pictures is highlighted, when I go to select a keyword the calendar goes away and then I am back to my library. How do I search for pictures by both date and keyword?
    Thank You, Margaret

    Margaret:
    You can use a Smart Album to do the job. Just use the criteria:
    Keyword is "xxxx" and Date is "dd/mm/yyyy"
    Be sure to select All in the Match menu.
    Or you can use the text find box at the bottom in this undocumented way:
    1 - click on the library icon and in the text box type any character.
    2 - select the library icon again and type Command-I
    3 - in the Find window (the same as what you get for a Smart Album) set your criteria: Keyword is "xxx" and Date is "dd/mm/yyyy" and set "All" as the Match criteria.
    4 - hit the search button and those pictures will show up in the thumbnail window.
    5 - when complete clear the text box at the bottom of the window to get all of the photos back.
    Either way you'll get those photos with the keyword and particular date.

  • How do I search for a previous question I posted?

    Hi
    How do I find older questions I had posted on the forum/community?
    I had posted a question a few months prior and had a response.  I'd like to look up that resonse again, but I cannot find it in my history.
    The post is only a few months old, but does not show up in the history of my posts (that I can find).
    How do I search for ALL of my old posts? 

    Click Your Stuff > DIscusssions. This should list all the threads you have contributed to, most recently active first, and paged back to your earliest post.
    If you use the filter for Open Questions or Answered Questions you should see the threads that you started, still open and marked answered respectively.
    If your thread really has disappeared then the usual explanation was that something contentious got added to it and the hosts deceived to evaporate the whole thing.
    tt2

  • How to search my posting created 2 years back

    Hi,
    I tried searching my posting that i have created Aug 2007 but from the dropdown i can see the limit i can search only until 1/1/2008. Is there a way i can search for the past 2-3 years.
    Please help, As i need to get some good tips i have received.
    Regards,
    Babu

    would like to know if there is a advanced search option were i can search posting that was created from 15-Aug-2007 to 25-Aug-2007No. Doing a search using All for the Date Range and ordering the results by Date would be the way to go. If the post is not visible, there are a couple of possible reasons: the entire thread was removed in the forum "upgrade" that occurred in August 2008 for "performance reasons" due to the thread being "too long" (many useful threads suffered this fate); the entire thread or the post was removed at some point due to some breach of forum policy (spam, abuse etc).

  • How do I search for all "missing" tracks within the iTunes database?

    I found the dreaded ! of death, and sadly I verified the tacks indeed are not on my hard drive.
    Is there a way to sort on this tag so that I can see what else might be missing on my hard drive but remains in the database (sort of similar to how you can search for all tracks that have missing artwork)? 

    Thanks.  It works perfectly.
    URL for anyone else in need:  http://dougscripts.com/123

  • How do i search for a specific email in mail.

    I would like to know how do i search my inbox for an email that was sent more than a week ago. There is no search optin, or a "sort by" option as in mails on an i-Mac.

    Hi CarlaBez,
    If you are having issues searching for specific email messages on your iPhone, you may find the following articles helpful:
    iOS: Understanding Spotlight Search
    http://support.apple.com/kb/ht3636
    iPhone User Guide For iOS 7.1 Software
    http://manuals.info.apple.com/MANUALS/1000/MA1565/en_US/iphone_user_guide.pdf
    (pg. 50 for Mail options)
    Regards,
    - Brenden

  • When in i-tunes 11 mac, how do i search for a song as well as a genre at the same time?

    when in i-tunes 11 mac, how do i search for a song as well as a genre at the same time?

    If you mean searching for a song that you already have in your Library, then you can select "Music" first. Then, go across horizontally to Genres and select that; then by using the drop-down menu found under "View" & (of course) select "View Options"-- you will be presented with a limited # of choices to sort by.
    My iTunes 11.0.5 shows 4 parameters to choose from: Title, Artist, Year and Rating. Then you can sort & finally...
    Enjoy,
    mm~

  • How do I search for a bookmark folder by name in Safari?

    How do I search for a particular bookmark folder in Mac Safari 7.06?  Since there seems to be no automated way to sort the folders (as in other browsers), in a long list of folders, a particular one can be hard to spot.  Yes yes, very similar to a previous question of mine.  -jan

    Click "Help" menu in the Safari menu bar and enter the folder name in the search box.

  • How can i see the posts that i answered?

    How can i see the posts that i answered?
    Actually i some others post for a VLAN.. now i need that post ... but i'm unable to find it...
    Can someone please help me in this ?
    Regards,
    Chandu

    I probably do not fully understand your question. Based on what I think I understand I offer these suggestions:
    - if you click on your profile, or using the account link on a forum page select profile, then at the bottom of the information of your profile is a list of the responses that you have made. But it displays a limited number of responses.
    - if you use the search feature of the community you might find it by searching on your name, or better to search for some term that was used in the response.
    HTH
    Rick

Maybe you are looking for

  • HT201263 I forgot my lock screen password. When I try the step with USB cable with computer. It doesn't work. My picture didn't get detectede

    Sir, I forgot my lock screen password. And now my iPad is didisabled. I've tried the steps with using usb cable, but it doesn't work. The device wont detected. Please help me. Because i've no idea to fix it

  • Connecting Wii to Internet

    Hello all, I have been trying to connect my Wii to the internet. However, I am at college and getting it connected wirelessly won't work. I bought a Rocketfish LAN adaptor but that still didn't work. I have been reading about people connecting the Wi

  • Mass reversal using AB08 - BDC

    Hi,   I had done a BDC for Mass reversal of fixed assets using transaction AB08 using sessions method.It gets processed succesfully in foreground,but return with errors when processed in background. When done an analysis with logs,the sequence of scr

  • Encountering a "Project Save Error"

    Hello - I'm running Adobe's Creative Suite on a MBP with OSX 10.8.2. Since installing CS6, I've encountered the following problem with Adobe Premiere Pro: whenever I attempt to save the project, I get a "project save error" telling me I need to choos

  • How to simulate splitview

    Hi Everyone, I am working with an iPad application in landscape mode. I like the flow of the splitview pattern and operation. BUT i need to make it a little different. On the left panel, I will have a series of 10 buttons. Each button will need to di