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: 
Paknanarn23
Creator II
Creator II

I want to find greater, less than

If all values ​​in the red box are less than 0.098 or greater than 0.49, then accept.

Paknanarn23_0-1691398943093.png

I tried to code like this But the results are not correct. What should I do?

Paknanarn23_1-1691399112056.png

 

2 Replies
Mark_Little
Luminary
Luminary

Need the or script up more like

IF (

Field1 < 0.098 or Field1 >0.49 AND 

Field2 < 0.098 or Field2 >0.49 AND 

.....

, 'Reject','Accept')

Kenner554
Contributor
Contributor

Well did you find? Revvi Credit Card Login Whatever you wanted to find.