|
POST
|
Hi @ChristopherCounsell, Thanks for your response! This is a very helpful explination and thanks for pointing out how to discover each version. That being said, is there a more straightforward resource to determine what version of Arcade each Esri app is on? We're running into another example of this, but unclear why. This time Field Maps won't even submit the point it just keeps spinning and spinning (when editing in AGOL no issues)- FeatureSetByPortalItem() is running on 1.8 Intersects () is running on 1.3 First() is on Core !IsEmpty() is on Core Also to clarify and make sure I'm understanding this right- Since you mentioned Field Maps is on SDK version 100.15 does this mean that it's only using Arcade version 1.19? Thanks so much for helping me understand this, still learning new things about arcade compatibilities! Best, Amanda Huber
... View more
10-29-2024
08:35 AM
|
0
|
1
|
3366
|
|
POST
|
Hi @chrichris , Thanks for the response! To clarify, the documentation for Arcade Expressions in QuickCapture refers to DateOnly Fields not the DateOnly() function. That being said I now understand where you're seeing these version differences, sounds like the documentation is what is confusing. It's still not clear why Date() and Year(Now()) are causing issues when submitting the record. Other expressions in the project are working fine and no issues which leads us to thinking it's just a QuickCapture issue with dates. We've opened an Esri support case already and plan to troubleshoot with them further. Thanks, Amanda Huber
... View more
10-16-2024
08:14 AM
|
0
|
3
|
2336
|
|
POST
|
Hello QuickCapture Team, We're currently working on a project where we're trying to calculate the current year into our field when a button is pushed using Arcade Expressions. We have tested numerous ways of writing the expression and all return an empty result even though the Arcade expression editor shows the return to be correct. We have tried to return this as both a Number() and Text() to two respective small int and text fields with no luck. When testing in AGOL popups, our expressions work with no issues. Leading us to believe this may be an arcade version support issue. Expressions we've tried: (This last one actually wouldn't allow the QuickCapture app to submit the record) Please let us know if this is a Bug, Arcade version issue, or something else. Thanks, Amanda Huber
... View more
10-15-2024
08:40 AM
|
2
|
8
|
2432
|
|
IDEA
|
Hi @CraigGillgrass , Our organization is also in need of this tool's functionality, is there any update for when this will be released? Thanks, Amanda Huber
... View more
10-10-2024
01:47 PM
|
0
|
0
|
2890
|
|
POST
|
Hello ArcGIS Pro team and users- We're looking for the leader lines to be dynamic in a map series when the extent indicator box moves around. Has anyone sucessfully used Inset leader lines in a Map Series? I haven't been able to find any resources out there for this behavior. Thanks, Amanda Huber
... View more
10-08-2024
12:24 PM
|
2
|
1
|
1226
|
|
POST
|
Try adding this as well, this matches up the parent's GlobalID with the related table's GUID so it knows what parent record to pull from. Best of luck, Amanda Huber
... View more
10-08-2024
06:18 AM
|
0
|
0
|
1265
|
|
POST
|
Hi @AustinPhelps1 , This sounds very similar to on of our current projects which uses relationship classes (1:Many) with related table information being pulled into our parent table's popup. Here is example for what we did to pull the top 3 records and diplay in a popup. I believe you could just pull the top one record instead. I believe you might need the "Top()" function for your script for it to work. https://developers.arcgis.com/arcade/function-reference/featureset_functions/#top Hope this helps! Best, Amanda Huber
... View more
10-07-2024
03:13 PM
|
0
|
0
|
1299
|
|
POST
|
Regardless of formatting, shouldn't Field Maps respect DateOnly as a valid function like MapViewer is?
... View more
09-17-2024
01:23 PM
|
0
|
1
|
3788
|
|
POST
|
Tested your theory and changed the "date" text variable to "dte" and still a no go, unfortunately it did not make a difference. The "DateOnly" function is what's breaking this expression- with date changed to dte FieldMaps still doesn't display the expression- Thanks, Amanda
... View more
09-17-2024
01:04 PM
|
0
|
3
|
3796
|
|
POST
|
Good eye, but date as a varible has not been an issue either way (works in field maps and map viewer), it's the 'DateOnly' that's the problem.
... View more
09-17-2024
12:25 PM
|
0
|
5
|
3812
|
|
POST
|
Hello ArcGIS Field Maps Team, We recently observed an issue with the Arcade's "DateOnly" (https://developers.arcgis.com/arcade/guide/types/#dateonly ) function in your application. When adding DateOnly to our Arcade expression the entrire expression does not display in Field Maps but does display in Map Viewer with no issues. Example below. Arcade Expression: Map Viewer: Field Maps: When removing the DateOnly function, the Arcade expression works with no issues in Field Maps: Is this a known bug? Thanks, Amanda Huber
... View more
09-17-2024
11:54 AM
|
2
|
12
|
4681
|
|
POST
|
Thanks so much for this arcade snippet! Sorry for my delay, it's been some time until I was able to circle back around on this project. I did some testing with the info you provided and this works great!! One thing to note - it appears this only works if 'Visibility' for the calculated fields is ON when the calculation is occuring. It doesn't look like map viewer forms supports hidden field calculations (not the end of the world just annoying.) Thanks SO much for this assistance, this saved the day for our project! Best, Amanda
... View more
08-14-2024
10:24 AM
|
2
|
0
|
2523
|
|
IDEA
|
Hello ArcGIS Pro Team, We'd like the ability to set the scale bar max value through a dialogue/properties. Currently clicking and dragging the box size is cumbersome and requires a degree of tedius precision to set the scale to the maximum you desire. In our opinion this would improve map making efficiency and be a great enhancement to the software. Thanks so much, Amanda Huber
... View more
07-25-2024
10:25 AM
|
2
|
3
|
1773
|
|
POST
|
Hey StoryMaps team and @OwenGeo , We recently found an issue where a core of our Audio files in our StoryMaps are no longer playing and are greyed out when viewing on an iPhone/iOS device across Safari and Chrome browsers. I tested on Android and have not seen any issues. I am currently using iOS 17.5.1 and is reproducable across iPhones and iPads. My colleagues have tested on their iOS devices as well and also are encountering issues. When viewing in the browser there are no issues playing the audio, and when previewing the StoryMap in "mobile mode" we don't see issues, but when opening the published story on iOS it's broken: This issue is affecting three of our public facing StoryMaps. We have opened an Esri support cases, #03679820. Here's a copy of one of the StoryMaps affected (we created a copy so we can fix the production ones: https://storymaps.arcgis.com/stories/9340027d0b594910af3a9e89e548a021) Hopefully if anyone else is seeing this issue they'll also come across this thread. Thanks, Amanda Huber
... View more
07-24-2024
09:12 AM
|
2
|
5
|
1832
|
|
IDEA
|
Hi S123, When building a form through the web designer, it appears that only 31 characters are allowed on a 'Select Multiple' question's domain. When viewing the published AGOL hosted feature layer's schema, the field says it's character length is 1000 which contradicts what the S123 designer's schema says and the domain list is also not available which contradicts the premise of an AGOL item. In addition, there is no way to access the domain's "label" to view the readable name for that feature which causes issues whern rendering this information in dashboards or other applications. We're stuck with a truncated answer and there is no way to change this setting. Limited domain length: Not available in Please evaluate this funcionality in the web designer. Thank you, Amanda Huber
... View more
07-16-2024
10:08 AM
|
2
|
1
|
1129
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 04-25-2024 02:02 PM | |
| 2 | 2 weeks ago | |
| 1 | 2 weeks ago | |
| 3 | 3 weeks ago | |
| 1 | 3 weeks ago |
| Online Status |
Offline
|
| Date Last Visited |
16 hours ago
|