Hi,
I am a beginner to Business Objects so please have patience as this may be a very easy question for all the experts out there. I am currently writing a report that displays information at a weekly level. I have the following measures in the universe (amongst others):
% Calls answered within 15 Secs
% Calls answered outside 15 Secs
For each of the above measures, the percentage value is calculated using an @Select on other measure objects eg.
"@Select(Measures\Num Calls in Op Answered within SLA) / @Select(Measures\Total Number of Calls) * 100"
However, the underlying data the report is examining is stored at a daily level and there may be more than one occurrence of each day in the data. Therefore, when I try to summarise the data at a weekly level I get very high percentage figures like 1,236% for each week.
Is there any way I can accurately aggregate this daily data to a weekly level.
Thanks in advance,
martynmac
I am a beginner to Business Objects so please have patience as this may be a very easy question for all the experts out there. I am currently writing a report that displays information at a weekly level. I have the following measures in the universe (amongst others):
% Calls answered within 15 Secs
% Calls answered outside 15 Secs
For each of the above measures, the percentage value is calculated using an @Select on other measure objects eg.
"@Select(Measures\Num Calls in Op Answered within SLA) / @Select(Measures\Total Number of Calls) * 100"
However, the underlying data the report is examining is stored at a daily level and there may be more than one occurrence of each day in the data. Therefore, when I try to summarise the data at a weekly level I get very high percentage figures like 1,236% for each week.
Is there any way I can accurately aggregate this daily data to a weekly level.
Thanks in advance,
martynmac