cancel
Showing results for 
Search instead for 
Did you mean: 

Counter on Key figures

Former Member
0 Kudos

Hello,

I have a report which shows the late deliveries. The no. of days late comes as a key figure. I want a report where it shows the count of no. of deliveries which are late by <10 days or greater than 10 days.

Basically its like a counter on the Keyfigure. So my report would look like

Late by 1 - 10 days - 20

Late by 11- 20 days - 30

Any inputs would be highly appreciated and rewarded.

thanks,

KK

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi KK.

This can be solved at query level. I.e. late by 1 - 10 days:

('KF'>0 AND 'KF'<=10)*1

The expression 'KF'>0 will if true be 1 and if false 0.

Hope this helps.

BR

Stefan

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Kk,

you need to create a counter in your data target and need to write some abap code to achieve this.if possible please give me your mail id.i will send you the document on how to create counter and load the data for that.then you can get the result in your report.

Hope it helps..

Regards,

ashok

Former Member
0 Kudos

Hello ashok,

I'm also interested in the document, could you send me?

Thanks,

Jorge

jorgecastillom@hotmail.com