January 21, 200521 yr I have a script that runs automatically every time new records are imported. It does the job well enough but is getting slower as the file size increases. It would speed things up if the script only had to loop through the records of one year. The problem is, I can
January 22, 200521 yr Create a calculation number field of Year(PayPeriodEnd). After your import, set a global number field with Year(PayPeriodEnd). Then, either Enter Find Mode [ ] Set Field [PayPeriodEnd; globalnumberfield] Perform Find [ ] or create a relationship between the global and the Year calculation field, and use Go to Related Record [show only related; "yourRelationship"].
Create an account or sign in to comment