I have a (0h) list (named result) of keyed dictionaries, keyed on `RIC.
I want to extract the list of RICs for each entry of result and store it in a different list that simply has the nested lists of RICs for each index. I need to be able to apply a function to each list of RICs sequentially by index, and can't figure out how to do it since result has keyed dictionaries instead of lists (the keyed dictionaries have other columns too, but RIC is the only one I'm interested in)
Sorry if this explanation is poor, but I'm really not sure how to go about this. Any advice is greatly appreciated!
CodePudding user response:
You have a list of keyed tables. Therefore, you can use qSQL to exec
the RIC column from each:
{exec RIC from x}each result