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:
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! Go to Solution.
Try as the App formula for a virtual column in Classes:
SELECT(
Table B[Activity],
([_THISROW].[Class] = [Class])
)
User | Count |
---|---|
18 | |
11 | |
7 | |
4 | |
3 |