S
seandhi
Hello,
Using Outlook 2002, I have created a category called "Hidden" i
outlook. In my calendar, I put all the appointments I don't want t
appear in this calendar (i.e. daily reminders).
I then filter out all these "Hidden" items by selecting --
View-->
Current View-->
Customize Current View-->
Filter-->
More Choices-->
Categories-->
Hidden (the category I created)-->
OK-->
SQL-->
Edit these criteria directly-->
And then I change:
("DAV:isfolder" = false AND "DAV:ishidden" = false) AN
("urn:schemas-microsoft-comfficeffice#Keywords" = 'Hidden')
to
("DAV:isfolder" = false AND "DAV:ishidden" = false) AN
("urn:schemas-microsoft-comfficeffice#Keywords" <> 'Hidden')
(basically I've changed the = at the end of the statement to <>)
It does work - my hidden items disappears. But as soon as I selec
another folder, and then select Calenar again, my filter's bee
removed?
Is there anyway to keep it there permanently?
The folder I'm using is - Outlook Today - [Personal Folders]. i.e
it's not the folder on the server but it keeps in sync with th
server.
Thanks a lot,
Sea
Using Outlook 2002, I have created a category called "Hidden" i
outlook. In my calendar, I put all the appointments I don't want t
appear in this calendar (i.e. daily reminders).
I then filter out all these "Hidden" items by selecting --
View-->
Current View-->
Customize Current View-->
Filter-->
More Choices-->
Categories-->
Hidden (the category I created)-->
OK-->
SQL-->
Edit these criteria directly-->
And then I change:
("DAV:isfolder" = false AND "DAV:ishidden" = false) AN
("urn:schemas-microsoft-comfficeffice#Keywords" = 'Hidden')
to
("DAV:isfolder" = false AND "DAV:ishidden" = false) AN
("urn:schemas-microsoft-comfficeffice#Keywords" <> 'Hidden')
(basically I've changed the = at the end of the statement to <>)
It does work - my hidden items disappears. But as soon as I selec
another folder, and then select Calenar again, my filter's bee
removed?
Is there anyway to keep it there permanently?
The folder I'm using is - Outlook Today - [Personal Folders]. i.e
it's not the folder on the server but it keeps in sync with th
server.
Thanks a lot,
Sea