script to evaluate many different variables
Hi all
I have about 10000 items to evaluate every month. Each item has over 300 variables. These variables are matched against benchmark data. These data may be numeric, strings, dates, time .... etc.
I have written a script of CFIF/ELSE or CASE for each of these variable. Anytime one of these variables is FALSE, the item is rejected and it looks at the next item. The whole generation times 30 mins or more. I am not sure whether this is the best way to script. Is there a more intelligent way to script for this problem. Each item takes a few seconds for the script to run through, therefore with 10000 items, it takes foreever.
Would appreciate any suggestions. Thanks
Watson