Skip to main content
January 11, 2024
Question

Hierarchy browser (Tree View)

  • January 11, 2024
  • 4 replies
  • 0 views

We are trying to fetch all the users through database bases on there position and showing it in Hierarchy browser (Tree View).
Is there a way to display all users in a tree view without needing to click the "+" icon individually for each user position, as shown in the attached screenshots?

    4 replies

    harshitb6843
    January 11, 2024

    I was searching for something similar yesterday for one of the requirements in my application. You can either use this one - docs.appian.com/.../Tree_Browser_Component.html

    Otherwise, will have to deal with this plus icon in all the easy and free options. One option is to use the Network Graph field with which, you will have to code a little but once you do this one-time effort, it will always work for you. 

    saqlainaAuthor
    January 11, 2024

    We are already using this component docs.appian.com/.../Tree_Browser_Component.html and we are almost done with the functionality we just need to know Is there a way to display all users in a tree view without using to click the "+" icon individually for each user position

    harshitb6843
    January 11, 2024

    There isn't a way to do that as the path which is expanded is stored in a variable. Hence, it is not possible to store all the paths in that same var.