I am facing an issue with exception aggregation.
I am creating an Query in which I am calculating inventory aging and I am subtracting 2 dates .i.e system date and a material creation date (as in infoprovider).
I am using formula variable for doing this.
Then I am using exception aggregation based on Material+Equipment number (concatenated info object for material and equipnment numberand I have used it in free characteristics as I want the aggregated values for it at material level) and I am using 0date(infoobject) for the creation date.
While getting the output of the query , I am getting the values of my buckets accordinly to the 0date parameter (I made it to no display so that the quantities are aggregated at material level) .
But the output is showing multiple rows according to 0date .
Like above I am getting 9 rows as I have 9 values of 0date, still I have selected 'No Display' for it and it is showing 9 rows.
The correct output should be only one row for the Plant , Storage Location and Material combination and bucket should show the total of each column in that
Like for 0-30 = 0
31-60 = 0
61-90 = 0
91-180 = 94
181-360 = 1
360+ = 60 all in one row only.
Can anybody please help?