|
POST
|
In the Configure Pop-ups text option, type WriteUp: and select/highlight it. While the text is still selected, click the hyperlink button: Enter file:\\\{WriteUp} in the URL box and hit Apply: If it is a valid UNC path in the WriteUp field (as you show above), it should open that file when you click on it. R_
... View more
01-26-2024
01:51 PM
|
0
|
0
|
3730
|
|
POST
|
I have used this method before to detect changes in a hosted feature service. Could probably be modified to fire off your notebook/python script instead of sending an email. R_
... View more
01-25-2024
11:31 AM
|
0
|
0
|
2553
|
|
POST
|
In the Experience builder, near the bottom of the Map config, there is a Enable pop-up switch. Have you turned this off as well? R_
... View more
01-25-2024
08:05 AM
|
0
|
1
|
2498
|
|
POST
|
If you want to show the full path to the file, in the text element, you choose the {WriteUp} field: Then, select it and click the hyperlink button. Then, for the URL, enter file:\\\{WriteUp}. Same process if you want to show something other than filename as the link. This one, I put "Click for File" as example. Which gives you: Both of which are clickable links to the file. R_
... View more
01-25-2024
07:55 AM
|
1
|
2
|
3775
|
|
POST
|
Not sure what is going on, but I tested your code in 2.9.3, 3.1.3, and 3.2.1 and all seem to be working as expected. if I put the ".id" at the end like you have, it will only return the id. R_
... View more
01-23-2024
10:53 AM
|
0
|
1
|
1153
|
|
POST
|
If you want to copy attributes to a 'New' feature, that is one of the options you can set in Field Maps Designer. R_
... View more
01-22-2024
10:27 AM
|
0
|
0
|
842
|
|
POST
|
the message says the function getNRHPType is not defined. Probably because it is seeing it inside the """ of the code block and thinks it is comment. Try removing the codeblock = """ and the matching """, should at least make that error go away. R_
... View more
01-17-2024
01:31 PM
|
0
|
0
|
2809
|
|
POST
|
Don't know the solution to the collections share link, but you can always run the same utility it is 'supposed' to use and generate a valid short url. https://arcg.is/prod/shorten?longUrl=https://storymaps.arcgis.com/collections/566bdc6433f94e1caf9761b418ce4f54
Generates:
{"status_code": 200, "status_txt": "OK", "data": { "long_url" : "https://storymaps.arcgis.com/collections/566bdc6433f94e1caf9761b418ce4f54", "url": "https://arcg.is/1rX0iK", "hash": "1rX0iK", "global_hash": "1rX0iK", "new_hash": 0 } }
And this part of it is the short link:
https://arcg.is/1rX0iK Just put the long URL after the longUrl= and submit. the short URL is after the "url:" R_
... View more
01-17-2024
12:21 PM
|
1
|
3
|
1913
|
|
POST
|
The Append tool is for adding (Apending) additional data to an existing dataset. Sounds like you want to update values in existing features based on a table. One way is to use the Add Join tool to temporarily join the table based on Account ID field, then use the Calculate Field tool to update the existing columns from the joined table. R_
... View more
01-16-2024
08:40 AM
|
2
|
0
|
2237
|
|
POST
|
Not sure if related, but I have seen similar when using joins and a different connection file on other machines. Makes the prefix of the joined data different. My workaround was to save the connection file on the network and use UNC path so that it is the same no matter what computer/user opens it. R_
... View more
01-16-2024
08:35 AM
|
0
|
0
|
1875
|
|
POST
|
That make sense. However, normally don't see the drop down unless there is a Domain (or List of values on a Hosted Feature Service). Is this a Hosted Feature Service? If so, these Lists (Domain) can be set up on the HFS itself in Item Details, or Field Maps designer. If Hosted, you might look there to see if there is a list applied.
... View more
01-11-2024
01:53 PM
|
0
|
1
|
3068
|
|
POST
|
It appears as if there is a Domain on that field with only one value (5/8") in it. Since 123 is not in the Domain list, it is invalid. R_
... View more
01-11-2024
01:10 PM
|
0
|
1
|
3077
|
|
POST
|
can use the max() function. Takes the max value. Since 0 is larger than any negative number, will return 0 R_
... View more
01-11-2024
01:03 PM
|
3
|
0
|
4801
|
|
POST
|
One way would be to add a new field, lets call it "Draw" and base your filter on that: If [Draw] == "yes" Then, you could schedule a notebook/python script at the end of the month using the Python API to calculate the field values to 'yes' for the features with the appropriate date and set the others to 'no'. R_
... View more
01-10-2024
04:30 PM
|
2
|
2
|
1358
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 05-14-2026 04:00 PM | |
| 1 | 09-14-2022 07:53 AM | |
| 1 | 09-14-2022 08:23 AM | |
| 1 | 05-21-2026 08:53 AM | |
| 1 | 05-14-2026 04:28 PM |
| Online Status |
Online
|
| Date Last Visited |
Wednesday
|