POST
|
Hello Survey123 team (Philip Wilson, James Tedrick), Are there any documents on how the iOS version on both phones and iPads might affect performance? limitation on form size, functionalities...? It would be the best if we could upgrade all machines (survey works well on relatively new iphones and ipads), but the team sometimes has a very limited budget. It would be beneficial to understand some limitation so that we can advise users in advance. Cheers, K
... View more
06-10-2020
08:18 AM
|
0
|
0
|
791
|
POST
|
Hello all, I left some questions last week regarding the survey performance on iOS mobile devices. Survey123 performance on the old iOS machine The survey I am working on is quite heavy - It's about ecological monitoring data collection so it has lots of select one lists for various species and multiple csvs as well as lots of photo attachment options. The survey worked fine with new devices, but found it is hanging or crashing while opening on the older devices. By reducing photo attachment options, it seems working better - at least the survey could be open; however it's still unclear what's limit of data/survey size that the device can handle. Is there any documentation or information that what's the device/ iOS requirement for certain size of survey? The device kept crashing had 19GB empty space. So I am not sure if it really matters of available space. Cheers, K
... View more
06-08-2020
05:07 PM
|
0
|
3
|
829
|
POST
|
Hello Julie, I think you can use pulldata function. You can create lat and long values along with all possible zip codes in csv, and extract lat and long where user input zipcode matches with the one in the csv file. The lat and long information can be stored under two double fields or send it to geopoint as x,y attributes. Since there will be one lat and long for each zipcode, there may be duplicated points created potentially. Cheers, K
... View more
06-08-2020
04:54 PM
|
0
|
1
|
955
|
POST
|
Hello Doug, Thanks for your thoughts. That's the first thing came in my mind - space. I will confirm with my clients if she has 'enough' space in the device. By the way, have you seen any mobile device specs for Survey123? describing the information what's minimum model, ios, space requirements, etc.. Cheers, K
... View more
06-04-2020
03:29 PM
|
0
|
1
|
767
|
POST
|
Hello all, My client said that she was not able to open a particular survey on her ipad - when she click the survey, t's spinning then closed when she hit the collect button. Her iPad model is iPad Air MD799C/A and IOS version 12.4.7. (She was able to use other surveys on the same device - much simpler version. So I don't think the issue is if she really could use the survey123 or not.) I am testing the same survey from my end with iPad mini 5th generation (MUQW2VS/A) as well as my iphone7 and galaxy tab and all worked fine. The survey that she has a trouble with has lots of related tables along with 250KB of csv files, 1 svg, and the form itself is 600KB. I am not sure if the size of the survey affect on the performance on the mobile device (but it works okay for other devices) or some functions are not supported under the certain iOS version or ipad model. Any advice? Cheers,
... View more
06-04-2020
09:54 AM
|
0
|
3
|
801
|
POST
|
Hello all, This may not be an issue with the survey particularly, but noticed an issue from the feature layer created from Survey123 layers. My main survey takes attachments along with other information, and have a related table to capture users availability in date format. I created a view layer by joining the main feature layer from the survey and its related table in order to use the survey result in operational dashboard. One thing I hoped to do was displaying attachment in popup windows by selecting 'Show feature attachments as links' in the popup config setting, but the view layer does not seem to have any attachment inherited, and there was no option available for 'Show feature attachments as links'. This is the original survey data setting. The main feature layer has attachments enabled, but not the related table (no attachment questions attached in this table). In my join view layer, 'has attachments' is set to false, and I tried to update it to true using admin function, but it was not saved. I had similar layers that are used in Collector - the main layer that has attachments, and its related table. When a view layer is created by joining these two layers, the attachments are preserved differently from what I observed with the survey data. Has anyone experienced this before? any solutions? Cheers, K
... View more
05-14-2020
02:08 PM
|
1
|
6
|
1666
|
POST
|
Hello all, I have a joined view layer created from the feature layer with attachments and its related table, and just learned that the attachments in the parent layer are not inherited to joined view layer from the following posting here: https://community.esri.com/message/928603-re-how-to-keep-attachments-with-join-feature-hosted-layer-view?commentID=92860… . Without joining, the data is not meaningful, so I must use the joined view layer, but also need to include attachments in the popup window...Has anyone tried work around this situation? like retrieving the attachments from the parent layer through arcadae or predefined url, and so on? I think I saw the posting that I can make the data public and get the url, but our data cannot be shared with public. Hope I can find some solutions.
... View more
05-13-2020
04:00 PM
|
0
|
0
|
466
|
POST
|
Hello Tyler, Is there any enhancement on this topic? maintaining attachments in joined view layers? Cheers, K
... View more
05-12-2020
02:54 PM
|
2
|
0
|
6013
|
POST
|
Hello all, I've created a few filters with 'contain' & 'predefine multiple values' setting as the field has multiple values (The data was captured by Survey123 select_multiple). Once thing I noticed was that the filter shows an error message saying 'The specified field has no values' when I tried to update the selections on the filters that I've already applied. - It works fine if only one filter (with predefine multiple values) is being used. - If there are more than one filter applied, and if I edited the very last filter, there is no issue. - If there are more than one filter applied, and if I edited any predefine multiple values filter that is not the last one I touched, it shows the issues. - Changing selections in filters that use 'unique' value does not have this issue. - The issue happens only with 'predefine multiple values' filter when it is being used any other filters. The only solution I have now is refreshing the app if a new set of filters need to be applied. The main issue is it does not look good to show the error message. Hopefully, get rid of the error or replace the error message to something like 'refresh your page'. Has anyone have any solutions? Cheers, K.
... View more
05-07-2020
12:10 PM
|
0
|
1
|
758
|
POST
|
I could figure it out var lookup = $feature.trackID var temp = FeatureSetByName($map,"map_name") var newValue = Filter(temp, 'trackID = @lookup') return Text(newValue.objectid) Cheers, K
... View more
05-04-2020
04:43 PM
|
0
|
0
|
2250
|
POST
|
Hello all, I hope to find way to retrieve the original object ID of the joined layer(a view layer) through Arcade. Layer 2 is a joined view layer from Layer 1 and Table 1. I need to call the original object ID (Layer 1) inside of Layer 2 in order to pass urls that are created by some sort of combination of the original object IDs. For example there are 5 records in Layer 1 from object id 1 to 5. But by joining, Layer 2 became to have 10 rows, and the original object IDs are not preserved in the same way. I was thinking about retrieving the original object ID from Layer 1 by using the common attribute called track ID. Tow layers (Layer 1 and 2 are added in the map). newValue = Layer1.OID where Layer1.TrackID == Layer2.TrackID Is it possible to write Arcade like above? I've been using python mostly so not super familiar with Arcade yet. Here are some challenges - these are dynamic layer - new records are kept added by survey123, so the filed cannot be pre-calcuated by adding a new column. I should be able to extract the original ID on the fly. Cheers, K
... View more
05-04-2020
02:58 PM
|
1
|
1
|
2325
|
POST
|
Hello Phil, I am using AGO, Survey123 Connect version 3.7. Currently it is being tested with web form only, and keep it under version 3.7 as 3.9 shows some html tags while loading the survey. I viewed the collected data in the feature layer data view on AGO, survey data view as well as downloaded in excel, and all of them do not show 'comma' where multiple choices were selected. I can definitely share my survey. We hope to launch this soon to get ready for the emergency season.. it would be great if I can get more advice! Thanks!. Cheers, K
... View more
04-30-2020
08:06 PM
|
0
|
2
|
2335
|
POST
|
Hello all, I have a few questions with select_multiple in my survey, and found that the answers collected here were not stored with comma. For example, when I select English and French for language skills, the value stored is 'English French', rather than 'English,French' in the table. I am not sure what setting removes comma. Cheers, K
... View more
04-29-2020
03:47 PM
|
0
|
8
|
2459
|
POST
|
Hello all, Is there any syntax using 'jr:choice-name' for all/ any selections in multiple choices? I hope to get labels in the attributes no matter how many answers are selected. I am aware that 'at' can be used to pull out the value in the specific order, but not sure how I can apply it to the entire answers.
... View more
04-29-2020
09:30 AM
|
0
|
4
|
4446
|
POST
|
Hello all, I have an issue with viewing a data that is collected by offline collector. Here is my workflow. 1. Address point layer is used to start collect the data. 2. Data will be collected within the related table of selected address point. Let's say its table name is 'form'. 3. A joined view layer has been created. When new data is captured, a new record will be populated with specific symbology. 4. A few different apps have been created with this view layer to manage workflow: web app builder apps and dashboard. 5. There are two versions of map: ONLINE and OFFLINE. ONLINE has the result view layer, but OFFLINE does not so that can be used while there is no internet connection. Here is my story. After I used 'sync' once data from OFFLINE is collected, I can confirm that new data have been pushed to the view layer. I can see the result (view layer) from ONLINE map in Collector. However, it seems there are some delays in viewing data when it comes to the apps and maps (even ONLINE map) on the desktop browsers. Problem 1 : Updated data seems to exist in the view records, but the symbology that I've set up are not applied - so the collection result cannot be checked visually and looks empty. Problem 2: Sometimes I can see the updated data in the view layer in dashboard, but not in the apps that are used Web appbuilder, although the same map with the same view layer is fed to both dashboard and web appbuilders. Problem 3: Although I can see the new data in the dashboard, it can be invisible depends on zoom level. Problem 4: All the issues above are gone once I collect new data through Collector with ONLINE map. All missing data (invisible previously) from offline will stay steadily all the time regardless zoom level, and show in both dashboard and web appbuilder. I am not sure what cause the issues - unstable visibility of view layer. Has anyone have similar experience? Cheers, K
... View more
04-27-2020
04:34 PM
|
0
|
0
|
428
|
Title | Kudos | Posted |
---|---|---|
1 | 05-14-2020 02:08 PM | |
1 | 04-22-2021 11:02 PM | |
1 | 01-15-2024 05:16 PM | |
1 | 04-18-2024 08:25 AM | |
2 | 03-01-2024 11:09 AM |
Online Status |
Offline
|
Date Last Visited |
11-15-2024
12:33 AM
|