kdb+ and q
Q+A on all things kdb+ database and the q language
cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Resolved! Navigating a nested object using apply.

Hi All, I'm trying to navigate a nested object using apply. My original object is called bigNestedThing and application of this: .[bigNestedThing;(0;`procData;0;`$"_source")] gets me to a list of dictionaries. Each of those dictionaries in that list ...