Hi, im new using AQL for querying assets.
I have 3 objectTypes: computers, locations and employees.
A computer is linked to a location (computer.location), a location is a place where the employees are linked to (employee.location) and the employees are linked to the Atlassian account (employee.user).
How can i now query the computers on the same location where the reporting employees are assigned to?
computer.location = location = employee.location = employee = employee.user
I tried different ways but none of them is working.
Can you give me an example for this? It seems i have to use both of inR and outR.