|
POST
|
Up until last year Arc only had date/time combo fields so there always had to be a time. 123 had a date type and defaults to noon. The new date only and time only are out now https://www.esri.com/arcgis-blog/products/arcgis-online/mapping/time-is-on-your-side-with-new-field-types-in-arcgis-online and i think i saw 123 supports them now but there have been several posts on it not working correctly (maybe just in the web map?). You may have to specifically change the esri bind type column. Has anyone got them to work yet?
... View more
03-31-2025
06:53 AM
|
0
|
0
|
576
|
|
POST
|
is the relationship class using globalid to parentglobalid?
... View more
03-28-2025
03:14 PM
|
0
|
4
|
2345
|
|
POST
|
What about 1 form per site. Then they can pick the site name outside the repeat once. Add a calc to push the site into each repeat for the photos.
... View more
03-28-2025
12:23 PM
|
0
|
0
|
2595
|
|
POST
|
Check out the Point function https://developers.arcgis.com/arcade/function-reference/geometry_functions/#point
... View more
03-28-2025
06:44 AM
|
0
|
0
|
617
|
|
POST
|
You can also long press the arrows to go all the way to the end or start.
... View more
03-28-2025
06:39 AM
|
0
|
0
|
819
|
|
POST
|
Funny I just tried to use position(..) in a repeat again this week and I get the symbol and warning in Connect still. Really does not like it. Changed back to once(count()) no issues. @mikaël make sure to add a once otherwise if you scroll back through the repeat it can change on you.
... View more
03-28-2025
06:33 AM
|
1
|
0
|
1492
|
|
POST
|
Form my experience meeting Esri staff most of them do not have much real word experience and it does show in the products. That is pretty common in the industry though really. Programmers program, they do not often go to the field. They could hire more staff with the experience or they could simply use this board more. Some groups like 123 are very involved in the board here and their product has benefited greatly from it. Other groups are almost never on here and it shows. Overall Esri has been very good about taking the time to talk to me over the years. Unfortunately these talks rarely turn into a action item and make it into the product. I tend to get long complicated workarounds, given a rare use case where the idea does not work, or they basically do not believe me. So user engagement is good but action items on that interaction needs improvement.
... View more
03-26-2025
07:50 AM
|
2
|
0
|
483
|
|
POST
|
Yes I am wondering on that order there also. I have seen where the visible goes in a weird order. Good call on that. I also wonder why poster is not using relevant?
... View more
03-25-2025
02:37 PM
|
0
|
2
|
4630
|
|
POST
|
only thing I can think of is your note fields have no field names. try that.
... View more
03-25-2025
11:07 AM
|
0
|
0
|
4748
|
|
POST
|
What is the field type? If you use note it defaults to string. You can use bind::esri type or set to integer then appearance to hidden. Hard to tell without the form.
... View more
03-25-2025
09:11 AM
|
0
|
0
|
495
|
|
POST
|
Looks like you are checking for more than 10 and less than 10 on those last 3 lines. that is not possible to be both at the same time.
... View more
03-25-2025
09:09 AM
|
0
|
14
|
4788
|
|
POST
|
I would write it more traditional like this. easier to follow. if($feature.BuildingType != 'Residential'){
//handles non-residential buildings and returns not applicable
return 'Not Applicable'
}
else if($feature.Damaga == 'Severe' || $feature.Damage == 'Destroyed'){
//if it is "Residential" will check for damage and return val
return 'Not Habitable'
}
else {
//if the building is residential and the damage is not severe or destroyed will return this vallue
return 'Habitable'
}
... View more
03-25-2025
08:31 AM
|
1
|
2
|
2673
|
|
POST
|
Always put pulldata in its own field then use that field otherwise it does not run correctly. Many posts on this.
... View more
03-20-2025
02:02 PM
|
0
|
2
|
2171
|
|
IDEA
|
I talked to a developer at Dev Summit and they were able to add this right in front of me with 1 line of code! So it looks to be a super easy add. Can we please get this added. thanks a lot @JonathanUihlein
... View more
03-20-2025
08:59 AM
|
0
|
0
|
800
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | a month ago | |
| 1 | 2 weeks ago | |
| 1 | a month ago | |
| 1 | a month ago | |
| 1 | a month ago |
| Online Status |
Offline
|
| Date Last Visited |
yesterday
|