Can I use the Open URL Action Button to open a reference subtable?
I have experienced a lot of latency from showing a reference subtable in the main sheet because we have more than 1000 rows related to one record.
Is there a way to add the action button that opens up a listing view of all linked entries?
For example,
Sheet A:
Job#
Job Name
a
transmission
b
distribution
Sheet B:
Unit
Job# (linked field)
1
a
2
a
3
a
4
a
5
a
6
b
5
b
When I open the Job A record from Sheet A, I want to be able to click a button to open a listing view of Sheet B that contains only units that are related to Job A.
So this is what we expected to see:
It’s possible to add filter attributes to the URL.
pql for fuzzy search
pqv for exact match
You might be able to generate a URL with you as attribute for Filtering the results.
if Job# field ID is 1234567
then you can use:
[url for Sheet B]?pql1234567=a
to open entries of Sheet B that matches Job# = a