Any easy way to do this if they don't have a parti...
# administration
d
Any easy way to do this if they don't have a particular flag or univeral criteria to use?
d
Thanks. Scripting isn't really an option in this case, nor would be mass updating a flag or anything.. our controls are extremely tight on production changes and approvals would take a long time and explanation
b
read the whole thread
d
Sure, are you saying to plug all 800+ customers into a SQL formula?
No stranger to SQL in searches, but wasn't really thinking that large of a formula would work
b
the in operator goes upto 1000
which should work fine for you
dont expect performance to be great
d
Wow. That's impressive. Performance doesn't matter so much, it's a one time query I need. Thanks a bunch. I'll give it a try
@battk Strung together a few extremely large formulas with or statements... worked like a charm. Funny how the obvious solutions aren't always the ones we think to try first. Thanks!