Help

Creating an IA Document with many pages

Topic Labels: Extensions
Solved
Jump to Solution
1225 1
cancel
Showing results for 
Search instead for 
Did you mean: 
JGod
4 - Data Explorer
4 - Data Explorer

Hi There,

I am trying to create an Information Architecture document for an extremely large website. There are around 2000 pages.

I have created a view where using the Visual (org chart) block I can display the entire chart.

I would like to create a view where I can view all children pages under a parent page, including grandchildren pages in an orgchart/visual manner.

Can you let me know if there’s a way I can create a view where I can see everything under a particular parent page?

Thanks

1 Solution

Accepted Solutions
Jeremy_Oglesby
14 - Jupiter
14 - Jupiter

Presumably you’ve achieved this through single-table linked records, linking a page to its parent.

First, create a lookup field that looks up the Parent of the current row’s Parent (Grandparent).

Then create a View that filters to show only records where:

  • Page name = [Top parent page you want]
    OR
  • Parent = [Top parent page you want]
    OR
  • Grandparent = [Top parent page you want]

Finally, create an Org Chart block based on that View.

See Solution in Thread

1 Reply 1
Jeremy_Oglesby
14 - Jupiter
14 - Jupiter

Presumably you’ve achieved this through single-table linked records, linking a page to its parent.

First, create a lookup field that looks up the Parent of the current row’s Parent (Grandparent).

Then create a View that filters to show only records where:

  • Page name = [Top parent page you want]
    OR
  • Parent = [Top parent page you want]
    OR
  • Grandparent = [Top parent page you want]

Finally, create an Org Chart block based on that View.