Query for all contents of a specific segment/document
Hello All,
I am trying to create a query using the client which should give me a list of all contents (all children and grandchildren) of a certain segment/document as well as the children and grandchildren of included subdocuments.
Example: Main document (ID123456) is structured as follows
1 Heading
1.1 Description
1.2 Requirement
1.3 Subdocument 1
1.3.1 Heading (SubDoc1)
1.3.2 Requirement (SubDoc1)
2 Subdocument 2
2.1 Heading (SubDoc2)
2.1.1 Requirement (SubDoc2)
2.2 Heading
2.2.1 Heading
2.2.1.1 Subdocument 3
2.2.1.1.1 Requirement (SubDoc3)
2.2.1.1.2 Requirement (SubDoc3)
The query should now list all children/grandchildren (also the children/grandchildren of the included subdocuments) of document ID123456.
Children and grandchildren of other documents that are not included in this document or nodes that have been deleted should not be listed.
Can anyone here help me?
How do I have to build the query filter so that the correct list is displayed?
Many thanks in advance for your help!

