Filter folder by date

Features wanted...
Post Reply
ugus
Posts: 211
Joined: 02 Jun 2006 16:42

Filter folder by date

Post by ugus »

Maybe I missed something obvious :wink: or this maybe this already can be accomplished by using scripting? or using a RegExp VF? but I would like to be able to set a VF on folder by date.

Code: Select all

Syntax something...

Folder | datemodified="date"

Examples:

Desktop | datemodified=<curdate>

Desktop | datemodified=2008-01-31

Desktop | datemodified=2008-01-30:2008-01-31 

jacky
XYwiki Master
Posts: 3106
Joined: 23 Aug 2005 22:25
Location: France
Contact:

Post by jacky »

Nope, you didn't miss anything : this cannot actually be done (although it'd be nice). You can use any column on your Selection Filter (Ctrl+M) but not as VF, which i think has to do with the List being already filled for the former, while getting filled for the later, hence some extra info (ie. other columns) not known at that time...
Proud XYplorer Fanatic

ugus
Posts: 211
Joined: 02 Jun 2006 16:42

Post by ugus »

jacky wrote:Nope, you didn't miss anything : this cannot actually be done (although it'd be nice). You can use any column on your Selection Filter (Ctrl+M) but not as VF, which i think has to do with the List being already filled for the former, while getting filled for the later, hence some extra info (ie. other columns) not known at that time...
Sad it isn't doable at the moment...

Don,
But later on this would be a nice addition IMHO.
Doesn't this sounds great! Make your own "VF by date udc" so that you easily can have you own auto filter by date. :D

admin
Site Admin
Posts: 66300
Joined: 22 May 2004 16:48
Location: Win8.1, Win10, Win11, all @100%
Contact:

Post by admin »

ugus wrote:
jacky wrote:Nope, you didn't miss anything : this cannot actually be done (although it'd be nice). You can use any column on your Selection Filter (Ctrl+M) but not as VF, which i think has to do with the List being already filled for the former, while getting filled for the later, hence some extra info (ie. other columns) not known at that time...
Sad it isn't doable at the moment...

Don,
But later on this would be a nice addition IMHO.
Doesn't this sounds great! Make your own "VF by date udc" so that you easily can have you own auto filter by date. :D
Yep. But as jacky said: it would mean a fundamental rewrite of some stuff...

ugus
Posts: 211
Joined: 02 Jun 2006 16:42

Post by ugus »

admin wrote:
ugus wrote:
jacky wrote:Nope, you didn't miss anything : this cannot actually be done (although it'd be nice). You can use any column on your Selection Filter (Ctrl+M) but not as VF, which i think has to do with the List being already filled for the former, while getting filled for the later, hence some extra info (ie. other columns) not known at that time...
Sad it isn't doable at the moment...

Don,
But later on this would be a nice addition IMHO.
Doesn't this sounds great! Make your own "VF by date udc" so that you easily can have you own auto filter by date. :D
Yep. But as jacky said: it would mean a fundamental rewrite of some stuff...
OK, I see :)

Post Reply