|
IDEA
|
We really need the ability for the user to be able to flip between alias and field name in the Table widget like in ArcPro This is esp important since Export to CSV uses the Alias only with no options to change it that I can find? Alias names tend to have spaces which most CSV software does not like. Seems like a big use case. thanks a lot
... View more
05-28-2025
12:29 PM
|
7
|
2
|
858
|
|
POST
|
Known issue for a few years now. I guess its still not fixed. Some workarounds in these posts https://community.esri.com/t5/arcgis-field-maps-questions/quot-failed-to-calculate-quot-error-on-getuser/m-p/1356023#M7482 https://community.esri.com/t5/arcgis-field-maps-questions/getuser-when-offline-and-disconnected/td-p/1265027 https://community.esri.com/t5/arcgis-field-maps-questions/quot-failed-to-calculate-quot-error-on-getuser/td-p/1274613 https://community.esri.com/t5/arcgis-field-maps-questions/form-calculate-getuser-offline/td-p/1166748 https://community.esri.com/t5/arcgis-field-maps-questions/field-maps-getuser-not-working-in-mobile-app/td-p/1356484
... View more
05-28-2025
10:27 AM
|
2
|
0
|
1075
|
|
POST
|
have you tried this in the post? An issue has been identified with the display of the results of calculations in note questions or used in variable interpolation on the web form. We are working to develop a fix and deploy it as soon as practical. A possible workaround would be to use the ?version=3.21 URL parameter to revert to a previous version of the Survey123 web form.
... View more
05-28-2025
07:52 AM
|
0
|
1
|
785
|
|
POST
|
I use 123 since our species lists are way too big for Field Maps. In 123 I set the name value to the species code then set the label to have all 3. You could use pulldata to populate a series of fields also but we keep our species list separate in case codes or other things change. This way a crew can search for any one of these that they know. Works slick. You could probably pull this off with domains in Field Maps. Depending on list size 123 may be the better option. We use Field Maps to prepopulate the point then launch field maps from there. Hope that helps
... View more
05-28-2025
05:38 AM
|
0
|
0
|
824
|
|
POST
|
A repeat is a little more taps for the user but better than multiphoto in the end. You can also add comments as watermarks but then it is forever so mistakes by the user can get you. I asked 123 to add writing comments into the exif and its on the list. I personally add the comments to exif when I download them using exif.exe and a python wrapper and its slick. I got a post on it somewhere on here.
... View more
05-23-2025
02:07 PM
|
0
|
0
|
2188
|
|
POST
|
I am seeing that hiding params using self.params[3].enabled = False works great as a regular toolbox but when I publish the tool as a service in both Pro and ExB this does not work and it just always shows the param. def updateParameters(self): if(self.params[2].value): self.params[3].enabled = True else: self.params[3].enabled = False return Is this a known issue? I am seeing a number of things that work in a toolbox but not as a service. Another example is Category is not supported in ExB but does work in Pro. This is making it hard to create a consistent user experience. Is there any doc on what is and is not supported when publishing? thanks a lot
... View more
05-22-2025
08:17 AM
|
0
|
1
|
671
|
|
POST
|
I am seeing that hiding params using self.params[3].enabled = False works great as a regular toolbox but when I publish the tool as a service in both Pro and ExB this does not work and it just always shows the param. def updateParameters(self): if(self.params[2].value): self.params[3].enabled = True else: self.params[3].enabled = False return Is this a known issue? I am seeing a number of things that work in a toolbox but not as a service. Another example is Category is not supported in ExB but does work in Pro. This is making it hard to create a consistent user experience. Is there any doc on what is and is not supported when publishing? thanks
... View more
05-22-2025
08:10 AM
|
0
|
1
|
1412
|
|
POST
|
Similar is a setting for tables to flip between field names and alias. What looks nice in the popup is too long for a table. https://community.esri.com/t5/arcgis-experience-builder-ideas/choice-of-field-names-and-alias-in-table-widget/idc-p/1617493#M4083 thanks
... View more
05-22-2025
06:12 AM
|
0
|
0
|
1261
|
|
IDEA
|
Big upvote here. What looks really nice in the popup is way too long to be usable in the table. A switch just like ArcPro has would be really nice. Thanks
... View more
05-22-2025
06:11 AM
|
0
|
0
|
562
|
|
DOC
|
@JonMarks yes \n will not work but I tested and the HTML <br> does seem to work. I also saw in you post you have pulldata in an if statement. It will often not update if you do that. Gets posted a lot so keep an eye on that.
... View more
05-22-2025
06:00 AM
|
0
|
0
|
5722
|
|
POST
|
New 123 will have an Excel looking table with a Duplicate option. So it is in development.
... View more
05-21-2025
01:52 PM
|
0
|
0
|
1922
|
|
POST
|
If you mean copy values from the last repeat into the new repeat then no it cannot be done. Been trying for years. Only way is with javascript which is a bit advanced. See my post here https://community.esri.com/t5/arcgis-survey123-questions/prepopulate-answers-in-a-repeat-with-last-values/m-p/1093928 Hope that helps
... View more
05-21-2025
12:30 PM
|
0
|
2
|
1959
|
|
DOC
|
I think html tags only work in labels. Not 100% but I just tested and it seems like it. But one idea is have a hidden field with a calc that has your join and emoji in it. Then set that field as a label of a note field. I just tested and it worked. HTML seems to work in hints also. Let us know if you get it to go.
... View more
05-20-2025
05:39 AM
|
0
|
0
|
5760
|
|
POST
|
Looks like you have been copying in from another excel sheet and breaking the validation formulas. I see it asks me to update right away from another sheet and that is bad. Mostly it ruins all the built in checking. When adding to a new sheet you can see the errors marks right away. Arc cannot have a field names with a period in them. See the green marks telling you the issues. You Always, Always want to use Right-Click Paste Values when putting anything into a 123 Excel file. It can be hard to remember when crtl-c, ctrl-v is hardcoded in your brain. I also see your media images have spaces in the names. That used to not work but not sure now. I would rebuild your sheet at this point. I had a write up on this somewhere. Basically make a all new form and copy that excel to your current survey dir. Rename the old one to OLDName.xlxs. Rename the new copied in blank sheet to the original excel name. Copy each row over make sure to use Paste Values each and every time! Note if the columns match perfectly you can do all but the top row at one time. Then rename those fields with the period. Hope that does it
... View more
05-19-2025
11:32 AM
|
0
|
0
|
1445
|
|
POST
|
I posted that as an idea a few years back https://community.esri.com/t5/arcgis-survey123-ideas/ui-to-move-to-any-repeat-for-survey123/idi-p/930713 The new 123 has an excel looking table in development.
... View more
05-19-2025
06:19 AM
|
2
|
1
|
1562
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 04-10-2026 08:18 AM | |
| 1 | 2 weeks ago | |
| 1 | 3 weeks ago | |
| 1 | 3 weeks ago | |
| 1 | a month ago |
| Online Status |
Offline
|
| Date Last Visited |
Thursday
|