Date picker - cannot find results | XM Community
Skip to main content
Solved

Date picker - cannot find results

  • September 2, 2020
  • 3 replies
  • 100 views

Sorry I am new to this. I used the code below to have a date picker within my survey. It displayed ok. Unfortunately I cannot see the responses that the people completing the survey selected - in reports nor when I export the data. Have I may have missed a step? Thank you
Please Choose a Date
https://ajax.googleapis.com/ajax/libs/yui/2.9.0/build/calendar/assets/skins/sam/calendar.css" rel="stylesheet" type="text/css"/>">https://ajax.googleapis.com/ajax/libs/yui/2.9.0/build/yahoo-dom-event/yahoo-dom-event.js"> ">https://ajax.googleapis.com/ajax/libs/yui/2.9.0/build/calendar/calendar-min.js">

Best answer by TomG

https://www.qualtrics.com/community/discussion/comment/29904#Comment_29904Ouch. I think it is lost. I think I see the error in your script...the last line should have been $(input).value. input is just a string value, not an input element.

3 replies

TomG
Level 8 ●●●●●●●●
Forum|alt.badge.img+27
  • Level 8 ●●●●●●●●
  • September 2, 2020

Did you add the script to a text entry question?
I recommend using flatpickr instead. It is better in every way and there are a number of Community posts about it.


  • Author
  • September 3, 2020

Hi Tom, yes I did to a text entry question. Thank you for getting back to me. It can be selected (it was a lot of scrolling) but my issues is I already ran the survey but now when I export the data I cannot see any values. So I am not sure if there is a workaround to get the data that was entered or it is lost somewhere!


TomG
Level 8 ●●●●●●●●
Forum|alt.badge.img+27
  • Level 8 ●●●●●●●●
  • Answer
  • September 3, 2020

https://www.qualtrics.com/community/discussion/comment/29904#Comment_29904Ouch. I think it is lost. I think I see the error in your script...the last line should have been $(input).value. input is just a string value, not an input element.