How do I find all WIs which have a certain attribute not empty?
![]()
In the web query editor, we want find all WIs which have a certain attribute is not empty. This attribute is type String.
When I added it to query editor I have several operations such as "contains", "does not contain", "is", "is not", ... I tried it with a blank value and using operations: "does not contain" or "is not". But the result displays WIs which have this attribute empty. How can I perform this search? I am using RTC 5.0.2. |
One answer
![]()
Unfortunately, this query requires the "Unassigned" check box, which seems to be only available in the Eclipse client.
However, once the query is created successfully and saved in the Eclipse client, it can be run from the Web UI and produces the desired results. The query you want is "myString is not" with the Unassigned box checked. There may also be some issues with this query in 5.0.2, however I have confirmed this works with iFix009 and iFix011. |