05-05-2015 11:32 AM
No Requirements Gateway board but am working with TestStand also..
I am pulling requirements from DOORS and I need to filter out a column but I cannot find a way to check that a column is NOT empty. I already made a DOORS advanced type and I am trying to edit the requirement field to filter out a column called Interface Name. I want to only pull in the rows where Interface Name is populated. I am currently pulling in useless information where the column is empty. I tried leaving the value blank and negating it to mimic a 'not empty' concept and that did not work. Any suggestions?
05-07-2015 01:55 PM
Hey cframe,
You should be able to do this by specifying that the object should have an attribute of a certain name. For example, this is the DOORS module for the basic DOORS example we provide with Requirements Gateway:
And here is an example of how you could configure the Requirement field to only pull requirements which have a Priority specified:
By specifying that each requirement must have an Attribute with the name "Priority", you are configuring the type to only recognize requirements which have a Priority defined.
I hope this helps, and please let me know if you run into any trouble with it--I'd be happy to help further if this doesn't solve it.