Hello S123 Community,
I am making an incident report for my organization and we are trying to make one report for our 2 difference public facing departments (1 of which uses Survey123 everyday and has the app and one never uses ESRI products). I made a survey and published it publicly so that we could start testing it out and I noticed that some of my choice filters, pulldata() calculations, and autocomplete appearances questions were not functioning in the web browser, but they are functioning in Connect and when I use the survey within the application.
Choice Filters: The first questions is whether this survey is for our Ops Team or Garage Team and that influences the possible locations within the choice filter layer. This for some reason is being changed into a normal text box it appears as opposed to an autocomplete appearance.
pulldata(): Furthermore, these locations do appear as an autocomplete in the location question before I select either Ops or Garage, but they do not pull the lat/long information from the CSV. To mark on the map which location we are referencing.
I went ahead and attached the CSV of garages and a draft of the Incident Form. I know that the web browser is a lot more particular than the app/connect, but any help would be greatly appreciated!
Solved! Go to Solution.
Hey there,
Thanks for adding your .csv and form! Helped a lot. I seem to have it working on my end in both S123 Connect and the corresponding Web Form.
The changes made were the following:
CHOICE LIST
GEOPOINT QUESTION
Hope that works on your end too!
Hey there,
Thanks for adding your .csv and form! Helped a lot. I seem to have it working on my end in both S123 Connect and the corresponding Web Form.
The changes made were the following:
CHOICE LIST
GEOPOINT QUESTION
Hope that works on your end too!
First off @Vinzafy thank you so much for answering my question! That was a big help and everything is working now in that survey.
I have another similar question I think because I tried to change another survey where I used substr(${latCal},0,12)+' '+substr(${lonCal},0,13) and now I am having similar issues with this survey where the XLS form is not pulling the CSV information we need from a list of local businesses that our staff check in on.
The specific part that is not working is the pulling lat and long for the geopoint question after you answer that it is a business check. I added some notes to see if it was pulling the data at all and was not able to get any information from the file.
Its weird because the only thing I changed was substr(${latCal},0,12)+' '+substr(${lonCal},0,13) to concat(number(${latCal}), ' ', number(${lonCal})) and I added a few choices then the pull data calculation stopped working...
Any help is appreciated!
Sorry I haven't had a chance to look at this yet! This week has been a busy one with an important deadline tomorrow. I'll definitely take a look at this when I get a chance and hopefully be able to troubleshoot what's happening in this case.
I actually just figured it out! It had something to do with some extra columns in my CSV that were being stubborn! I appreciate all the time and effort!
Ahh fantastic! Glad you figured it out and thanks for the update. Was it something to do with the column names that were giving you issues? Regardless, glad it's working now and that I was able to help in some way 😊