lokimann Posted April 18, 2004 Posted April 18, 2004 Thanks for any help! I've created a sales tracking tool for auctions and am looking to output a report for my clients. What I'm having trouble with is creating a script to find all items with an end date (a calculated field) of Today or later. Then I can show the clients what auctions are still live and some details to go along with them. Ideally I'd click a button and run a script to find these items, sort them, and Preview them in a particular Layout. Thanks for any suggestions. FileMaker Version: 6 Platform: Windows XP
CyborgSam Posted April 18, 2004 Posted April 18, 2004 To do the find, the EndDate field must be set using FileMaker's find character ">" & a date, e.g. ">4/18/2004". Do do this in a script with Find, the script step is Insert Calculated Result. Although the calculation will say "results must be date", enter this formula: ">" & DateToText(Status(CurrentDate)) The script sequence is: Enter Find Mode [] Insert Calculated Result [select, "EndDate", "">" & DateToText(Status(CurrentDate))"] Perform Find [Replace Found Set] Voila!
lokimann Posted April 18, 2004 Author Posted April 18, 2004 Cool, thanks for the info. I will test it today. Thanks again! FileMaker Version: 6 Platform: Windows XP
Recommended Posts
This topic is 7893 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