Baylah Posted November 3, 2005 Posted November 3, 2005 I am developing a database where I will be importing virtually thousands of records from an excel spread sheed sheet on a daily basis. The core data (because of the automated system it is pulled from) will sometimes have erroneous information that I would like filtered out of FMP database. Is there a script I can write that will filter through all records and then "auto delete a record" if a value in a field is Greater than "X" If so, is this something that I can run automatically after/or during the data import, or is the only way to "click" a button to activate a looping script after the import is complete? Oh...And as long as I am asking for the sky....Is there a way to get a couont of the records that have been deleted because they didn't pass the test? Thanks in advance for any help. Steve
mr_vodka Posted November 3, 2005 Posted November 3, 2005 Why dont you just have a button that does the import as well as the cleanup as well? After your import, 1. Set a global field to the total number of records. 2. For the delete, just run a simple loop script that check if that field is greter than X. If it is delete. 3. At the end, subtract the remaining records from your global field that you set previously. All of this can be scripted in one shot.
Baylah Posted November 3, 2005 Author Posted November 3, 2005 Well, I knew I could script it after the fact, what I was wondering if it could be done as the time import is taking place. It's not really a big deal to click a button after import to clean things up, but it would be more "elegant" to not have to. Sometimes when you have to explain these types of things to "bosses" they just don't understand why it's not right on the git go. I am just trying to develop this DB so it has as little user interface as possible to make the boss happy. Personally, I am on your side. SF
mr_vodka Posted November 3, 2005 Posted November 3, 2005 But you dont have to use a button afterwards. You can just run it when the import script is done. Or is the user using the FileMaker Menu for the import? If so, just create an import button that does the whole process. One click.
Recommended Posts
This topic is 7308 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