Skip to main content
Announcements
Accelerate Your Success: Fuel your data and AI journey with the right services, delivered by our experts. Learn More
cancel
Showing results for 
Search instead for 
Did you mean: 
vsap2000
Creator
Creator

Filter values greater than 2000

Hello Guys,

I want to get Net Amt that is greater than 2000  or -2000 (Absolute Value) for the Sales Number using the Exact Value limitation as shown in attached file. I am able to use >= 2000 but not able to get anything >= -2000.

Thanks in advance.

-V

 

 

 

2 Replies
Anil_Babu_Samineni

May be this?

If(NetAmount>=2000 or NetAmount <= (-2000), NetAmount)

Best Anil, When applicable please mark the correct/appropriate replies as "solution" (you can mark up to 3 "solutions". Please LIKE threads if the provided solution is helpful
vsap2000
Creator
Creator
Author

Thanks for replying. I tried but it didn't work it is showing all amounts.

 

-V