I have a report which is similar to below example. Report has multiple other columns like Issue owner, created date, target date etc which are different (means data doesnt repeat in any row and all are dimensions)
1. User wants one single row for each ID. How to achieve this in BO Webi XiR3?
ID | Issue | Severity |
---|---|---|
1 | 1.1 | High |
1 | 1.2 | High |
2 | 2.1 | High |
2 | 2.2 | Medium |
2 | 2.3 | Low |
3 | 3.1 | High |
3 | 3.2 | Medium |
3 | 3.3 | Medium |
2. Above table is a detail tab. There is also summary tab which is as below. Requirement is that Count for High, Medium and Low in Summar tab should match with the count in detail tab and also should match with the row count in detail tab. This means only when ID column is unique, it will match with row count
Original Target Dt | Current Target Date | Primary Owner | High | Medium | Low | Total |
---|---|---|---|---|---|---|
1-Jan | 15-Jan | A | 4 | 3 | 7 | 14 |
30-Jan | 14-Feb | B | 6 | 2 | 0 | 8 |
24-Feb | 17-Mar | C | 5 | 6 | 7 | 18 |
Total: | 15 | 11 | 14 | 40 |
Please help me to achieve the above target in BO report