This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

New Parameter - Does Not Match

There is a parameter that returns data only if two attributes being compared match each other. I would like to generate a query that will return data only if the two attributes being compared do not match.

  • Hello,
    From your description, I assume that you are talking about the "Matches" operator. This operator is used to match an attribute with another attribute, but is not limited to matches within a single object, but can match other objects as well. For instance, if I wanted to find all users whose AccountName matches other users' description, I would use "matches". This is not meant to only compare 2 attributes for the same target object, but compares all objects.

    There is currently no operator that does the reverse in Enterprise Reporter.

    Now if you have the details (report type/fields/parameters/etc), we might be able to create a custom query report which suits your needs.
  • Thank you for the response. I will look at ARS Workflows to see if I can find what I need.