Good morning, I would like to do an IQL in Insight so that my import catalogues the objects correctly.
I have four different object types that have two characteristics:
1st characteristic : Function - completely filled, as mandatory field.
2nd characteristic : Category - unfortunately not completely filled, also has empty fields.
1st object type: LAN-ROUTER
Category: LAN - Function: ROUTER
Category: empty - Function: ROUTER
I use the following IQL in the import schema: Function == ROUTER AND Category == LAN OR Function == ROUTER AND Category IS EMPTY
2nd object type: LABOR ROUTER
Category: LABOR - Function: ROUTER
I use the following IQL in the import schema: Function == ROUTER AND Category == Laboratory
3rd object type: WAN-Router
Category: WAN - Function: ROUTER
I use the following IQL in the import schema: Function == ROUTER AND Category == WAN
Unfortunately, it does not seem to recognise "Function == ROUTER AND Category == LAN" and always puts this object in the parent object type.
What am I doing wrong?
The import functionality is very confusing.
Can you please take screnshots of your import mappings and the actual objects/schemas?
Regards
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.