Skip to main content
Announcements
Introducing Qlik Answers: A plug-and-play, Generative AI powered RAG solution. READ ALL ABOUT IT!
cancel
Showing results for 
Search instead for 
Did you mean: 
Sxbbb
Creator III
Creator III

need code from Value>=Min and Value <=Max

need code from Value>=Min and Value <=Max
 
I want to create a table like this
Sxbbb_0-1677117489838.png

 

 

Where 'With in spec' comes from Value>=Min and Value <=Max.
Example 1 work order
Sxbbb_1-1677117489567.png

 

I can do it but then the Data  is wrong.

 

Sxbbb_2-1677117489833.png

 

Sxbbb_3-1677117489854.png

 

used code of  'With in spec'.

(Count(Aggr(if(Value>=Min and Value <= Max,Count(WorkOrder),0),Line,WorkOrder,SampleNo,Point))).

2 Replies
Sxbbb
Creator III
Creator III
Author

Sxbbb
Creator III
Creator III
Author

can you help me