Skip to main content
1-Visitor
May 6, 2015
Question

Expand All in Relationship View of Query in Integrity?

  • May 6, 2015
  • 1 reply
  • 4129 views

relationship view of query.GIF

Does anyone know how to "Expand All / Collapse All" in a Relationship View of a query? Relationship View is very cool... but who wants to click each and every item and related item to display all data?!

    1 reply

    16-Pearl
    May 7, 2015

    expand_all.JPG

    AnitaD1-VisitorAuthor
    1-Visitor
    May 7, 2015


    Thank you, Matthias Rump. Nice to know this feature is available in thick client. But many of our users use thin/web client. I don't see a smiliar feature. Am I missing it?

    16-Pearl
    May 8, 2015

    Hi Anita,

    seems your are right. At least in my 10.6 WebUI I do not see that option either. Please post an RFC so we other customers can attach to that.

    There is another way to target this problem, as you can use the CLI.

    "im relationships -g --expandLevel=10 <IssueID>"

    Or you can write a report that uses a WALK approach to expand all Levels of relationships and express that data in any way you like, based on the selection you run your report on.

    HTH Matthias