Hi all,
I have a “wrapper” application where each record includes a subtable of GL Accounts (e.g., 100, 200, 300). From that wrapper, I’d like to add an App Link to open the AR Aging interactive report pre-filtered to just those GL Accounts — effectively applying:
GLAccount = 100 OR GLAccount = 200 OR GLAccount = 300
Questions:
-
Do interactive reports support multi-value filtering from Subtable Values via App Link mappings? For example:
- Passing a subtable of GL Accounts (e.g.,
GLAccount=in:100,200,300)
- Passing a subtable of GL Accounts (e.g.,
-
If not natively supported, is there a recommended pattern to retrieve a report or data from a table with parameters from a subtable?