How can I get by RB as issues all requirements with ASIL A Linked To requirements with ASIL QM (only QM) ?
Case 1 - to be reported as Issue
REQ 1 with ASIL A -------- LinkedTo------ REQ2 with ASIL QM
***************
Case 2 - NOT to be reported
REQ 1 with ASIL A ---------LinkedTo------ REQ 2 with ASIL QM
---------LinkedTo------ REQ 3 with ASIL A
I tried few ways with Report Builder but I always got Case 2 as False Positive result .
Thank you
Accepted answer
Start your report from the ASIL QM artifacts by setting the condition that the starting artifact has it's asil attribute set to QM, with required link 'from' an ASIL A artifact (i.e. REQ 2) and with 'not exists' for link to another artifact - depending how specific your example is to your actual data you may not need to set the condition for ASIL A . This works, at least for my simple data which I've created from your case 1 and case 2, assuming "---LinkedTo---" is actually a directional link from left to right, i.e. "---LinkedTo--->>"
If there are more LinkedTo than you've shown or random-direction links then you probably need to get in control of linking - perhaps by introducing different custom links for different meanings (i.e. instead of blanket usage of LinkedTo), and perhaps by ensuring users create links in a controlled way to meet your reporting requirements. Another solution may be customise the query in Advanced Properties but that's to be avoided if possible as it makes the report harder to maintain.