Depending on your use-case, you might be able to use the join functionality. Be aware that this doesn't return the values of the "from" field, so it may not be suitable.
_why_ do you want to do this? I'm wondering if this is an _XY_ problem. Best, Erick On Sun, Nov 18, 2012 at 9:14 AM, Indika Tantrigoda <indik...@gmail.com>wrote: > Hi All, > > I would like to get results of an query that is different from the main > query as a new field. This query needs to be independent from any filter > queries applied to the main query. I was trying to achieve this by > fl=_external_query_result:query($myQuery), however that result seems to be > governed by any filter queries applied to the main query ? Is it possible > to have a completely separate query in the fl list and return its result > along with the results (per results), or would I need to create a separate > query on the client side to get the results of the independent query (based > on the results from the first query) ? > > Thanks in advance, > Indika >