Article Content
Article Number | 000037867 |
Applies To | RSA Product Set: Archer RSA Product/Service Type: RSA Archer (On-Premise) RSA Version/Condition: 6.6.x |
Issue | When performing a statistical report with filters that contain advanced operator logic, then drill down into a specific value does not filter the results on that value. Instead many "extra" results are shown in the drill-down report. |
Cause | Started in 6.6, Archer will no longer add automatic parenthesis to the Advanced Operator Logic when a user drills down. This causes the results to be invalid/unexpected. Example: Prior to 6.6: Original operator logic: 1 OR 2 Drill Down Operator Logic: ((1 OR 2)(AND 3)) In Version 6.6: Original operator logic: 1 OR 2 Drill Down Operator Logic: 1 OR 2 AND 3 |
Resolution | This is related to defect ticket ARCHER-74497. The defect is resolved in version 6.6.0.5. |
Workaround | To workaround this issue, add parenthesis to the original report Advanced Operator Logic. See Below: Update 1 OR 2 logic to (1 OR 2) Then, when the drill-down occurs, it will read as (1 OR 2) AND 3 |
Notes | Defect Ticket has been submitted for this issue - ARCHER-74497 This is resolved in version 6.6.0.5 |