Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Add Insight Objects in hierachy

Alexander Kreß September 6, 2023

Hey all,

I have the following structure in Insight.

Machine Insight Hierarchy.PNG

The Machine ID ObjectType is connected with Machine ObjectType with the attribute "Name".

Unit,Product,Family,Model comes from another Endpoint.

The Machine ID Objects comes from an excel csv import. Machine IDs CSV Import.PNG

They have the following attributes

Machine Insight Attributes.PNG

Now my question is:

How can i connect the Machine ID Object from the CSV import to the existing Reference for the Machine Object ? I tried the AQL you can see in the last screen but it doesnt works. This will add the "Fahrgestellnummer" to the Machine Name Field.

I also tried ObjectType=Machine as AQL but this will add only one specific Machine for all Machine ID. Does anybody nows the correct AQL ?

1 answer

1 accepted

3 votes
Answer accepted
Alexander Kreß September 6, 2023

The AQL which solves my problem was: 

Name in (${Name})

Suggest an answer

Log in or Sign up to answer