Q_PopulateResponse on Drill Downs | XM Community
Skip to main content
Solved

Q_PopulateResponse on Drill Downs

  • July 14, 2023
  • 1 reply
  • 77 views

Forum|alt.badge.img+1

 

I am attempting to autofill two drill-down menus using a Q_PopulateResponse query.

However, I am encountering difficulty in targeting the drill-downs due to a slight difference in the QID compared to other items like text boxes. Specifically, the ID of the drill-down is 'QID3~1,' and I suspect that the presence of the ”~” character is causing the issue.

Is there a way to effectively target these drill-downs using the Q_PopulateResponse query?

Thank you! 

Best answer by Shashi

Below is the correct format for drill down questions:

"QuestionID":{"ChoiceID":"AnswerID","ChoiceID":"AnswerID"}

View original

1 reply

Shashi
Level 8 ●●●●●●●●
Forum|alt.badge.img+32
  • Level 8 ●●●●●●●●
  • 633 replies
  • Answer
  • July 15, 2023

Below is the correct format for drill down questions:

"QuestionID":{"ChoiceID":"AnswerID","ChoiceID":"AnswerID"}


Leave a Reply