Dukester0122
IS-IT--Management
I'm trying to get our On-time shipment performance and using this formula:
if {10001.ACTUALSHIP}-{10006.ESTSHIPDATE} > 0 then {10001.ACTUALSHIP}-{10006.ESTSHIPDATE}
else if {10001.ACTUALSHIP}-{10006.ESTSHIPDATE} <= 0 then 0
I tried to create a graph for the results but the On-time days is showing 0%. The specificed Chart Order Group includes 0n-time, 1-10 days, 11-20 days,etc...
if {10001.ACTUALSHIP}-{10006.ESTSHIPDATE} > 0 then {10001.ACTUALSHIP}-{10006.ESTSHIPDATE}
else if {10001.ACTUALSHIP}-{10006.ESTSHIPDATE} <= 0 then 0
I tried to create a graph for the results but the On-time days is showing 0%. The specificed Chart Order Group includes 0n-time, 1-10 days, 11-20 days,etc...