|
POST
|
True, true.... I think we might just give the tables a dummy coordinate and have them be points, then we can adjust fields in the views.
... View more
07-13-2023
02:44 PM
|
0
|
0
|
1152
|
|
POST
|
Sorry, I should have mentioned that we're adding the table directly to Experience Builder (not via a Map). Based on some previous posts, it seems Experience Builder tables won't honor the field settings of layers in a Map Viewer. I just performed a test and this still seems to be true. So, I think we need to find a non-Map Viewer solution here.
... View more
07-13-2023
12:46 PM
|
0
|
0
|
1167
|
|
POST
|
Hi there - I was wondering how one can format fields for display in non-spatial hosted tables in AGOL. For example, removing unwanted commas from years, or times from date/time fields. Usually we do this through creating a view of the data, then modifying via the "properties", but this isn't available for views of non-spatial tables. Any suggestion would be much appreciated. Thank you! Mike Knapp Municipality of Anchorage, Alaska
... View more
07-13-2023
11:17 AM
|
0
|
4
|
1180
|
|
IDEA
|
We've been trying the list item dynamic URL in this format: "https://survey123.arcgis.com/share/abcdef123456789?mode=edit&globalId=" + {GlobalID} however the link generated is "undefined".... if we remove the "+ {GlobalID}" it links to the survey123 so, in short, the GlobaID variable doesn't appear to be working correctly. Has something changed in experience builder?
... View more
11-01-2022
10:20 AM
|
0
|
0
|
7835
|
|
POST
|
It would be very helpful to be able to select a task and cancel it - or to be able to set a time out parameter when it would self cancel / fail - has this been added recently?
... View more
09-16-2021
01:48 PM
|
0
|
0
|
1438
|
|
POST
|
One quick follow up with a weird work around. Someone else at esri told us that, when you create the report as a pdf, the pdf writer will generate hyperlinks IF YOU DO THE FOLLOWING: 1) The hyperlink must be contained in a single unbroken (not multiple rows) line 2) Format the text for the hyperlink field in Word's blue hyperlink color 3) Underline the hyperlink text Strange, but it works
... View more
09-10-2021
08:31 AM
|
2
|
1
|
2481
|
|
POST
|
Thanks Alfred..... unfortunately neither works....looks like when the template is processed by Survey123 when uploaded, it strips the ability to hyperlink. The url will print, but it's not hyperlinked.
... View more
09-08-2021
09:45 AM
|
0
|
0
|
2488
|
|
POST
|
Hi there - We're using Survey123 to build a custom report. Some of the values that we're trying to embed into the report template are hyperlinks. But in the output report, the urls are not hyperlinked. Is there a way in the report template to make the data value a hyperlink? We would have thought that simply doing the standard "right-clicking --> Insert hyperlink" in Word would work, but the "address" box doesn't recognize the variable in the template. Can provide more info if needed. Thanks!
... View more
09-07-2021
09:20 AM
|
0
|
6
|
2541
|
|
IDEA
|
When publishing services from Pro, the edit options for the service are: "add, update, and delete" "Update Only" "Add only" but we need to allow people to "add and update only", which we can do by toggling the "delete" option when publishing from ArcMap, but this isn't possible via Pro. I know you can modify editing capabilities once published via Server Manager, but we republish services enough that adding this extra step every time is problematic. PLEASE ADD THE ABILITY TO TOGGLE "DELETE" CAPABILITIES WHEN PUBLISHING SERVICES FROM PRO.
... View more
08-18-2021
10:37 AM
|
1
|
0
|
4075
|
|
POST
|
Hi - we are having the same issue. Is this bug being escalated? Having to uninstall /reinstall software as the hardware gets shared among field staff is not a viable workaround. Are there other options?
... View more
07-21-2021
12:11 PM
|
0
|
0
|
1149
|
|
POST
|
Patrick - is there any way to remove the dates from public view. In our case we use FME safe software and do a truncate and repopulate to all of our public datasets. However, the dates show only the created date and there is a warning that is inaccurate that says the files do not contain the most up to date data. Thank you for your recommendation.
... View more
06-09-2021
12:37 PM
|
2
|
1
|
4153
|
|
IDEA
|
We also have this need! As our use of ArcGIS online has increased, this has become vital to our architecture - Yes Please!
... View more
05-20-2021
03:58 PM
|
0
|
0
|
3528
|
|
POST
|
Hi Folks - I'm trying to get a list of the layers used in our organization's dashboard via Python. I can get a list of the dashboard without a problem: for item in gis.content.search(query="NOT owner:esri_livingatlas",item_type="Dashboard", max_items=maxItems): row = (item.title,item.owner,item.access,item.id,site,pubdate) print('Dashboard:',row) dashCursor.insertRow(row) dashID = item.id dashTitle = item.title dashOwner = item.owner But am thrown off by the fact that I can't just modify the code that we've use to get layers from a web map: imap = WebMap(item) layer_list = wmo.definition['operationalLayers'] layer_list = imap.layers Is there something analogous that we can use for Dashboards? Have looked through help docs, but nothing yet. Thanks!
... View more
08-20-2020
09:42 AM
|
1
|
3
|
1559
|
|
POST
|
Hi Folks - I'm trying to get a list of the layers used in our organization's dashboard via Python. I can get a list of the dashboard without a problem: for item in gis.content.search(query="NOT owner:esri_livingatlas",item_type="Dashboard", max_items=maxItems): row = (item.title,item.owner,item.access,item.id,site,pubdate) print('Dashboard:',row) dashCursor.insertRow(row) dashID = item.id dashTitle = item.title dashOwner = item.owner But am thrown off by the fact that I can't just modify the code that we've use to get layers from a web map: imap = WebMap(item) layer_list = wmo.definition['operationalLayers'] layer_list = imap.layers Is there something analogous that we can use for Dashboards? Have looked through help docs, but nothing yet. Thanks!
... View more
08-19-2020
12:31 PM
|
0
|
0
|
928
|
| Title | Kudos | Posted |
|---|---|---|
| 3 | 05-21-2024 02:47 PM | |
| 1 | 08-10-2023 03:56 PM | |
| 1 | 01-30-2024 04:41 PM | |
| 1 | 08-10-2023 03:52 PM | |
| 2 | 06-09-2021 12:37 PM |