|
POST
|
Confirming I'm seeing the same thing at 11.3. Bar chart works but line chart doesn't.
... View more
4 weeks ago
|
0
|
0
|
298
|
|
POST
|
There isn't anything I can do really in configuring the symbology in the gp service other than pointing the outputs to a .lyrx in the tool properties in Pro v3.3.1. We are Enterprise 11.3 and, as I understand it, all of these issues will go away once we upgrade to 12.x. We have to deal with our old v16 SQL server first though. No easy task as our SQL server is also hosting other legacy applications. Thanks @Wei_Ying for taking a peek at this.
... View more
03-04-2026
07:37 AM
|
0
|
0
|
1491
|
|
POST
|
I think that you will need to use an older version of Pro. See here for the compatibility of Pro vs Enterprise. I see there that Enterprise 11.2 is good with Pro 3.2 and Pro 3.6 is good with Enterprise 12.
... View more
02-10-2026
07:33 AM
|
0
|
0
|
117
|
|
POST
|
Thanks for the reply. I tried following the two suggestions in that article with no success. I've given up. The orange symbology will have to do until we upgrade to 12.1. Just for your notes, I did notice that if I browse to the custom geoprocessing tool in my items and select "Open in map viewer", and run it there, it will render the symbology correctly. However, when I add the tool through the analysis widget in experience builder, the symbology is always the default orange.
... View more
02-10-2026
07:20 AM
|
0
|
1
|
1602
|
|
DOC
|
@SubaKrishnan forgive me but I'm not getting expected results from the gp toolbox. No matter the values I put for wind, the polygons only come back as perfect circles. The script seems to not generate the ERG wind related Zones properly. Is it just me? Thank you EDIT: Never mind! I was just testing a material that doesn't have the protective action distance. My bad. It's working! Thank you so much!
... View more
12-01-2025
02:13 PM
|
0
|
0
|
3154
|
|
DOC
|
"Enterprise users can now use a geoprocessing toolbox (.atbx) to publish the tool as a web tool without needing Notebook Server." @SubaKrishnan Thank you so much! I'll give this a shot.
... View more
11-24-2025
10:18 AM
|
0
|
0
|
3268
|
|
POST
|
Thanks for the reply and encouragement! I'm pretty sure version 11.3 doesn't allow for setting symbology of geoprocessing outputs through the Analysis widget like what you see in 11.5. See here.
... View more
10-31-2025
02:43 PM
|
0
|
0
|
2160
|
|
POST
|
I am struggling with this as well (Enterprise 11.3). My geoprocessing output is visible but there doesn't seem to be anywhere in experience builder to configure the symbology of the outputs like what exists in WAB. Setting the symbology in the model works when run in ArcGIS Pro but has no effect in the published tool. Maybe I'm missing something in the publishing process?
... View more
10-30-2025
08:11 AM
|
1
|
0
|
2179
|
|
POST
|
Yes! Using the Search widget in experience builder, you can set a Zoom scale in the Action settings for zoom to.
... View more
10-16-2025
04:11 PM
|
1
|
1
|
622
|
|
DOC
|
@SubaKrishnan I second the comment above by @dheerabhat . Making this valuable tool easier to implement would be much appreciated!
... View more
06-25-2025
01:29 PM
|
0
|
0
|
12040
|
|
POST
|
@BrettMartin1 Thank you! Good to know! We are still on 11.1. Planning our update for January.
... View more
04-21-2025
07:30 AM
|
0
|
0
|
1923
|
|
POST
|
@BrettMartin1 wrote: Can have an option to make "Output Feature Service Name" not visible. This was an option in WAB. This is very confusing for public users to tell the not to populate the text box. YES! I need this. Having to explain to my users to NOT enter a value is not good.
... View more
04-18-2025
04:00 PM
|
0
|
2
|
1966
|
|
POST
|
the CORRECT SOLUTION: 1.) Create an attribute expression for latitude: var lat; var originShift = 2.0 * PI * 6378137.0 / 2.0; lat = number(Geometry($feature).y / originShift) * 180.0; lat = 180.0 / PI * (2.0 * Atan( Exp( lat * PI / 180.0)) - PI / 2.0); return lat; 2.) Create an attribute expression for longitude: var lon; var originShift = 2.0 * PI * 6378137.0 / 2.0; lon = number(Geometry($feature).x / originShift) * 180.0; return lon; I got this working in FieldMaps. THANK YOU!
... View more
03-18-2025
07:43 AM
|
0
|
0
|
984
|
|
IDEA
|
I would very much appreciate this functionality in Fieldmaps. Thank you.
... View more
03-13-2025
12:32 PM
|
0
|
0
|
1834
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 10-30-2025 08:11 AM | |
| 1 | 10-16-2025 04:11 PM | |
| 1 | 12-12-2024 10:33 AM | |
| 4 | 08-29-2024 08:36 AM | |
| 1 | 08-29-2024 09:18 AM |
| Online Status |
Offline
|
| Date Last Visited |
3 weeks ago
|