liltbrockie Posted December 12, 2012 Posted December 12, 2012 What is the easiest way to perform a search for all members of a value list?
comment Posted December 12, 2012 Posted December 12, 2012 it depends on the circumstances. In general, you can either enter Find mode, then loop over the list to create a find request for each item, or define a relationship based on a global/calculation field containing the value list items, then use Go to Related Record to find the records.
liltbrockie Posted December 12, 2012 Author Posted December 12, 2012 it depends on the circumstances. In general, you can either enter Find mode, then loop over the list to create a find request for each item, or define a relationship based on a global/calculation field containing the value list items, then use Go to Related Record to find the records. Yep... think ill do the loop... just wondered if there was a secret easy way! Thanks Comment!
Salin Posted December 17, 2012 Posted December 17, 2012 I have 500 IDs in an Excel spreadsheet and need to find them from FM database. What is the best way to read each ID from the Excel file? Do you have a sample script for a loop and compare values? Thanks.
comment Posted December 17, 2012 Posted December 17, 2012 What is the best way to read each ID from the Excel file? I believe importing them is the only way. Once you have them in their own table, you can use a relationship to find the matching records in your data table..
Recommended Posts
This topic is 4359 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