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

Announcements
Join us to spark ideas for how to put the latest capabilities into action. Register here!
cancel
Showing results for 
Search instead for 
Did you mean: 
cnidaye
Contributor
Contributor

the multiplication of two measurement values

the table structure is like : 

date | stage | status | amount | index

there are 7 processes and every process has 4 kinds of status (pass,fail,rework,scrapped). Now, I need to make a table like this:

cnidaye_1-1599246818210.png

the first pass =  pass count / total 

cumulative first pass = the current ratio of first pass * the previous ratio

These process are in order and the filed index means their sequence number.

Now I am using a plug-in called transpose table  and  I have successfully created all measurements except for the ratio of cumulative first pass,  because I have no idea how I can get the ratio of first pass of the previous process.

Many thanks

Labels (1)
1 Solution
1 Reply