Object Browser - How to do less than and greater than

Andrew2009

Well Known Member
I have FY column in F0902 and I want to get all records where it's less than or equal to 17 and greater than or equal to 15. How do you formulate it in OB please?

Thanks
 
Sorry, no support for an OR at this time.

FYI, you can do a list {12,13,14,15} which is IN or !={12,13,14,15} for NOT IN

And a range {12..15} which is BETWEEN or !={12..15} for NOT BETWEEN
 
Back
Top