Thanks for you support.
Original Message:
Sent: Mar 27, 2024 05:39 AM
From: thiagooliveira
Subject: Create a data partition
Hello Felipe,
Check these KD:
https://knowledge.broadcom.com/external/article/15895
https://knowledge.broadcom.com/external/article?articleId=50056
------------------------------
Best regards.
LinkedIn:
https://pt.linkedin.com/in/thiago-23-oliveira
Original Message:
Sent: Mar 26, 2024 07:30 AM
From: Felipe Nunes
Subject: Create a data partition
Hi Jean,
First of all, thank you for your replay.
I tried as you suggested, but result in a Cartesian product.
------------------------------
Regards,
Felipe Nunes
------------------
IT Analyst
Prodabel
Original Message:
Sent: Mar 26, 2024 04:28 AM
From: Jean-Pierre Marsan
Subject: Create a data partition
Hi,
Try this :
family.sym IN ('Hardware.Estação de trabalho', 'Hardware.Impressora', 'Hardware.Monitor') OR cntref.cnt IN (@root.id)
Regards
Original Message:
Sent: Mar 25, 2024 10:34 AM
From: Felipe Nunes
Subject: Create a data partition
Hi everyone,
I would like to create a data partition where the user can see the CI's from 3 different families or the CI's configured on user register (environment).
So, I tried this configuration:
((family.sym = 'Hardware.Estação de trabalho') AND (cntref.cnt =@root.id)) OR ((family.sym = 'Hardware.Impressora') AND (cntref.cnt =@root.id)) OR ((family.sym = 'Hardware.Monitor')) or cntref.cnt =@root.id
But this condition result in a Cartesian product.
So, I tried this configuration:
((family.sym = 'Hardware.Estação de trabalho' or family.sym = 'Hardware.Impressora' or family.sym = 'Hardware.Monitor') and (cntref.cnt =@root.id)) OR
((family.sym = 'Hardware.Estação de trabalho' or family.sym = 'Hardware.Impressora' or family.sym = 'Hardware.Monitor') and (cntref.cnt != @root.id))
As can see below, It's saved without error:
But when I try to search the CI's, none of them is showed.
Anyone has idea to solve this problem?
------------------------------
Regards,
Felipe Nunes
------------------
IT Analyst
Prodabel
------------------------------