Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
Clear All
new posts

    'recursive' includeFrom

    Hello, I've noticed, by chance, that a field which is an includeFrom="dsA.foo" where the foo field is itself an includeFrom="dsB.bar" seems to work.

    Same if the foo field is defined with a customSelectExpression.

    Are they supported patterns? I don't see them mentioned in the docs.
    Last edited by claudiobosticco; 23 Sep 2020, 05:25. Reason: sorry for the typo in the subject

    #2
    Hello, any comments about this?

    Comment


      #3
      Apologies for delayed reply. Yes, this is supported and is described in DataSourceField.includeVia docs in "Multiple indirection and relatedTableAlias" section.

      Comment


        #4
        Thanks for the heads up, actually I didn't notice that in the example there was an includeFrom of a 'includeFrom' field.
        But is it supported also for an includeFrom of a 'customSelectExpression' field?

        Comment


          #5
          Yes, in case of multiple indirectly included fields we do support customSelectExpression on target field.

          Comment

          Working...
          X