|
POST
|
I was able to get coalesce to work which will be very useful. Thank you! The if statement wont take. I have some fields I only want to call a lookup table for based on a previous answer, otherwise the field remains null to manually fill out when other values are selected in that previous question. if(${question}='TypeA', pulldata('csvfile','return','lookup', ${lookupValue})) if(${question}='TypeA'), pulldata('csvfile','return','lookup', ${lookupValue})
... View more
12-11-2017
12:45 PM
|
0
|
1
|
1750
|
|
POST
|
James, Thank you for the help but I still don't seem to be entering this quite right. I've tried several combos but keep getting ODK validate error/bad node msgs and can't seem to find a full written out example for these. Could you tell me whats missing or point me to an example? if(${QuestionX}='A', pulldata('csvfile1', 'returnColumn', 'lookupColumn', ${lookupValue1}), pulldata('csvfile2', 'returnColumn', 'lookupColumn', ${lookupValue2})) coalesce(pulldata('csvfile1', 'returnColumn', 'lookupColumn', ${lookupValue1}), pulldata('csvfile2', 'returnColumn', 'lookupColumn', ${lookupValue2}))
... View more
12-11-2017
10:22 AM
|
0
|
3
|
1750
|
|
POST
|
Is it possible to combine pulldata calculations into 1 field but pulling from multiple tables depending on relevant statements in previous questions? I have multiple tables with data for different features. Each feature has the same attribute fields. I want to use 1 field in my survey to collect that attribute value for all features. Some can be prepopulated from existing tables. Based on how a previous survey questions was answered, can I pulldata from the appropriate table into 1 field? So if previous question is answered A, then Field X populates from a pulldata function readingTable A. If previous question is answered B, then same Field X populates from a pulldata function reading table B. I've tried to combine multiple pulldata calculations into 1 string using "and", "or", no spaces, and "," but I'm not able to return the result I am looking for.
... View more
12-08-2017
11:27 AM
|
0
|
5
|
2424
|
|
POST
|
Thanks James. I will go ahead and publish. Its most likely just an issue on my machine.
... View more
12-07-2017
11:46 AM
|
0
|
0
|
1258
|
|
POST
|
Online basempas work in surveys I previously published. This new survey built in the new version I have not loaded to AGOL. I noticed the maps not working during testing. I am running windows 7. It maybe just a glitch with my machine not loading data (I've seen the gray screen before but it usually loads after a while or after restarting or at zoomed out extents). Yesterday I thought shutting down and restarting may fix the issue, but today I get the same thing. I just want to make sure there aren't new settings I need to configure or compatibility issues I'll run into when publishing or loading to mobile devices due to this new version.
... View more
12-07-2017
10:17 AM
|
0
|
2
|
1258
|
|
POST
|
I updated Survey Connect to the latest version (2.5.44). When I add a geopoint question and try to configure the map view, none of the map types seem to be working any more. When I click the map in my geopoint question neither the default view or the home icon will load any map content. In settings/map, I've tried all of the default map types and multiple zoom extents and home locations and I get nothing but a blank gray screen with no map loaded behind it. I haven't had this issue in other versions so I and am wondering if something changed or if anyone else is experiencing this same problem (see attachments)?
... View more
12-07-2017
08:52 AM
|
0
|
4
|
1587
|
|
POST
|
It sounds like the version of connect I use to create and publish from in desktop determines which versions of the app on end user devices are able to publish completed surveys. I first tried to delete just the survey form from my surveys folder and then reload it, but that did not work. I actually had to delete survey off of the J7s and then reinstall the newest version of the app. That did work and I'm glad this was not a network issue, but this solution leads to other concerns. It took me some time testing devices and searching for answers to figure out this error. Our end users will not be aware of, have time for, or care to deal with these types of issues. They will simply see an app that does not work. My concern is I never saw any indication when opening the app or conducting a survey that my version was out of date. I can't ensure the app is being updated on all of our end user mobile devices. Everything from a user standpoint seemed to work up until trying to submit a completed survey. The error code 0 we are discussing does not mention the app version as a possible problem or recommend updates if available as a solution. I'm not sure the best way to avoid this problem from happening. Stop updating connect?
... View more
10-17-2017
09:56 AM
|
0
|
2
|
3980
|
|
POST
|
Is there a solution to this Code 0 issue on iphone devices. Running Iphone 6S the surveys are not able to be submitted when completed. I get the same error shown in the beginning of this post. We also just bought and distributed a large number of Samsung Galaxy J7s for our field crews who we would like to use survey123. When testing on these devices and submitting a completed survey the app crashes completely. It shuts itself off and we get an error msg saying "Unfortunately Survey123 has stopped". Any ideas?
... View more
10-13-2017
08:05 AM
|
0
|
5
|
3980
|
|
POST
|
James, Is this method still valid? I'm having this same issue with a tpk generated from exporting a tile cache. I'm running Arc 10.5 and survey123 2.4.6. I need increased zoom extents to scales of about 1:100. I followed these steps using 7zip and renamed the map name in the v101 folder without any issues. I reloaded the tpk to my survey media folder, but when I open survey connect I still cannot see my basemap listed in Map Types in my geopoint. Other tpk files I created the standard way work fine, but don't give me the zoom extent I need for working with this data. My tpk is in WGS_84 and looks fine when loaded into Arcmap or compared to the tpks that do work in survey.
... View more
09-29-2017
03:39 PM
|
0
|
1
|
1155
|
|
POST
|
Thank you for the quick response. I’ve got it working now. Lots of little things to figure out but great app!
... View more
09-14-2017
04:12 PM
|
0
|
0
|
2280
|
|
POST
|
When attempting to refresh my inbox I am getting error Code 400, Searching for surveys: Cannot perform query. Invalid query parameters. I followed this example from the survey123 blog shown below, replacing only the words status (with my survey field name) and pending (with my desired result). I have a type username field in the survey as well (field is username). I tried removing my additional parameter and just going with assigned=${username} as my only parameter, but the same error msg appears when I publish and refresh my inbox. Any help on this would be appreciated.
... View more
09-14-2017
09:57 AM
|
0
|
2
|
2280
|
|
POST
|
I wanted to include the same XY as my original point but if I can pass a matching asset ID along with using center= its probably not needed. I think I have figured out my problem, but how do you eliminate the formatting rule to pass all decimal values to survey123 instead of cutting it off at 2 places for lat/long?
... View more
09-05-2017
10:16 AM
|
0
|
1
|
1958
|
|
POST
|
Glad to hear that and thank you for the response. I have matching Latitude/Longitude decimal fields in both surveys. I’m collecting geopoints using pulldata("@geopoint",$,"y")/x calculations. Then selecting the point in a webmap to call my other survey. Points display in correct locations in my map. I’m using custom URL scheme to transfer/populate matching attribute fields. When I match a txt field it works. Lat/long decimal fields do not. If I submit a completed survey then zoom to it in my table, I end up on the other side of the world. Scheme I am trying to use to pull selected point attributes into matching fields in my survey: arcgis-survey123://?itemID=SURVEY&field:latitude=&field:asset_tag= Asset tag/feature type populates Long/Lat fields remain blank Pic attached of table/location of survey results
... View more
09-01-2017
04:05 PM
|
0
|
3
|
1958
|
|
POST
|
Since I cant use repeats, I've had to completely redesign my workflow and split this into 2 surveys, one for collecting point info, and 1 for collecting surveys for those points. After all of that, I now can not pass XY data over to my surveys to display on my map. My related surveys show up off the coast of Africa. Is it just not possible using Survey123? I've opened up several esri work tickets on these issues as well and nobody can seem to give me any answers. I was very hopeful this app could do what we wanted it to do, but these limitations I keep running into may cause us to have to go in a different direction.
... View more
09-01-2017
02:08 PM
|
0
|
5
|
1958
|
|
POST
|
The use of repeats in survey123 is a great tool. It allows me to design a survey that acts as both a data collection app and a survey app against that data collected. Repeats allow you to create a full workflow that is self contained inside 1 survey. But if I have no way to call that point information back to show an end user conducting a survey, then all of that great functionality a repeat provides is immediately lost. That is unfortunate as this could be a really powerful app.
... View more
09-01-2017
07:49 AM
|
0
|
0
|
1958
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 01-19-2018 03:24 PM | |
| 1 | 07-30-2019 10:01 AM | |
| 1 | 03-04-2020 09:45 AM | |
| 1 | 05-03-2018 08:14 AM | |
| 1 | 06-07-2018 08:06 AM |
| Online Status |
Offline
|
| Date Last Visited |
01-12-2021
04:09 PM
|