Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Where 'With in spec' = Value>=Min and Value <=Max.
Example 1 work order
In each WorKOrder if "Value" must be between all "max and min" values.
It counts as 1 WorKOrder and is summed to all WorKOrders if "Value" must be between all
"max and min" values.
Now I can do it like this which is wrong
used code of 'With in spec'.
Count(Aggr(if(Value>=Min and Value <= Max,Count(WorkOrder),0),WorkOrder))
You can see more details from the thread I posted earlier.
I have to hurry and finish it. Can you guys help me?
The code I'm using is wrong.