|
POST
|
UPDATE: @IsmaelChivite @ZhifangWang And a huge thank you to @Nuramalina_Diyana_AtiqahSharon at Esri for working with me on my support ticket and helping me troubleshoot! The issue was rooted in the version of Word that I was using to open the documents. My company has our machine's configured to do automatic software updates, so I didn't even realize when my version of word was updated. But apparently updating to version 2308 caused the issue where the first image of the repeat wouldn't render in the report. I downgraded my version of word to version 2208, opened the same report, and the photos displayed correctly!
... View more
09-13-2023
10:02 AM
|
1
|
0
|
2758
|
|
BLOG
|
@MeganEngel Regardless of how you author the survey, you can still view it in the web browser. Check out the "Collaborate" tab of the Survey123 website, it should provide the URL.
... View more
09-12-2023
11:47 AM
|
0
|
0
|
7685
|
|
POST
|
Hi @AriLukas , I just tested using the ID of a hosted feature layer that I knew was in a web app (made with web app builder) and it worked for me. What is the exact type of application that you know the layer is in? (dashboard, instant app, etc.)
... View more
09-06-2023
10:58 AM
|
0
|
0
|
5676
|
|
POST
|
You can get a better understanding of the credit consumption for different services and types of storage by reading this documentation By far the most expensive cost for our organization is feature storage - we are a large organization and spend several thousand credits per month. You can get a better idea of what services are using up credits by reviewing the credits dashboard in ArcGIS Online (if you're an administrator in the organization).
... View more
09-06-2023
09:16 AM
|
1
|
3
|
2337
|
|
POST
|
The size limit for attachments is 10mb per attachment, but I don't think there's a limit to the total amount of storage you take up. You can check out this support page for a few work arounds to the document size limit. https://support.esri.com/en-us/knowledge-base/how-to-attach-files-larger-than-10-mb-to-features-in-ar-000024193#:~:text=Summary,than%2010%20MB%20is%20required. I suppose as long as you're willing to pay the storage costs, Esri won't complain. 😉
... View more
08-31-2023
02:32 PM
|
1
|
1
|
3915
|
|
POST
|
Yikes, that's no good....a very familiar story though, unfortunately! Anyway, your best bet is to try to recover the sqlite database off the device. You can try looking at this documentation or this support page to start. Good luck!
... View more
08-30-2023
12:27 PM
|
2
|
0
|
1082
|
|
POST
|
We have had this happen with some frequency when using iPads. They seem to run pretty hot compared to other devices. From what I've heard from the field crew, their best bet was just to return to the car in the AC and let the device cool down a bit...sorry that's not a more helpful answer! 😞 I've seen some tablet cases that are supposed to be "cooling", but they were pretty pricey and there's no way we'd get those approved for all of our field crews. However, your budget/crew numbers might be different so perhaps you could look into those.
... View more
08-30-2023
10:27 AM
|
1
|
1
|
1309
|
|
POST
|
As far as I know, there isn't a hard limit on the number of features. I've worked with parcel datasets that have millions of features, and there are plenty of layers in the ArcGIS Living Atlas that are at the national scale and have feature counts in the millions as well. That being said, there is of course a "practical" limit of how many features the browser can handle, and you'll most likely run into performance issues when you work with a layer that large. But it seems like you have a workflow in place to work around that and create views, so that's not an issue for you guys. One other thing to consider is of course credit consumption if you are hosting a feature layer that large in ArcGIS Online. But those limitations will vary between organizations.
... View more
08-21-2023
06:52 AM
|
1
|
1
|
2092
|
|
POST
|
What you're experiencing is by design, if the web map is private, then it will not be visible to anyone who does not have access, even when consumed within a web app. Is there a reason that you would need the web map private but the web app public?
... View more
08-21-2023
06:41 AM
|
0
|
1
|
1461
|
|
POST
|
Hmmm, is it possible the script is stored somewhere on your company server, then? Do you guys use any other software to help with the automation? (i.e. FME or similar)
... View more
08-18-2023
11:13 AM
|
1
|
0
|
2445
|
|
POST
|
Sounds like the script might be running in a notebook? If you search your ArcGIS Online organization for "notebook", does anything come up? If so, you can open the notebook and view the script there.
... View more
08-18-2023
10:06 AM
|
1
|
2
|
2505
|
|
POST
|
I think something like this should do it. It can help to write out your expressions like this to help visually group the conditional statements. It's also very helpful to write within a text editor that uses syntax highlighting so you can keep track of matching parentheses. Note that line 5 is the final "Else" part of the if-statements. if(${UT} < 1, ${UT} + 2,
if((${UT} >= 1) and (${UT} <= 5), ${UT} + 1,
if((${UT} > 5) and (${UT} <= 50), ${UT} * 1.2,
if((${UT} > 50) and (${UT} <= 100), ${UT} + 10,
${UT} * 1.1
)
)
)
)
... View more
08-18-2023
09:58 AM
|
0
|
1
|
1805
|
|
POST
|
I think some things got messed up with your attachments. There's no report template (word doc) and the screenshots aren't working for me. Can you send again?
... View more
08-18-2023
07:19 AM
|
0
|
1
|
4104
|
| Title | Kudos | Posted |
|---|---|---|
| 2 | 3 weeks ago | |
| 1 | 05-14-2026 08:38 AM | |
| 2 | 04-24-2026 05:43 PM | |
| 1 | 04-24-2026 06:58 AM | |
| 1 | 04-17-2026 09:23 AM |
| Online Status |
Online
|
| Date Last Visited |
3 hours ago
|