Hi All,
I have a requirements to get item count based on document number.
In my query designer, created exception aggr to get item count but the problem is there some line items have values 0.
For example,
Cube data as follows.
Doc | date | Amt|
1001|01.2012 | 100|
1002|02.2012 |0.00|
1003|03.2012 |200|
I’m getting 3 items in report, in item count column but I’m expecting only 2 items.
Report layout as follows.
In Rows,
Doc
Date
In Columns,
Item count | amt| >30 days | >60 days.
Please give some inputs.
Regards
Naani.