Accessing data from datasubset on an interface

queryProcessAnalytics Output.txt

Hi, 

On an interface I am populating a grid based on a datasubset that is from a queryProcessAnalytics (output attached).

I then click a row in the grid to display more details from the process.

In column "c16" I have the entire data set which as you can see is a complex data type. What I would like to do is display all values that are associated with "Account_Number" for example. For this so far I have tried ...

 a!textField(
label: "Fund List",
value: a!forEach(
items:local!selectedCorporateAction.c16,
expression: keyval({local!selectedCorporateAction.c16},"Account_Number","=",",")
),

readOnly: true
),

But it only returns the first one.

Any suggestions as to how to return all related values in to an arrary?

Thanks!

  Discussion posts and replies are publicly visible

Parents Reply Children
No Data