Hierarchy View OR Tree View-MOD

I have a list of Oil Wells…These Wells have Sections, Routes, Pumpers. Each Well has-Status Change, Well Test. Also each well has Facility the Oil, Water and Gas is Measured. I would like to present a Hierarchy View of
Wells–Section–Route-Pumper-Status Change–WellTest

Solved Solved
0 4 1,089
  • UX
1 ACCEPTED SOLUTION

You can still use a Grouped View like above using your Well Test Table.

You would pull in the other columns from MasterWell through the Ref column.

For example, in the Well Test table create a Virtual Column for Section and assign it like this:

[Well].[Section] — where [Well] is your Ref column to MasterWell

Repeat this for Route, Pumper and Status Change.

With all of these now virtually in you Well Test table, you can create the Grouped Table view like described above.

Does this help?

View solution in original post

4 REPLIES 4

If all of these are columns on the same row you could use a Grouped View. Let us know if this is what you are looking for.

For example here is a table view of Work Orders that are grouped by Start Date -> Work Type -> Service Type -> rows

Start Date Group
2X_f_f9880901de7a34fdd01fe5a35cb3a52ac9f1a098.png

Work Type Group for 3/30/2020 Start Date
2X_c_cb4fc0a633bcad4f8fa55353df36e6f8600ec174.png

Service Type Group for the Order Work Type
2X_5_558cc2c839c4c98fb1a05b0729ac337c3f73210c.png

Data Rows in the Installation Service Type
2X_b_b4ea86c114266cf10367c9471016fb8823b41e49.png

MasterWell Table…
Wells–Section–Route-Pumper-Status Change, these all are Column Headers in the Table.

Well Test is another table, with reference to Wells from MasterWell Table

You can still use a Grouped View like above using your Well Test Table.

You would pull in the other columns from MasterWell through the Ref column.

For example, in the Well Test table create a Virtual Column for Section and assign it like this:

[Well].[Section] — where [Well] is your Ref column to MasterWell

Repeat this for Route, Pumper and Status Change.

With all of these now virtually in you Well Test table, you can create the Grouped Table view like described above.

Does this help?

Thanks–SOLVED

Top Labels in this Space