BertBoye Posted January 19, 2003 Posted January 19, 2003 I have a strange problem with script steps and find. I want to search to dates that
slstrother Posted January 19, 2003 Posted January 19, 2003 Use Insert Calculated Result instead of Set Field. Show all records Enter Find mode [] Insert Calculated Result["Date","searchdate"] Perform find [Replace found set] Another way to find a range of dates is to enter the find criteria as: FirstDate...LastDate So the calc for the searchdate field would be: FirstDate&"..."&LastDate
BertBoye Posted January 19, 2003 Author Posted January 19, 2003 Thanks for your help, but the problem still remain. I changed to your suggested calculation and set field in the script and FMP returns no records. The new calculation feild: Firstdate&..."&lastdate If I change back to
Ugo DI LUCA Posted January 19, 2003 Posted January 19, 2003 Avoid using paste. Make Case statement field returning 0 or 1 according to the calculation Case(Date > global1 and Date< global2; 1; 0) and make a search on all records with 1 in the field.
DykstrL Posted January 24, 2003 Posted January 24, 2003 Set the Perform Find to NOT replace find request.
Recommended Posts
This topic is 7973 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