Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Discover how organizations are unlocking new revenue streams: Watch here
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

How to create a pivot table like this...

What kind of expressions do I use to create a pivot table like this?

Any help would be much appreciated!

1 Solution

Accepted Solutions
simenkg
Specialist
Specialist

alt(only([Machine Start]) - above(only([Machine Stop])),0)

View solution in original post

3 Replies
simenkg
Specialist
Specialist

alt(only([Machine Start]) - above(only([Machine Stop])),0)

Not applicable
Author

Sorry, I'm painfully new to this, could you specify a bit more?

Is this correct - My dimensions are: Machine, Operator, Program, Start.

simenkg
Specialist
Specialist

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.