Hi guys!,
I've been working seldomly with BO for a while now (never had formal training for it) and I'm really stucked designing a report... Here's the thing:
I want to make a Vertical line chart that shows two lines, one for the number of Opened Incidents and the second for Resolved Incidents; both in reference to a given date (or a given hour of the day)... I used to do a compound table from pivots in Excel to achieve this, but haven't figured out how to get it done here!!
To this point I've managed to get everything I've needed done with just one query, but I could do another one if needed.. I have two dimensions (part of the same universe): Incident Reported Date and Incident Resolved Date (Type: Date, both of them); I also have a "Number Of Incidents" measure I've used to arrange other charts and tables within the report...
In table form, it's something like this:
Count of Incident ID | |||
Months | Date | Reported Totals | Resolved Totals |
jul | 01-jul | 18 | 7 |
02-jul | 15 | 27 | |
03-jul | 14 | 21 | |
04-jul | 8 | 18 | |
06-jul | 1 | 0 | |
08-jul | 13 | 25 | |
09-jul | 16 | 13 | |
10-jul | 12 | 11 | |
11-jul | 12 | 19 | |
12-jul | 11 | 10 | |
15-jul | 18 | 13 | |
16-jul | 12 | 16 | |
17-jul | 16 | 9 | |
18-jul | 13 | 19 | |
19-jul | 12 | 11 | |
20-jul | 1 | 0 | |
22-jul | 13 | 23 | |
23-jul | 8 | 7 | |
25-jul | 9 | 5 | |
26-jul | 14 | 17 | |
27-jul | 2 | 0 | |
29-jul | 7 | 8 | |
30-jul | 23 | 37 | |
31-jul | 17 | 15 | |
jul Total | 285 | 331 | |
Grand Total | 285 | 331 |
And converted into chart, it would be this:
I've experimented so far without any success, I guess there should be a way in which I could define the common factor (date/time) between the two elements I want to measure (number of Opened Incidents/Number of Resolved Incidents)
Also, I've been doing all the report design using the Web Intelligence Rich Client (V 12.3.0)
I'd really appreciate any kind of help you guys can give me!, since I really don't know where to go from here!...
Thanks!!!
R.