I have a function {[x]} that returns a table of time series values. I would like to apply this to different keys `a`b`c but am unable to do so using {[x]}/`a`b`c
I'd like the result to be one table with the contents of each individual query. How can I go about doing this? FWIW, I have to do this in Q - can't install q for python etc.
Let your function be
You can apply it to a list and flatten the result as folows