Overcome drill down 30k cell limit | XM Community
Skip to main content
Solved

Overcome drill down 30k cell limit

  • January 24, 2024
  • 1 reply
  • 80 views

Forum|alt.badge.img

Hi,

 

I am working on a survey that uses a few drill down questions and we’ve reached the 30k cell limit. Is there a way to overcome this limitation?
If there is a JS solution could you add some code to the response to get started?  

Many Thanks,
Endi

Best answer by TomG

@Endi,

You can use JS to create your own drill-down question using a form field question as the base, or you could split the drill-down into multiple questions.  For example, you could make the top-level its own multiple choice drop-down question.  Then use display logic to display an appropriate drill-down question that goes with the selected top level.

1 reply

TomG
Level 8 ●●●●●●●●
Forum|alt.badge.img+27
  • Level 8 ●●●●●●●●
  • 6084 replies
  • Answer
  • January 24, 2024

@Endi,

You can use JS to create your own drill-down question using a form field question as the base, or you could split the drill-down into multiple questions.  For example, you could make the top-level its own multiple choice drop-down question.  Then use display logic to display an appropriate drill-down question that goes with the selected top level.