|
IDEA
|
These are great in Pro when a tool has several options but does not work in ExB (and did not in WAB also). They do work in Pro after the tool is published. Add support for toolbox categories please. thanks a lot
... View more
05-28-2025
01:08 PM
|
2
|
2
|
715
|
|
IDEA
|
Table widget Export to CSV is using the field Alias with no option to change. This option is in all the ArcPro export tools. I thought it would default to the real field name but testing I got alias. Alias names tend to have spaces and special chars which makes the CSV unusable in most programs that users would want a CSV for. Seems like a good use case. Thanks a lot
... View more
05-28-2025
12:44 PM
|
9
|
1
|
798
|
|
IDEA
|
We are moving to Alias names and it is making the Table widget hard to use. For example all these just say Any Hit... An option to "fit" the size to the name would be great. And/Or ability to double click the cell boundary to auto expand like in Excel. And/Or have the ability to wrap the text in the column headings would be pretty sweet. JS example here. Also an option to wrap the text in the cells. I know this one is easy as @JonathanUihlein did it right in front of me. I would love to see text wrapping always be added everywhere right from the start. thanks a lot
... View more
05-28-2025
12:38 PM
|
8
|
0
|
441
|
|
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
|
914
|
|
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
|
1140
|
|
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
|
830
|
|
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
|
888
|
|
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
|
2308
|
|
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
|
698
|
|
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
|
1434
|
|
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
|
1348
|
|
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
|
603
|
|
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
|
6033
|
|
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
|
1994
|
|
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
|
2031
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 3 weeks ago | |
| 1 | Wednesday | |
| 1 | 3 weeks ago | |
| 1 | 3 weeks ago | |
| 1 | 3 weeks ago |
| Online Status |
Offline
|
| Date Last Visited |
9 hours ago
|