|
POST
|
Unfortunately, it is definitely the fact that you have esriFieldTypeString in the bind::esri:fieldType column for the image question that is creating the issue. I tested with my own survey. You can see I submitted the same photo for both questions, and they both display in survey123.com And here is the report template syntax: And the final report:
... View more
02-02-2022
11:29 AM
|
0
|
1
|
1396
|
|
POST
|
Oh, how I wish this was the case.....however, with the way the software is currently set up, this isn't possible. Many people have requested this capability. Please upvote this idea to help it get more attention! https://community.esri.com/t5/arcgis-survey123-ideas/survey123-ability-to-have-survey-stored-on-a/idi-p/934751
... View more
02-02-2022
10:09 AM
|
1
|
0
|
1912
|
|
POST
|
Is there already data submitted into this survey, or is it brand new? If there isn't any existing data, I would just republish the survey which will overwrite existing settings. It's throwing an error because you're trying to change a field type from text data to BLOB (image) data
... View more
02-02-2022
09:58 AM
|
0
|
1
|
6528
|
|
POST
|
oh! First thing I noticed is that you have esriFieldTypeString in the bind::esri:fieldType column for the image questions. Get rid of that and see if it works? If not I'll look a bit closer to see what I can find 🙂
... View more
02-02-2022
09:39 AM
|
0
|
3
|
6544
|
|
POST
|
Hmmm...Can you share your XLS Form as well so we can see how you have the survey set up?
... View more
02-02-2022
09:31 AM
|
0
|
6
|
6549
|
|
POST
|
Hmmm, I've never seen an if statement used like that in a feature report template. If you take out the "if", does it work?
... View more
02-02-2022
09:25 AM
|
0
|
8
|
6558
|
|
POST
|
Rather than using the calculate column, you can add HTML tags directly into the label column: Example output: Would that work for what you need to do?
... View more
02-01-2022
07:38 AM
|
1
|
1
|
2947
|
|
POST
|
Wanted to provide an update in case anyone else comes across this post... As I mentioned, completely starting from scratch and creating new feature layers was a possible workaround, but the amount of extra work in regards to data management and how it relates to another application we use would have still been pretty tedious. What seems to be the best solution for me, given my restrictions, was to edit the JSON directly for the feature layer. (don't know why I didn't think of it before!) What I did was manually edit the choice lists just for one layer using the AGOL GUI. I then went into the JSON code for the layer by going to the REST endpoint for the layer and adding "admin" to the URL between "rest" and "services" (see screenshot). I could then copy the section of JSON I needed for the domain values and paste into all the other layers. An important thing to note (this is the way I was taught to do it anyway) is that if you edit the JSON like this, you need to change the lastEditDate value. Delete the numbers and add empty quotes "" before clicking "Update Layer Definition". I'm sure there's probably still some more elegant way to do this, but this solution worked for me so that I could avoid having to publish new layers.
... View more
01-31-2022
07:26 AM
|
1
|
0
|
2219
|
|
POST
|
Additionally, here's an Esri post to get you started and give you some preliminary info on Web AppBuilder for ArcGIS Developer Edition. This was just the first one I found, it's a bit old but just a minute with Dr. Google should be able to help out with the rest. 😉 https://www.esri.com/about/newsroom/arcwatch/add-custom-widgets-to-web-appbuilder-for-arcgis-developer-edition/
... View more
01-31-2022
05:03 AM
|
0
|
0
|
3051
|
|
POST
|
Unfortunately, you can't deploy custom widgets in ArcGIS Online because the service is hosted by Esri. (it would be a security concern if they let people start inserting their own code into applications). If you need customization in your widgets beyond what the WYSIWYG interface, you will need to look into deploying ArcGIS Enterprise.
... View more
01-31-2022
05:00 AM
|
0
|
7
|
3052
|
|
POST
|
Have you looked into webhooks at all? https://doc.arcgis.com/en/survey123/browser/create-surveys/webhooks.htm
... View more
01-31-2022
04:58 AM
|
0
|
0
|
1025
|
|
POST
|
Hi Jen, I took a look at your survey, and what I think would be the best thing to do is just have a set of dependent questions for each option (Yes/No). So your current repeat (rows 16-29) would have a dependency of ${more_than_one_submission} = 'yes'. Then you'd have the same questions, but not in a repeat. And all of those would have a dependency of ${more_than_one_submission} = 'no'. Does that make sense/would that work for you regarding backend data processing? Best, Katherine
... View more
01-30-2022
11:26 AM
|
0
|
0
|
2322
|
|
POST
|
Hey Bryan, In the AGOL interface, you can only delete specific features like that by clicking on the feature in map view and clicking delete in the pop-up (while in editing mode). If you want to delete a bunch of features at once or just want to stick with the more familiar attribute table interface, you can manage hosted feature layers by pulling them in to ArcGIS Pro. In that interface, you can delete by selecting a feature (row) in the attribute table. Hope that helps!
... View more
01-30-2022
05:51 AM
|
1
|
0
|
1016
|
|
POST
|
Sounds good, @Hamg ! Always happy to help if you have more questions.
... View more
01-28-2022
09:24 AM
|
0
|
0
|
2025
|
|
POST
|
First off, wow can't believe I was include in this list of "experts"! haha Anyway, good news is that while there's a lot of info on these sheets, it seems like the survey itself will be pretty simple. A few suggestions/recommendations to get you started based on my understanding of the "flow" of the data collection. The Esri documentation on this stuff is pretty good so I recommend looking there for more information. Use groups or relevant questions (dependencies) to break the survey into different sections for the various animals. That way, the first question the user will answer is what animal they want to record data for, and then they can answer the questions from each column title that you have in the word doc. For almost every question, you'll just use select_one or select_multiple (whichever is more appropriate) question types with the options from the form to select from. For the "Successful HARVEST" question, I would add another dependent question that only displays if they select "Yes". They should be integer fields for the user to enter the number of males/females they harvested. You could potentially include the animal silhouette images in your survey if you store the image files in the media folder of the survey. For the text "Check all that apply" or "Check one", use the Hints column of the XLS Form You can use HTML tags to make text italic, bold, or even change font color for text in the survey (could be great for the Hän language (did I get that right?) animal names to display next to the english names!) For the Comments/Observations question, I recommend using a "multiline" appearance and be sure to extent the character limit if you think the user will need to enter a lot of text Lastly, I recommend looking into Feature Report Templates for generating reports automatically through the Survey123 web interface I think that should be a good start to push you in the right direction 😉 Happy survey building! Best, Katherine
... View more
01-28-2022
08:53 AM
|
1
|
2
|
5538
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | Thursday | |
| 1 | 2 weeks ago | |
| 4 | 3 weeks ago | |
| 6 | 3 weeks ago | |
| 1 | 3 weeks ago |
| Online Status |
Offline
|
| Date Last Visited |
Thursday
|