Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Question about FILTER command query in Document Factory

26 views
Skip to first unread message

jwelk...@gmail.com

unread,
Mar 18, 2008, 2:22:31 PM3/18/08
to
Hello,

I have a project in Caliber that has various levels of hierarchy. The
first is the project name, (ex: "Project Requirements"), then below
that are various sections of the application for which the
requirements are being written (ex: "Directory", "Messaging", "File
Attachments").

We have also added a custom field called "Custom Type" which is a drop
down that contains the values "GUI", "Field Scrub", and "Already
Fixed".

I would like to pull all Requirements under "File Attachments" that
are also tagged as "GUI" or "Filed Scrub". Here is the query I have
in my filter currently:

$FILTER{type = 'File Attachments' and (Custom Type = 'GUI' or Custom
Type = 'Field Scrub')}

However, when I run this, it exports nothing. If I remove the 'File
Attachments' part, it exports all requirements whose Custom Type is
GUI or Field Scrub. So, it's something not working with the type =
'File Attachments'.

Can anyone please assist?

Thanks!
Jennifer

0 new messages