|
POST
|
Hello, Looks like you can probably do this with an input mask You could also do this with a JavaScript function to convert whatever the input is and return the Title Case name in a new field. Hope that helps! -Katherine
... View more
02-23-2022
09:32 AM
|
0
|
0
|
1738
|
|
POST
|
Yikes! I'm glad I saw this post, because I was about to update....hopefully Esri can shed some light on this soon? @JamesTedrick @IsmaelChivite Is Esri aware of this issue?
... View more
02-23-2022
09:17 AM
|
0
|
1
|
8194
|
|
POST
|
Hello, I don't see any field called ${Comments} in your XLS form. You have: ${imagecomments} ${misccomments} ${site_conditions_comments} ${projectdetailcomments} You'll need to call the appropriate field for the section of the template that you want it to populate in.
... View more
02-21-2022
01:18 PM
|
0
|
0
|
1679
|
|
POST
|
Hello! Assuming I understand your question correctly, this is very simple to do, you'll just need to use IF statements in the calculate column. Below is the sample syntax from the Survey123 documentation: if(selected(${question_one}, 'yes') and selected(${question_two}, 'yes'), 'yes', 'no') I don't know the exact field names you're using, but I think you'll just need something like this. This would be put in the calculate column for a field called "Stream_Type" or something along those lines: if(${stream_score} >= 30, 'Perennial', if(${stream_score} >= 19, 'Intermittent', 'N/A')) So, that syntax might not be exactly correct (it's often a little bit of trial and error to get it just right) but that just says if the stream score is greater than or equal to 30, assign the value "Perennial" to the field. If that's not true, check if stream score is greater than or equal to 19, and if so, assign the value "Intermittent". If neither of those are true, assign "N/A". I hope that helps get you in the right direction!! P.S. I asked a question myself about nested if-statements a couple years back and I still reference it to this day for syntax help! haha
... View more
02-18-2022
10:14 AM
|
2
|
1
|
1099
|
|
POST
|
Welcome to the community! Do you have specific questions for a course you're already working on? There's a lot of free Esri documentation out there that can help familiarize you with the basics, if needed!
... View more
02-17-2022
07:52 AM
|
0
|
0
|
796
|
|
POST
|
Hi Shan, That documentation is where I was getting my information from. However, it states that: "Feature storage, excluding feature attachments, feature collections, and features associated with location tracking" cost 2.4 credits per 10 MB stored per month, calculated hourly. "Storage of all content, excluding hosted feature layers and content in ArcGIS Notebooks (i.e. Store web maps, Store feature collections, Store attachments in a hosted feature layer, Store published vector tile layers from ArcGIS Pro, Store scene layer packages from ArcGIS Pro" cost 1.2 credits per 1 GB stored per month, calculated hourly. That's where my confusion lies....
... View more
02-16-2022
07:34 AM
|
3
|
1
|
7440
|
|
POST
|
We have a very similar situation and I still can't wrap my head around why a feature layer that is a relatively small size, but had a large amount of attachments, is registered as being one of the largest consumer of credits in "Feature Data Store". It explicitly states in the Understand Credits documentation that attachments consume credits at a different rate than feature data storage. I really wish Esri would be able to provide a summary and it would just say exactly how many credits a particular service (regardless of type) consumed within a queried time period.
... View more
02-15-2022
02:41 PM
|
5
|
0
|
7462
|
|
POST
|
In the template (Word doc), can you go to the table properties and specify the row height to be what you need? Or did you already try that and it's not working?
... View more
02-15-2022
11:17 AM
|
1
|
0
|
2214
|
|
POST
|
Your comment made me curious and I searched about HTML/CSS customization in Survey123....and I had my question answered. https://community.esri.com/t5/arcgis-survey123-questions/create-and-style-forms-using-css/m-p/729906 It's not HTML based so it can't be styled using CSS, but looks like you can get a lot more customization using AppStudio and basically make a custom version of Survey123! I don't know if I'm quite "there" yet as far as my Developer skills (still consider myself a newbie to *maybe* intermediate level) but I look forward to experimenting with that more one day myself! 🙂
... View more
02-15-2022
07:12 AM
|
1
|
1
|
1581
|
|
POST
|
I figured there had to be some kind of server on Discord for GIS stuff but hadn't been able to find one. If there's a well known/active one, could you possibly post a link here? 🙂
... View more
02-15-2022
07:07 AM
|
0
|
2
|
3612
|
|
POST
|
Who knows, maybe I'm biased, but I would have to respectfully disagree about this not being an active community. 🙂 I've had *so* much help troubleshooting things on here. That doesn't mean every question I've had has gotten an exact answer, but it's really helped a lot. I'm sorry to hear you haven't had as positive of an experience though. But anyway, aside from this community, there's GIS Stack Exchange which is geared a bit more towards developers. If your issue is something really specific that you can't find guidance to with Google searches, calling Esri support might be your best option.
... View more
02-15-2022
07:05 AM
|
1
|
0
|
3616
|
|
POST
|
Gah, I wanted to respond with a helpful tip but I did some testing myself and kept running into limitations with the software. Here were some of my ideas: Use the Guidance Hint column to allow users to click an icon for additional information The pop-up hint box will only display a limited amount of characters and doesn't support newlines (as far as I could tell) so it wouldn't work for your use case you could potentially include an image in this field but if it's a large image it may be cut off since resizing the pop-up isn't supported I tried HTML formatting with the <sub> tag so that maybe the code names could be subscript after the main text, but that tag isn't supported Sorry I couldn't be more help....if you brainstorm some more I'd be interested to hear what you decide to do!
... View more
02-14-2022
12:48 PM
|
1
|
3
|
1603
|
|
POST
|
Quite honestly the Export button in both the item details page and the Survey123 page has almost never worked for me, on several different feature services. I always download through the REST Endpoint https://support.esri.com/en/technical-article/000014156
... View more
02-14-2022
07:42 AM
|
0
|
0
|
756
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | Thursday | |
| 1 | 3 weeks ago | |
| 4 | 3 weeks ago | |
| 6 | 3 weeks ago | |
| 1 | 3 weeks ago |
| Online Status |
Online
|
| Date Last Visited |
yesterday
|