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