Make the use case of 2 articles to find a common parent article

Hello community, how can I find a parent article from two child articles using a query builder definition? I'm still searching but can't find much on the subject. Thanks again. I work with ARAS 22

Parents
  • Hi there,

    You should be able to build a query definition where you have a top level parent article with duplicated relationships to child articles like the example below (I'm using Part BOM relationships for simplicity but it should work the same with your custom data model).

    Each of these child articles can have separate conditions, and then you can include a condition on the parent article where you specify that it has at least one instance of each child article like the example below.

    Let me know if this works for your use case.

Reply
  • Hi there,

    You should be able to build a query definition where you have a top level parent article with duplicated relationships to child articles like the example below (I'm using Part BOM relationships for simplicity but it should work the same with your custom data model).

    Each of these child articles can have separate conditions, and then you can include a condition on the parent article where you specify that it has at least one instance of each child article like the example below.

    Let me know if this works for your use case.

Children