Is it possible to use common context or otherwise filter an Interactive Report from a parent application using a Group filter or with values from a subtable?

Is it possible to use common context or otherwise filter an Interactive Report from a parent application using a Group filter or with values from a subtable?

  • Example 1: Mappings that result in filter on IR as follows: GLAccount = 12345 OR GLAccount = 67891
  • Example 2: Mappings that result in filter on IR as follows: GLAccount = any values from GLAccountSubtable.GLAccount

You should be able to use common context to achieve example 1, if I understand what you’re saying correctly. Assuming GLAccount is a non-subtable field from the parent app, you should be able to publish it to common context.

Example 2 isn’t supported. It’s not possible today to publish subtable values to common context.

2 Likes

How do you configure the OR functionality (filter on IR : [GLAccount = 12345 OR GLAccount = 67891]) using common context?