I am struggling with the conversion of the following calculation for one of our E9 BAQ’s.
I know I have to Case when … but it’s the else part of it that is causing me grief.
if JobOper.SetupComplete = True then 0 else ((100 - JobOper.SetupPctComplete) * (JobOper.EstSetHours / 100))
Oops forgot to finish before I submitted. One of those days… anyway, if anyone can lend a hand with this I would greatly appreciate it.
Thanks in advance!
Carol
Perfect … that worked. I had tried the sum, but I was putting it in front of the
sum((100 - JobOper.SetupPctComplete) * (JobOper.EstSetHours / 100))
end)