|
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... DougBrowning_0-1748464340917.png An option to "fit" the size to the name would be great. And/Or add a double click at 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. DougBrowning_1-1748464340917.png Options for text wrap for the data in the fields also would be great. I know this one is easy as @JonathanUihlein did it right in front of me. I think text wrapping options should be in all places from field names, field data, text popups, etc. thanks a lot
... View more
05-28-2025
01:32 PM
|
3
|
0
|
354
|
|
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. DougBrowning_0-1748464066923.png thanks
... View more
05-28-2025
01:32 PM
|
3
|
0
|
310
|
|
IDEA
|
Need a way to hide some parameters when they are not relevant. Works in Pro but not seeing it work in ExB analysis widget. I mostly want enabled so I can turn some off params but not sure if other things work or not? One tool I limit to 1 polygon selected for example. def updateParameters(self): # Modify the values and properties of parameters before internal # validation is performed. if self.params[2].value: self.params[3].enabled = True else: self.params[3].enabled = False return DougBrowning_1-1748463490437.png thanks
... View more
05-28-2025
01:18 PM
|
2
|
1
|
618
|
|
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. DougBrowning_0-1748462856555.png thanks a lot
... View more
05-28-2025
01:08 PM
|
2
|
2
|
728
|
|
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. DougBrowning_0-1748461233305.png DougBrowning_1-1748461451446.png Thanks a lot
... View more
05-28-2025
12:44 PM
|
9
|
1
|
811
|
|
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... DougBrowning_0-1748460807288.png 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. DougBrowning_1-1748460927906.png 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
|
446
|
|
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 DougBrowning_0-1748460488970.png 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
|
938
|
|
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
|
1178
|
|
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
|
841
|
|
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. DougBrowning_0-1748435663409.png DougBrowning_1-1748435829100.png 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
|
913
|
|
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
|
2389
|
|
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. DougBrowning_0-1747926922611.png DougBrowning_1-1747927018599.png 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
|
705
|
|
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
|
1448
|
|
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
|
1382
|
|
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
|
608
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 07-08-2026 07:34 AM | |
| 1 | 4 weeks ago | |
| 1 | 07-08-2026 03:46 PM | |
| 1 | 07-08-2026 03:08 PM | |
| 1 | 07-08-2026 03:15 PM |
| Online Status |
Offline
|
| Date Last Visited |
20 hours ago
|