Turning query results into array

Dear all,

I need to turn the results of the below query into an array including all "submissionunit"s to further use the wherecontains() formula on that.

Could anybody tell me which function to use to create an array in that case?

local!datasubset2: a!queryEntity(
      entity: cons!MR_ABGABE_DSE,
      query: a!query(
        selection: "submissionunit",
        filter: a!queryFilter(
          field: "submissionperiod",
          operator: "=",
          value: local!period
        ),
        pagingInfo: local!pagingInfo2
      ),
      fetchTotalCount: false
    )

Thank you very much in advance!

Chris

  Discussion posts and replies are publicly visible

Parents Reply Children
No Data