Skip to main content
Announcements
Jan 15, Trends 2025! Get expert guidance to thrive post-AI with After AI: REGISTER NOW
cancel
Showing results for 
Search instead for 
Did you mean: 
Sxbbb
Creator III
Creator III

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

I want to create a table like this

Sxbbb_0-1677207004955.png

 

 

 

 

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

Sxbbb_4-1677207107467.png

 

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

Sxbbb_5-1677207107717.png

 

 

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.

 https://community.qlik.com/t5/QlikView-Administration/need-code-from-Value-gt-Min-and-Value-lt-Max/t...

 

I have to hurry and finish it. Can you guys help me?
Count(WorkOrder),0),Line,WorkOrder,SampleNo,Point))).
Labels (5)
0 Replies