I am very familiar with using Insight IQL inR() and outR() to query a linked object's attributes but...
What if I have a parent object type "House" where there are child attributes called "Owner", "Residents", "Caretaker" where each of these attributes are of the same object type "Human". Now... what if I want to query specifically the "Birthday" attribute of the "Owner" Humans. As in "Give me a list of all the houses where the owner is born before 1980". So if I try "objectType = House AND and object having outR(objectType = "Human" and "Birthday" < 1980)" it queries Owners, Residents and Caretakers. How can I just query the Owners from a linked query?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.