What is the operator for 'not equal' in Reference Qualifier?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-24-2010 01:24 PM
I am using Wizard to collect data. One field needs to read data from CMDB business service table. I want to rule out certain data based on criteria.
u_type=C^ORu_typeV^ORu_type^operational_status!=5
In above qualifier, I want to rule out any records that operational_status is not 5. Do I have correct query using '!=' for 'Not Equal' operator?
Thanks,
-J
- Labels:
-
Service Catalog

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-25-2010 05:02 AM
As far as I am aware you have it correct. Are you having some issue that is making you think that this does not work?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-25-2010 08:26 AM
No problem so far but I can not find it in any doc. One more question,
Where is the implied paren?
1.(u_type=C^ORu_type=V)^operational_status!=5
Or
2.u_type=C^OR(u_type=V^operational_status!=5)
-J

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-25-2010 08:29 AM
Thats a really good question because both return diffrent things, but I think its the first one.