If you are nesting a query by
its
context within the data source schema, select the
parent query of the query you are nesting. In the list of queries
you can select from, the parent query is usually the one with the
longest path. Example: If you are nesting
/Query1/Query2/Query3,
the options you can select for the context are:
- Incorrect: /Query1
- Correct: /Query1/Query2
If you select the wrong query, the query might be iterated the
wrong number of times in your output. If you receive a message in
the Console view that the query is not correct, the reason might be
that the parent context is causing the issue.
If you are nesting
a query by its placement instead of its context within
the data source schema, select none. By selecting none,
you can place a query inside another query that is from another data
source schema or is in a different order than it is structured in
the data source schema.