Greetings,
I am running CR 10 reporting running against reports in JDE.
Attempting to calculate the average time per piece for production.
Qty/Ttl Seconds with the formula:
if IsNull({@USE BY WO})
or Count ({@USE BY WO}) = 0 then 0 else
Count ({F57041.Q1$UNT}, {F57041.Q1TDTE}, "daily")/{@USE BY WO}
In this formula the @USE BY WO cannot be summarized so it does not work. Without the first two statements in the formula I receive the error message: "Division by zero"
I am calculating USE BY WO with the formula:
DateDiff ("s", Minimum ({F57041.Q1TDTE}, {F57041.Q1TDTE}, "daily"), Maximum ({F57041.Q1TDTE}, {F57041.Q1TDTE}, "daily"))
Hopefully I have provided the detailed information required. If not please let me know what I am lacking here.
Your assistance is greatly appreciated.
regards,
KJ
I am running CR 10 reporting running against reports in JDE.
Attempting to calculate the average time per piece for production.
Qty/Ttl Seconds with the formula:
if IsNull({@USE BY WO})
or Count ({@USE BY WO}) = 0 then 0 else
Count ({F57041.Q1$UNT}, {F57041.Q1TDTE}, "daily")/{@USE BY WO}
In this formula the @USE BY WO cannot be summarized so it does not work. Without the first two statements in the formula I receive the error message: "Division by zero"
I am calculating USE BY WO with the formula:
DateDiff ("s", Minimum ({F57041.Q1TDTE}, {F57041.Q1TDTE}, "daily"), Maximum ({F57041.Q1TDTE}, {F57041.Q1TDTE}, "daily"))
Hopefully I have provided the detailed information required. If not please let me know what I am lacking here.
Your assistance is greatly appreciated.
regards,
KJ