I am trying to create a list of dockets that have 2006 transactions. Then I want to see only certain dockets.
So far my filter looks like this:
AND
(({Last Time/Disb Post Date} >=BEGINYEAR()),
{Docket #} <> " 10-04",
{Docket #} <> " 10-46",
{Docket #} <> " 40-04")
It works but....
I have tried to use a wildcard so that any docket numbered "10-*" is excluded but it doesn't seem to work. Is there a way to do that?
Do I have to show each excluded docket separately? (Can I make a list somehow - i.e.Docket #<> " 10-*, " 48-04"," 82-01" ?)
Thanks.