Tracking my own threads -- how to sort by date?

Simple question, but I haven't figured out an answer.  Hoping there is one...
I'd like to be able to find any threads I've been involved in AND then sort them based on most recent activity by anyone in the thread.  When I go to my "Tracker" page, the list is sorted some other way, so I often miss cases where someone has recently posted to a thread that had been inactive for a while.
It'd also be nice to filter out multiple hits to different posts in the same thread.
Any simple solutions?
-Kevin P.

Hi Laura,
If you are passing along change requests then what would help me, would be able to view MY tracker were
0) only the threads (not each reply) are listed.
1) They are sorted by the time of the most recent update (regardless of who made the post) including new ratings.
2) The indicated ratings takes into acount only the stars for my replies not the whole thread.
Why?
With 44 screens to go through, any new posts to thread that are more than 100 back just don't get my attention.
Display based on threads would reduce the 44 pages of replies to about 10 (I guess).
I see new stars show up in my count and can seldom determine which replies recieved the ratings, good or bad.
Ben
Ben Rayner
I am currently active on.. MainStream Preppers
Rayner's Ridge is under construction

Similar Messages

  • How to sort the data in JSP using stylesheet sorting?

    Hi, i extracted data out in and display them <%=data%> in the jsp, but how to sort? do i have to provide a drop down list that gives different sorting options, and when user clicks on one option, say sort by title, the collection of results are sorted out on the same jsp page? so all in all, only one jsp page is needed or do i need to create xml files, etc?
    i have no idea how to integrate the xml sorting into the jsp page, even after seeing online help, cos there is no example of a jsp page with sorting to refer to. PLease help, thanks alot!

    im getting the data from beans, but one of the requirements was that i cant use the database to sort and display but i have to use xslt to do the sorting in the jsps, so i have no idea how to do so. possible to give an example? thanks

  • How to Sort JTable data using Multiple fields (Date, time and string)

    I have to fill the JTable data with some date, time and string values. for example my table data looks like this:
    "1998/12/14","15:14:38","Unicorn1","row1"
    "1998/12/14","15:14:39","Unicorn2","row2"
    "1998/12/14","15:14:40","Unicorn4","row3"
    "1998/12/17","12:14:12","Unicorn4","row6"
    Now the Sorted Table should be in the following way:
    "1998/12/17","12:14:12","Unicorn4","row6"
    "1998/12/14","15:14:40","Unicorn4","row3"
    "1998/12/14","15:14:39","Unicorn2","row2"
    "1998/12/14","15:14:38","Unicorn1","row1"
    ie First Date field should be sorted, if 2 date fields are same then sort based on time. if date and time fields are same then need to be sorted on String field.
    So if any one worked on this please throw some light on how to proceed. I know how to sort based on single column.
    But now i need to sort on multiple columns.So what is code change in the Comparater class.
    Thanks in advance.. This is urgent....

    I think your Schedule objects should implement Comparable. Then you can sort your linked list using the Collections.sort() method without passing in a Comparator.class Schedule(Date date, String class) implements Comparable
      public void compareTo(Object obj)
        Schedule other = (Schedule)obj;
        return date.getTime() - other.getDate().getTime();
    }

  • How to Sort prompt date in BO Webi report

    Hi Gurus,
    I am facing a critical issue in selecting date prompt in my webi report.
    Please find the below image as the dates are not getting sorted as per year.
    Please suggest solution for this.
    Regards
    Bikash

    Hi Bikash,
          Create a predefined filter in the Universe. The edit the date object by changing the LOV SQL, ordering it on the date field. Now click on the option 'Export with Universe" in the propereties tab and the export the universe.
      Hope it should wok.
    Thanks and Regards
    Ram
    09038887788.

  • How to sort via multi value parameter in ssrs

    I have a parameter with multi values. when the user selects ,he get of options like acount name, first name, last name.
    so if user selects firstname , the data has to sort by firstname.
    if he selects acount name , the data has to sort by account name.
    please help me how to sort the data using parameter with multivalue? in ssrs 2008.
    Thank you?

    Hi Venku,
    Based on your description, it seems that you create a parameter with available values and you want to sort the report data based on the parameter value. If the available values are the field names in the report, you can try to open the Tablix properties
    dialog box and specify the sort expression on "Sorting" tab as follows:
    =Fields(Parameter!parametername.value).value
    If the parameter allow multiple values and you want to sort the report data by more than one field, for example, sort the report data by "accountname" and then by "firstname", please add two sort expressions as follows:
    =Fields(Parameter!parametername.value(0)).value
    =Fields(Parameter!parametername.value(1)).value
    If you have any question, please let me know.
    Regards,
    Fanny Liu
    Fanny Liu
    TechNet Community Support

  • Sorting a Date

    How to sort a Date any API for that...(like a sorting a string)..
    plz send a code for it........

    java.util.Date implements Comparable.
    So, just add all your Date objects into a List and then use
    Collections.sort(dateList);

  • Sort Multilingual Data

    Hi Experts,
    Can you please suggest me how to sort multilingual data in oracle ? Like
    Caf
    Caf Tierra S.A.
    Café Cap, S.A.
    Café Capris, S.A.
    Café El Botón Ltda.
    Café ff
    Café Granja La Esperanza
    Café Granja La Esperanza
    Cafe hh
    Café Tierra S.A.
    Café Tierra S.A.
    Cafetalera Fernandez, S.A.
    Capitales Unidos, S.A. de C.V.
    Carcafe Ltda. C.I
    -Regards
    Mani

    Thanks
    Query used......
    SELECT COMPANYNAME FROM VIEW_PRODUCER_MASTER
    WHERE NLSSORT(COMPANYNAME) IS NOT NULL and COMPANYNAME Like 'C%'
    ORDER BY NLSSORT (COMPANYNAME);
    But issue not resolved ......
    Output of sql query
    COFINANZAS, S.A. de C.V.
    Caf Tierra S.A.
    Caf Tierra S.A.
    Caf Tierra S.A.
    Cafe Cap S.A.
    Cafe hh
    Cafetalera Fernandez, S.A.
    Café Tierra S.A.
    Capitales Unidos, S.A. de C.V.
    Carlos Alberto Vasquez Arevelo
    Carlos Alfredo Panamá Díaz
    Carlos Brasileiro e Douglas Brasileiro
    Casa de Zinc, S.A. de C.V.
    Casal, Coexca, Comexca S.A. de C.V.
    Required Output of above query
    COFINANZAS, S.A. de C.V.
    Caf Tierra S.A.
    Caf Tierra S.A.
    Caf Tierra S.A.
    Cafe Cap S.A.
    Cafe hh
    Café Tierra S.A.
    Cafetalera Fernandez, S.A.
    Capitales Unidos, S.A. de C.V.
    Carlos Alberto Vasquez Arevelo
    Carlos Alfredo Panamá Díaz
    Carlos Brasileiro e Douglas Brasileiro
    Casa de Zinc, S.A. de C.V.
    Casal, Coexca, Comexca S.A. de C.V.
    Mani

  • How to record simultaneous datalines each playing in its own thread?

    Hi,
    I have a program where multiple tracks of audio play simultaneously. Each track plays in its own thread to its own sourceDataLine. If I wanted to write all sourceDataLines currently playing to a file, how can I go about this?
    Is there someway to access the central point all of those sourceDataLines are going through and grab the data from there?
    Thanks,
    John

    jmljunior wrote:
    Is there someway to access the central point all of those sourceDataLines are going through and grab the data from there?Ummmm, if your sound card supports loopback capabilities, you could simply record the system mixer and you'd get exactly what was played over the speakers...

  • How do I sort by date added while maintaining track order?

    Hello,
    I'm trying to do what I think is a simple function in ITunes. I'd like to sort by "date added" and have the tracks line up sequentially by track number. In other words, when in Itunes, I'd like to have (from top of the library to bottom) my most recent album with tracks 1-10, listed, and then the next recent album and so forth. Almost like a most recent album. You can of course sort by date added, and scroll all the way down to the bottom of the page, but then when Ituns plays, you start on the most recent album, it runs through that album, and then is done.
    Any thoughts?

    If you ever find the answer, I'd love to know as well. How odd is it that you can do this. I tried several searches for this in software hacks, and applications that let you alter icon views and the like. Can't believe the limited interest in correcting it either.
    I was looking for a way to display screen shots of various jpeg elements with files names that double as instructions in a tutorial. Icon view allowed me to see pictures in a large enough size to use as instructions with the corresponding file names. All I would have had to do was screen shots assembled into a PDF and I would have been done. Having to retype every instruction along with copy, and pasting into a new document and so forth is more than double the work for any set of pictorial instructions.
    Maybe Garage Band or some other application is the workaround until then. I'll let you know if I ever find a better workaround, or the solution.

  • How to call adobe functions in my own thread?

    I am developing a plugin for adobe reader, I created one thread, failed  when i call AVAlertNote() in my thread. So how can i call adobe functions in my own thread(not in the main thread)?

    Well, there would have been a better chance of a reply in the Acrobat SDK forum. This isn't largely visited by developers. However, the answer is simple: while a plug-in can use threads it MUST only use Acrobat API calls from the main thread. It's well worth checking the Acrobat Developer FAQ before posting.

  • How to sort files and folders like Windows

    I don't know if this is specific to Arch or every other Linux distro but one thing that really bugs me in Arch is how files and folders are sorted. I use Windows as my main OS (don't start on that please) and I have one folder properly organized exactly as I want it and I like it how Windows sorts this. I access that same folder from my Arch installation, the problem is that the sorting is different and it gets on my nerves lol...
    This is how Windows sorts that specific folder:
    C:\Users\Nazgulled\Documents\University>dir /O
    Volume in drive C is Vista
    Volume Serial Number is F84E-02BE
    Directory of C:\Users\Nazgulled\Documents\University
    05-08-2009 15:34 <DIR> .
    05-08-2009 15:34 <DIR> ..
    05-08-2009 11:10 <DIR> [Archives]
    05-08-2009 14:38 <DIR> [Developers]
    05-08-2009 11:17 <DIR> [X] 1) Cálculo II
    05-08-2009 11:18 <DIR> [X] 2) Análise de Custos
    05-08-2009 11:18 <DIR> [X] 2) Cálculo de Programas
    05-08-2009 11:18 <DIR> [X] 2) Laboratórios de Informática III
    05-08-2009 11:18 <DIR> 2) Algoritmos e Complexidade
    05-08-2009 11:18 <DIR> 2) Arquitectura de Computadores
    05-08-2009 11:18 <DIR> 2) Comunicaçao de Dados
    05-08-2009 11:18 <DIR> 2) Engenharia Económica
    05-08-2009 11:18 <DIR> 2) Estatística Aplicada
    0 File(s) 0 bytes
    13 Dir(s) 24.700.485.632 bytes free
    And this is how Arch does it:
    nazgulled ~/University $ ls -l
    total 7
    drwxr-xr-x 1 nazgulled nazgulled 4096 2009-08-05 11:18 2) Algoritmos e Complexidade
    drwxr-xr-x 1 nazgulled nazgulled 4096 2009-08-05 11:18 2) Arquitectura de Computadores
    drwxr-xr-x 1 nazgulled nazgulled 4096 2009-08-05 11:18 2) Comunicação de Dados
    drwxr-xr-x 1 nazgulled nazgulled 4096 2009-08-05 11:18 2) Engenharia Económica
    drwxr-xr-x 1 nazgulled nazgulled 8192 2009-08-05 11:18 2) Estatística Aplicada
    drwxr-xr-x 1 nazgulled nazgulled 4096 2009-08-05 11:10 [Archives]
    drwxr-xr-x 1 nazgulled nazgulled 4096 2009-08-05 14:38 [Developers]
    drwxr-xr-x 1 nazgulled nazgulled 4096 2009-08-05 11:17 [X] 1) Cálculo II
    drwxr-xr-x 1 nazgulled nazgulled 12288 2009-08-05 11:18 [X] 2) Análise de Custos
    drwxr-xr-x 1 nazgulled nazgulled 4096 2009-08-05 11:18 [X] 2) Cálculo de Programas
    drwxr-xr-x 1 nazgulled nazgulled 4096 2009-08-05 11:18 [X] 2) Laboratórios de Informática III
    How can I get Arch/Linux to sort exactly the same as Windows?
    Last edited by Nazgulled (2009-08-05 14:41:47)

    toad wrote:
    Nazgulled wrote:Surely there must be a way to have the same sorting collation in Linux like in Windows
    Ah, no. The way they are doing it is nonsensical and not good practice for a unix style system. Having said that, some solutions have already been offered in this thread.
    While you are free to continue to ask others to help you achieve your aims, it may be more convenient for you to adapt to a structure that is displayed the same way under all systems (just to avoid frustration - not saying you _should_ do it ).
    I really don't care if it's nonsensical, I use Windows 95% of the time or more, it's my main OS, I'm used to it and I like it. Why should I care if it's not a good practice for a unix style system? I just want things to behave the way I like and for a free system like Linux where it doesn't even compare to Windows in terms of freedom in what I can do with it and configure the way I like, it sure is hard to change the way folders/files are sorted...
    It sucks that there isn't a proper solution but I'm not going to adapt anything, that would be nonsensical... But if I have to, I can live with the fact that there isn't a good solution and leave it as it is
    Thanks everyone for their input, "topic closed".

  • I just upgraded to the latest version of iTunes and it duplicated virtually every track in my music library. I need a quick way to delete the duplicates. Sorting by "Date Added" will not help because they are all listed as added on 12/12/2011.

    Library Duplicated
    I just updated to the latest version of iTunes and it duplicated virtually every track in my library. I need a quick way to delete the duplicates. Sorting by "Date Added" will not work, because every track is listed as added on 12/12/2011 even though this happened today 12/19/2011.

    I've written a script called DeDuper which can help remove unwanted duplicates. See this  thread for background.
    tt2

  • I have been sharing my iTunes account with my kids...now they are getting older and want to have their own accounts, how do I share the songs I purchased for them on my account with them on their new accounts?

    I have been sharing my iTunes account with my kids...now they are getting older and want to have their own accounts, how do I share the songs I purchased for them on my account with them on their new accounts?  Is there a way to transer from my main account their new accounts?  And can I share music from my account with them?

    You can't currently transfer content from one account to another account. As long as the tracks are on the computer's iTunes that they use/sync to, and your account is authorised on that iTunes, then they should be able to continue to use them.

  • Ask small questions that don't deserve their own thread. [HUH?]

    I'm sure there are a lot of tiny questions that don't deserve their very own thread. Ask these here and somebody that hopefully knows what they're talking about will answer them!
    Here are mine:
    Restarting X (ctrl+alt+backspace) doesn't work with openbox. When I try to, on the vc I see the xorg log reporting an error about openbox already running. When I go to vc7 there's nothing there, so openbox did exit. How do I fix this?
    pm-util's resume from suspend doesn't work. It goes into suspend mode correctly, but when I resume the motherboard beeps 4 times and crashes. Diagnosing this is very difficult, given that I see no resume entries on the pm-util log, just the suspend entires. Where should I start?
    Last edited by verve (2008-09-09 00:08:55)

    verve wrote:Restarting X (ctrl+alt+backspace) doesn't work with openbox. When I try to, on the vc I see the xorg log reporting an error about openbox already running. When I go to vc7 there's nothing there, so openbox did exit. How do I fix this?
    Restarting x is handled by the session manager (KDM , GDM etc.)  without one, ctl-alt-backspace just stops X
    by the way.. isn't this what IRC is for?

  • How to sort taxonomy with Java api?  Please Help

    Can someone please help me out?  I understand and can display the contents of a taxonomy. But I need it to be displayed in alphabetical order.  Manual ordering does not exist for taxonomies.  How do you sort a taxonomy in java?
    The following snip of code can get the taxonomy and loop through it but isn't ordered correctly.  Can some kind of comparator be used somehow?  Points will be rewarded!  Please help.
    //Get connection to KMCM path
    RID rid = RID.getRID(strPathToKMCM);
    IResource resource = ResourceFactory.getInstance().getResource(rid, context);
    ICollection collection = (ICollection) resource;
    IResourceList children = collection.getChildren();
    for (int i = 0; i < children.size(); i++){
         IResource ir = children.get(i);

    I'd also be interested to know how to do this.
    I found this code section to sort by date, but couldn't change it to get it to work to sort alphabetically.
    private void sortResouceListByDate(IResourceList resourceList) throws Exception {
    // create property names to index properties
    IPropertyName iPropSort = new PropertyName("http://sapportals.com/xmlns/cm", "modified");
    //create a comparator to order the resource list
    ResourcePropertyComparator rRPC = new ResourcePropertyComparator(iPropSort, false);
    //order the resource list
    resourceList.sort(rRPC);
    Link where code was found:
    https://forums.sdn.sap.com/thread.jspa?forumID=42&threadID=148468&messageID=1670970#1670970
    We are using:
    Portal 6.0.15.0.0
    KM 6.0.15.4.0
    Thanks!!

Maybe you are looking for

  • How can I auto-update all book file links after making a new copy of my project?

    Using Indesign CC 2014, Windows 7x64. I've created a catalog, using a book file (.indb) which connects 20 Indesign files (.indd) together (so page numbering is continuous, etc). Each of the 20 Indesign files all have numerous art asset links and cros

  • Web Gallery password problems

    After recently publishing and setting up a random password for a new iphoto Web gallery, I'm noticing that regardless of the password I assign to this gallery, the viewer ( or myself when testing it) still needed to enter my actual .mac password in o

  • Creating PDF document

    How do I create a PDF document/convert an Appleworks 6 document into PDF format? iMac Power PC G3 350MHz   Mac OS X (10.4.7)   Appleworks 6.2.9

  • Can I use Windows for Mac in iCloud?

    Hello, I would like to use Windows for Mac or any similar program, but I don't want to store it on my hard drive. Can I use it in iCloud, or any other Cloud environment? Would you recommend a good Windows for Mac type of program? Thank you!

  • Properties File: javax.usb ?

    Hi Guys, I'm sure you've all heard this a million times, but I'm hung up on it. I'm trying to learn about javax.usb, and keep getting this exception:javax.usb.UsbException: Properties file javax.usb.properties not found.And I swear to God guys, it's