|
DOC
|
This post has a lot of helpful information, but I'm not seeing anything that indicates who can create a group and how a user group and be created. Am I missing something? Can someone point me to this information, or explain how these user groups are created? Thanks!
... View more
10-10-2024
01:59 PM
|
0
|
0
|
2025
|
|
POST
|
I don't know if others have found work-arounds for this annoying issue, but I came up with one and posted about it here: https://community.esri.com/t5/arcgis-survey123-questions/workaround-evaluate-regex-constraint-before/m-p/1513670#M58265 I admit that it's a little clunky, but it does the job. Let me know if you can see ways to improve on it!
... View more
08-01-2024
08:34 AM
|
1
|
1
|
4009
|
|
POST
|
A known deficiency with the current version of Survey123 Connect is that it does not evaluate constraints until form submission. Many users have the need or desire to have their surveys evaluate a regular expression constraint before proceeding to the next question or next page in their form (more on the problem here). Below is a possible (although somewhat clunky) work-around. It uses 'note' type rows so that no new fields are required in the data schema. Identify the data field row that you want to validate with regex and insert two new rows below it. Set both new row types to 'note'. For the first note, make its 'appearance' hidden and write an 'if' expression in the 'calculation' column that evaluates your regex expression, returning some simple Boolean-like values like OK/bad, True/False, Yes/No, etc. Example: if(regex(${field2check}, '^[a-zA-Z]'), "OK", "bad") For the second note row, leave its 'appearance' visible, but set its 'relevant' column to ${field2check}!="" and ${calc_row}!="OK" (this means that this note will not be visible unless the field that you're trying to validate is not blank and it has been evaluated as not "OK" by the calculation done in the row above. Set the text ('label') for this row to whatever you want your error message to be. Here is a simplified example: type name label appearance required required_message calculation constraint constraint_message::default constraint_message relevant begin group user_info User Info field-list text name Name yes Enter a valid name to proceed note namecheck namecheck hidden if(regex(${name}, '^[a-zA-Z]'), "OK", "") note nameerrornote Enter a valid name to proceed ${name}!="" and ${namecheck}!="OK" range age Age yes ${namecheck}="OK" text additionalnotes Additional Notes ${age}!="" end group There may be more elegant workarounds, so if you're aware of ways to make this more slick, please comment.
... View more
08-01-2024
08:24 AM
|
2
|
3
|
2133
|
|
POST
|
Finally resolved things... The main/specific cause was the Crowdstrike update. Most of our servers were "blue screen of death'd" over night. The process to fix it, was to boot in safe mode and delete an offending file. For whatever reason, one GIS server was still in safe mode....may have been attended to and had a hiccup?
... View more
07-19-2024
09:11 AM
|
1
|
0
|
5207
|
|
POST
|
Thanks, we're still struggling with the issue, but I'm working with our smarter I.T./database/server folks. We've restarted our Portal server and the Web Adapter, to no avail. On the hosting server, in Server Manager, the Data Stores do not validate (Relational, Spatiotemporal, Tile Cache). Next attempt: try rebooting all the various GIS servers? IDK, grasping at straws here....
... View more
07-19-2024
08:10 AM
|
0
|
2
|
5287
|
|
POST
|
Global news outlets this morning are reporting massive interruption to the airline industry, banking, etc. due to a bug/failure of Microsoft's CrowdStrike software. Global tech outage disrupts industries, highlights online risks | Reuters Coincidentally, none of our hosted feature services in Enterprise Portal for ArcGIS are working or available. Their data will not load, they cannot be added to a map, they cannot be overwritten, they cannot be accessed, except to the item 'details' page in Portal. Are these two things related? I'm not sure. What would cause just the hosted feature services to break, while everything else in our Portal environment seems to work fine?
... View more
07-19-2024
07:02 AM
|
0
|
17
|
8164
|
|
POST
|
Fantastic. I'm so glad I found this thread. SUGGESTION to Esri: change the look and verbiage of this message in so that it doesn't initially appear to be an error. It has the look/feel of an error.
... View more
07-17-2024
11:20 AM
|
1
|
0
|
2597
|
|
POST
|
Hi, I can't decipher from any documentation how I'm supposed to build an expression to automatically calculate a value based on a previous question, specifically using the "String" option. Is this window expecting Arcade? When I write a basic expression, it get a syntax error. Arcade expression syntax error I am hoping to use this function to parse off just the address number (1234) from the full address (1234 Maple Lane) in a previous question.
... View more
07-16-2024
07:49 AM
|
1
|
1
|
962
|
|
POST
|
I'm running into the same issue. I actually have a simple geoprocessing tool that has run in the scheduler every day for nearly 70 days without any issue. But now it just won't work when run in the scheduler. It returns a non-specific error. What's most confounding is that if you r-click the scheduled task and choose 'open' and then run it as a regular geoprocess, it runs just fine.
... View more
05-20-2024
06:15 AM
|
1
|
3
|
5162
|
|
IDEA
|
Oh, wow! I didn't realize this was coming. I need to update, I guess.
... View more
05-17-2024
09:57 AM
|
0
|
0
|
1402
|
|
IDEA
|
Very often I want some of my layer groups to only display one of its layers at a time. For example, a group of aerial imagery coverages from different years. I rarely (never?) want two different years to draw at the same time because one will draw over the other. It would be a really handy efficiency improvement if I could go into the group properties and check a box that makes the group a "toggle group" which would only allow one single layer to be checked on at any given time, automatically un-checking other layers in the group. I believe this would save time and image rendering resources, especially for workflows that require frequent comparison of different high-resolution imagery. But it could also be useful for comparing layers depicting different vintages of property ownership, jurisdictional boundaries, etc.
... View more
05-17-2024
08:56 AM
|
2
|
3
|
1465
|
|
POST
|
Also, pop-ups get ruined after using a join on a feature class. When you create the join, ArcPro automatically appends the full SQL database object name (to avoid field name ambiguity), but after removing the join, the pop-up expressions do not remove the preceding database/object path part of the name. It's a disaster. If you want to apply a join to a featureclass that you use labeling/pop-up expressions on, you're better off just adding a duplicate instance of that feature class to temporarily use for your join operation/work so you don't screw up the layer you depend on. It can suck an hour to go through and re-fix a single featureclass' complex label expressions and pop-up expressions.
... View more
05-15-2024
06:43 AM
|
0
|
0
|
2333
|
|
POST
|
I'm having the same issue: the divisions underneath the scale breaks do no 'go away' when I remove the scale breaks. I'm using ArcGIS Pro 3.0.2 I tried various methods to reset the symbology for this item in the class ('07'), but nothing seems to work. I tried adding more scale breaks, removing all scale breaks (as shown), adjusting them, etc. With more than an hour into this detailed cartographic symbology configuration, I don't want to start over. Did anyone find a solution to this apparent bug?
... View more
01-26-2024
12:25 PM
|
0
|
0
|
3895
|
|
IDEA
|
+1 When I'm browsing tables in the Catalog view, I'd like to be able to browse through the actual field names within all the tables I'm skimming through. I understand that I can mouse-hover over any given field to see the actual name, but this isn't practical when trying to skim through big schemas. Being able to set a user's system default (either to alias, or actual) would be highly beneficial.
... View more
01-17-2024
06:13 AM
|
0
|
0
|
2038
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 07-16-2024 07:49 AM | |
| 1 | 05-20-2024 06:15 AM | |
| 1 | 07-28-2025 05:05 AM | |
| 1 | 07-28-2025 05:10 AM | |
| 1 | 07-25-2025 09:51 AM |
| Online Status |
Offline
|
| Date Last Visited |
05-12-2026
06:03 PM
|