A Microsoft Outlook email forum. Outlook Banter

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » Outlook Banter forum » Microsoft Outlook Email Newsgroups » Outlook - General Queries
Site Map Home Register Authors List Search Today's Posts Mark Forums Read Web Partners

Help with Advanced Filter criteria for customized email inbox view



 
 
Thread Tools Search this Thread Display Modes
  #1  
Old July 9th 09, 10:00 PM
mmrtech mmrtech is offline
Junior Member
 
First recorded activity at Outlookbanter: Jul 2009
Posts: 2
Default Help with Advanced Filter criteria for customized email inbox view

Using MSOutlook2003
I customized my Outlook Inbox view with an advanced filter. The criteria were

Field Condition Value
-------- ----------- ------
Due By does not exist
Due By on or before Today()

The result was that I see all of my email messages that either don't have a reminder set (flag and due date) or have a reminder set for any time after 12:00:00 AM of the current day.

This worked very well. Everything that is due on a future day was hidden from view so I didn't have to look at it. I then decided that I also wanted to hide email messages that are due later in the same day. I changed "Today()" to "Now()" in the second criteria above, but it doesn't seem to be working quite right. Hard to explain, so I'll use an example.

The emails that are flagged as due at 9AM on Friday are now showing up on Thursday at 10AM. Sooooo, the time checking is working, but the date checking is not!

Any suggestions? I couldn't find any documentation on the advanced filter criteria.

Thanks in advance.

Matt
Ads
  #2  
Old July 10th 09, 06:09 PM posted to microsoft.public.outlook
Diane Poremsky [MVP]
external usenet poster
 
Posts: 12,991
Default Help with Advanced Filter criteria for customized email inbox view

I'm kinda surprised Now() applied to hours in tasks - it should work like
Today() - but it seems to be working more like now() = "this week".

In my tests, Now() hides things flagged for next week but not flagged for
tomorrow (or this week, but flag for this week = flag for friday = flag for
today). The reminder time doesn't seem to affect it - in outlook's mind,
flagged for today = due at 5pm. The reminder is just a reminder.

So... try a different field - reminder time, on or before now(). However, it
won't work with the due date field as they are AND'd together. You'll need
to use either SQL or QueryBuilder tab to create the filter with OR.

See http://www.outlook-tips.net/archives/2004/20040927.htm for info on
querybuilder.

--
Diane Poremsky [MVP - Outlook]
Outlook Tips: http://www.outlook-tips.net/
Outlook & Exchange Solutions Center: http://www.slipstick.com

Outlook Tips by email:


EMO - a weekly newsletter about Outlook and Exchange:


Let's Really Fix Outlook 2010
http://forums.slipstick.com/forumdisplay.php?f=34

"mmrtech" wrote in message
...

Using MSOutlook2003
I customized my Outlook Inbox view with an advanced filter. The
criteria were

Field Condition Value
-------- ----------- ------
Due By does not exist
Due By on or before Today()

The result was that I see all of my email messages that either don't
have a reminder set (flag and due date) or have a reminder set for any
time after 12:00:00 AM of the current day.

This worked very well. Everything that is due on a future day was
hidden from view so I didn't have to look at it. I then decided that I
also wanted to hide email messages that are due later in the same day.
I changed "Today()" to "Now()" in the second criteria above, but it
doesn't seem to be working quite right. Hard to explain, so I'll use an
example.

The emails that are flagged as due at 9AM on Friday are now showing up
on Thursday at 10AM. Sooooo, the time checking is working, but the date
checking is not!

Any suggestions? I couldn't find any documentation on the advanced
filter criteria.

Thanks in advance.

Matt




--
mmrtech


  #3  
Old July 10th 09, 11:17 PM
mmrtech mmrtech is offline
Junior Member
 
First recorded activity at Outlookbanter: Jul 2009
Posts: 2
Default

Diane -

Appreciate the reply, but I did not have much luck. I'm trying to filter email messages and the Reminder Time field only seems to work for filtering appointments and tasks.

Thanks for the tip about query builder. It didn't solve the problem, but I'm glad to have it in my tool belt now.

I'm convinced this filtering problem is a defect.

Matt



Quote:
Originally Posted by Diane Poremsky [MVP] View Post
I'm kinda surprised Now() applied to hours in tasks - it should work like
Today() - but it seems to be working more like now() = "this week".

In my tests, Now() hides things flagged for next week but not flagged for
tomorrow (or this week, but flag for this week = flag for friday = flag for
today). The reminder time doesn't seem to affect it - in outlook's mind,
flagged for today = due at 5pm. The reminder is just a reminder.

So... try a different field - reminder time, on or before now(). However, it
won't work with the due date field as they are AND'd together. You'll need
to use either SQL or QueryBuilder tab to create the filter with OR.

See http://www.outlook-tips.net/archives/2004/20040927.htm for info on
querybuilder.

--
Diane Poremsky [MVP - Outlook]
Outlook Tips: http://www.outlook-tips.net/
Outlook & Exchange Solutions Center: http://www.slipstick.com

Outlook Tips by email:


EMO - a weekly newsletter about Outlook and Exchange:


Let's Really Fix Outlook 2010
http://forums.slipstick.com/forumdisplay.php?f=34

"mmrtech" wrote in message
...

Using MSOutlook2003
I customized my Outlook Inbox view with an advanced filter. The
criteria were

Field Condition Value
-------- ----------- ------
Due By does not exist
Due By on or before Today()

The result was that I see all of my email messages that either don't
have a reminder set (flag and due date) or have a reminder set for any
time after 12:00:00 AM of the current day.

This worked very well. Everything that is due on a future day was
hidden from view so I didn't have to look at it. I then decided that I
also wanted to hide email messages that are due later in the same day.
I changed "Today()" to "Now()" in the second criteria above, but it
doesn't seem to be working quite right. Hard to explain, so I'll use an
example.

The emails that are flagged as due at 9AM on Friday are now showing up
on Thursday at 10AM. Sooooo, the time checking is working, but the date
checking is not!

Any suggestions? I couldn't find any documentation on the advanced
filter criteria.

Thanks in advance.

Matt




--
mmrtech
 




Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Advanced Search Folder Criteria Thomas M. Outlook - General Queries 2 January 26th 09 08:19 PM
Move Email from inbox after a certain time period, with other criteria, to Personal Folders Murphybp2 Outlook and VBA 1 January 23rd 07 08:05 PM
how to Implement Advanced Criteria Extensions roger Add-ins for Outlook 1 November 26th 06 07:50 PM
Advanced filter view Richard Edwards Outlook - General Queries 0 March 9th 06 12:13 PM
Advanced filter view Richard Edwards Outlook - Using Forms 0 March 9th 06 12:13 PM


All times are GMT +1. The time now is 06:06 AM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.Search Engine Friendly URLs by vBSEO 2.4.0
Copyright ©2004-2024 Outlook Banter.
The comments are property of their posters.