Can App Links pass a Subtable-Driven filter into Interactive Reports (eg. AR Aging)

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:

  1. 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)
  2. If not natively supported, is there a recommended pattern to retrieve a report or data from a table with parameters from a subtable?

Unfortunately, I don’t think there is a good way to support what you’re trying to do.

IR’s do not support incoming app link mappings today. The only way to map filters is via common context. However, I do not believe you can publish values from a subtable row to common context.

2 Likes