Enables you to use local results topic items in joins and in the Request line for processing results sets.
This example removes a single local results topic and gets the topic item count of the Results2 local topic:
ActiveDocument.Sections["Query"].DataModel.LocalResults["Results2"].Remove() ActiveDocument.Sections["Query"].DataModel.LocalResults["Results2"]. LocalResultsTopicItems.Count
This example adds a join between a topic and a local results topic: