Hello.
I have a with the following expression:
Expr1:Format(([SumOfTime]/86400),"hh:nn")
Works great to convert the seconds to hours and minutes.
However, I can't use the expression in any other expression. I am trying to get productivity from:
Expr3: [SumOfVolume]/[Expr7]
Instead of course I get #Error for that column.
If I take the format out of Expr 1 and just use [SumOfTime]/3600 and of course it works awesome. However, I don't want 45 minutes to reflect .75, so that will not work.
Where I am going wrong? Thank you.
I have a with the following expression:
Expr1:Format(([SumOfTime]/86400),"hh:nn")
Works great to convert the seconds to hours and minutes.
However, I can't use the expression in any other expression. I am trying to get productivity from:
Expr3: [SumOfVolume]/[Expr7]
Instead of course I get #Error for that column.
If I take the format out of Expr 1 and just use [SumOfTime]/3600 and of course it works awesome. However, I don't want 45 minutes to reflect .75, so that will not work.
Where I am going wrong? Thank you.