Where Used Report - Multiple Levels

Is it possible to generate a Report containing the results from the Where Used function? Other solutions I've seen only contain one level of results - I am looking for a Where Used Report that goes through multiple levels. 

Parents Reply Children
  • Here's the query I have right now. It returns only one level. How can this be expanded further?

    <Item type="Part BOM" action="get" select = "source_id, quantity" >

    <related_id>
    <Item type="Part" id = "{id}" action = "getItemRepeatConfig"/>
    </related_id>

    <source_id>
    <Item type= "Part" repeatProp="source_id" repeatTimes="10" select = "item_number, name, classification, state, release_date, major_rev" />
    </source_id>

    </Item>