sam215 Posted October 21, 2013 Posted October 21, 2013 I want to find those records whose total is >1000. How to write this in script.I try smthng like these. Set Variable[$a;Value:1000] Enter find mode[] setfield[Table:Total;">"&$a] PerformFind[] But this is not working.
Matthew F Posted October 21, 2013 Posted October 21, 2013 What sort of field is "Total"? If it were a regular number field then the script should work. Incidentally, you can do the same without the "Enter find mode" and "Set Field" steps, by specifying the Find request on the "Perform Find" step, and setting Total to > $a (without quotes)
Recommended Posts
This topic is 4108 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now