Hi,
In a BEx report there are key figures Order Cycle Time(OCT), Orders < 2 hrs, Orders < 4hrs and following are it's formula:
OCT: Time((Receipt date - Order date) * 86400))+ Receipt time - Order Time. Will returns value in hrs: min: secs format.
Orders < 2 hrs: (Order Cycle Time <= Time(7200)* Order Count + 0. Will returns 1 if it's true or 0 if it's false.
The report is at Sales Office Level. And I've kept hidden for the dimensional objects Receipt date, Order date, Receipt time, order time in rows. With out those, bex is not displaying values for OCT, orders < 2 hrs.
The problem is while I execute the report, I'm able to get it's respective key figure values but while I activate Sales Office hierarchy, values for key figures which is having time calculations are displayed as x.
Explaining the same with following example:
Sales Office
| OCT | Orders < 2 hrs
| Orders < 4 hrs.
|
---|
101 | 02:12:44 | 0 | 1 |
101 | 01:04:20 | 1 | 0 |
101 | 00:50:12 | 1 | 0 |
101 | 03:20:40 | 0 | 1 |
Like wise for more than 100 Sales offices. The above sample shows execution of Bex report with out sales office hierarchy.
If I activate the sales office hierarchy, I should get the report in the following format:
But I'm not getting in the desired format :-(
Sales Office | OCT | Orders < 2 hrs | Orders < 4hrs. |
---|
North | 144:29:30 | 49 | 20 |
South | 90:12:44 | 40 | 21 |
West | 122:01:12 | 61 | 12 |
East | 70:34:22 | 31 | 11 |
In my report for above report for OCT, Orders < 2 hrs, Orders < 4hrs, I'm getting values as 'x'. Basically, the data for Order count, OCT has to be aggregated here. But the same is not happening in my case.
Don't know what formula has to apply for achieving the above format.
Request you to please suggest help and support for achieving the above format.
I've already posted in sdn forum. But I could not find it. Regret for inconvenience if this posting is a repetition.
with Regards,
Antony Jerald.