Question
How can I efficiently bypass the row limit on Drill Down questions?
I'll admit it's a pretty naive question, but I've inherited a survey that has Drill Downthat asks for people to select their organization from a list filtering by state, city, then organization.
Right now, the list has almost 150,000 entries. A few years ago the survey team was able to develop some JS that gets around the row limit. I simply don't understand how it works, and we've found that
1. It's really slow and
2. It doesn't work reliably on mobile.
I'm wondering if anyone has any thoughts about how to get around the row limit in ways that are really efficient and effective. I can share snippets of the code if it's useful, but from my rudimentary understanding, it essentially takes a CSV that we upload to our library and creates and array and then JSON to load into the Drill Down. I don't know enough about how it works to figure out if it's as efficient as it could be or if there's a better way.
Leave a Reply
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.