Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
What kind of expressions do I use to create a pivot table like this?
Any help would be much appreciated!
alt(only([Machine Start]) - above(only([Machine Stop])),0)
alt(only([Machine Start]) - above(only([Machine Stop])),0)
Sorry, I'm painfully new to this, could you specify a bit more?
Is this correct - My dimensions are: Machine, Operator, Program, Start.
The above functions should return the value for the line above it. So Machine Start - Above (Machine Stop) should give you the time between production.
If that is not your desired result then you need to specify your expectations.