Create List of Ref without a direct link

Hi All,

Is it possible to create a list of ref without a direct link? (https://www.appsheet.com/samples/How-to-further-filter-a-ref-list-reverse-ref-column?appGuidString=9...)

Context:

  • I have a table A and C that do not have link to each other
  • I have a table B is a mapping table between A and C (B has a link to A and another link to C)

Goal: I would like to see the list of C under each record A in detail view.

Is it possible without having to create a dynamic dashboard?

Solved Solved
0 15 1,026
1 ACCEPTED SOLUTION

Steve
Platinum 5
Platinum 5

Try as the App formula for a virtual column in Classes:

SELECT(
  Table B[Activity],
  ([_THISROW].[Class] = [Class])
)

View solution in original post

15 REPLIES 15
Top Labels in this Space