|
POST
|
Copy-paste my script if you have changed the language to Python. No need to use $feature. Also call the fields from the Fields list. Please share screenshot of your label expression as well.
... View more
01-11-2022
10:15 PM
|
0
|
3
|
5016
|
|
POST
|
Could you use Python Language? Could you check if rstrip('/') function works for you? ([RE1]+'/'+[RE2]+'/'+[RE3]).rstrip('/')
... View more
01-11-2022
08:41 PM
|
0
|
5
|
5022
|
|
IDEA
|
Indeed. It's currently placed on a long term plan. Here is the Experience Builder 2022 Roadmap And Beyond - Esri Community for your reference.
... View more
01-11-2022
10:22 AM
|
0
|
0
|
5897
|
|
POST
|
Please check if the following tweaks to the indicator works for you?
... View more
01-11-2022
04:56 AM
|
2
|
1
|
3272
|
|
POST
|
The screenshot suggests that he might have got disconnected from his My Esri organization.
... View more
01-11-2022
12:18 AM
|
0
|
0
|
3201
|
|
POST
|
Could you share a few more details/ clarification on the data values? - Is the comma denoting a decimal point (like denoting 277.329) or a Thousand Separator (like denoting 277329 meters)? - What is the range of values you have for that attribute. - If it's a thousand separator, would you like a suffix of "m" for values upto 999.9, and convert them to km once its reaches 1000 m mark? Also have a look at the advanced formatting in ArcGIS Dashboard using Arcade expressions.
... View more
01-09-2022
08:56 PM
|
0
|
3
|
3303
|
|
POST
|
I might have failed to understand the issue here. Could you tell/show me what is your desired order of values and symbols?
... View more
01-09-2022
07:20 PM
|
0
|
1
|
4756
|
|
POST
|
The Dashboard is using this feature layer DailyCOVIDDashboard_5July21_1 Its FeatureServer REST URL is https://services8.arcgis.com/vWozsma9VzGndzx7/arcgis/rest/services/DailyCOVIDDashboard_5July21_1/FeatureServer/0 You may add the REST URL to ArcGIS Pro. Then you could either convert its table to Excel sheet or to a new feature class. Alternatively, you could query in the REST API https://services8.arcgis.com/vWozsma9VzGndzx7/ArcGIS/rest/services/DailyCOVIDDashboard_5July21_1/FeatureServer/0/query
... View more
01-08-2022
11:04 AM
|
1
|
0
|
1586
|
|
POST
|
I could think of a workaround. Please check if that works for you. 1. Using the Polygon layer, execute Feature To Point (Data Management). Check INSIDE option. The output would be point layer with the attributes of the corresponding polygons. 2. Using Join Field (Data Management), transfer all the required fields from Water Meter points to the above point layer based on Location ID field. You could use the updated point layer as the new Water Meter Point layer. Delete the unwanted fields, if necessary.
... View more
01-07-2022
08:10 AM
|
1
|
0
|
1946
|
|
POST
|
Could you work work with your IT/Network team to understand why the admin URL isn't accessible from the Web Server Machine? You might need to allow prerequisite ports through firewall (Ports used by base ArcGIS Enterprise components—ArcGIS Enterprise | Documentation for ArcGIS Enterprise), or whitelist the server/portal URL.
... View more
01-05-2022
01:48 PM
|
0
|
1
|
3108
|
|
POST
|
What if you remove just the following line from the codeblock? return 1 or you could have the codeblock like def Reclass(arg):
if arg >= 1:
return arg
else:
return None
... View more
01-05-2022
11:53 AM
|
2
|
0
|
1707
|
|
POST
|
What version is your ArcGIS Enterprise? Could you ensure Web Adaptor is in the same version as GIS Server and Portal, and there is no previous version of Web Adaptor installed on your web server? Could you access https://gisserver.domain:6443/arcgis/admin from your web server? Check if you can configure web adaptor from the command line.
... View more
01-05-2022
10:19 AM
|
0
|
3
|
9260
|
|
POST
|
Ensure that you are using the port number while defining the Server URL. e.g., For the GIS Server URL, are you using "https://<Server.Domain>:6443" ? Also ensure that you are using credentials of an ArcGIS Server Administrator (e.g. siteadmin). Allow the required ports through firewall, if not already done.
... View more
01-05-2022
09:37 AM
|
0
|
1
|
9322
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 05-25-2021 09:10 AM | |
| 1 | 07-08-2021 11:09 PM | |
| 1 | 01-09-2022 06:54 PM | |
| 1 | 07-01-2021 09:35 PM | |
| 1 | 07-14-2021 11:54 AM |