|
POST
|
The code he posted looks pretty good to me. I would test it with Copy from existing features though too as we saw that can work differently.
... View more
10-25-2024
08:18 AM
|
0
|
0
|
3729
|
|
POST
|
Just like globalid, created_date does not get populated until the record is added to the actual service, which does not occur until you save - and if offline not until you sync. The expressions run before the save that is why its empty. As stated using now() would be the way to go.
... View more
10-25-2024
06:39 AM
|
1
|
2
|
3737
|
|
IDEA
|
I am looking for inside Map Viewer not ExB. Not sure if there is one for that too as I cannot look them up. thanks
... View more
10-23-2024
11:04 AM
|
0
|
0
|
1032
|
|
POST
|
So far it does seem to track that the layers need to have geoJSON enabled. It seems like older published layers do not have this. Still testing. Supported Query Formats: JSON, geoJSON, PBF
... View more
10-22-2024
02:38 PM
|
0
|
0
|
704
|
|
POST
|
The most reliable way it to use Arcade so that it is dynamic. Columns would just be static text or numbers so if someone moves the point later they are off. Arc stores the actual coords in the Shape field. Assumes map is web Mercator map and want to display WGS84. CurrentLat var originShift = 2.0 * PI * 6378137.0 / 2.0; var lat = (Geometry($feature).y / originShift) * 180.0; lat = 180.0 / PI * (2.0 * Atan( Exp( lat * PI / 180.0)) - PI / 2.0); return lat; CurrentLong var originShift = 2.0 * PI * 6378137.0 / 2.0; var lon = (Geometry($feature).x / originShift) * 180.0; return lon; hope that helps
... View more
10-22-2024
11:40 AM
|
1
|
0
|
2390
|
|
POST
|
Arc databases only do date and time combined. No way around it. They did release new date only fields but I do not think 123 uses them yet. It used to default to midnight but they changed it to noon. For me I always have the time in there also.
... View more
10-22-2024
11:36 AM
|
2
|
1
|
1373
|
|
IDEA
|
Does this on the Settings page of the map not work? DougBrowning_0-1729602609998.png
... View more
10-22-2024
06:10 AM
|
0
|
0
|
2702
|
|
POST
|
Get the ArcGIS for Excel extension for Excel. Then you can just connect to the service directly live time. No need to export at all. Better yet build a modern Dashboard. We have some super slick data and photo review dashboards that are way faster and less work then Excel (and are easy to make). Excel is a very old school way to review data and not efficient.
... View more
10-21-2024
06:40 AM
|
1
|
2
|
3520
|
|
IDEA
|
Idea is to add a Wrap Text option in the Map Viewer attribute table. For us it is for reviewing comment fields. DougBrowning_1-1729516806969.png Similar to Excel DougBrowning_2-1729517535192.png Thanks FYI @bbollin
... View more
10-21-2024
06:35 AM
|
8
|
3
|
1108
|
|
POST
|
Thanks but we for sure do not want them to open a form. In fact we wish that the edit button (and create feature) could be hidden completely. Most of our data comes in from 123 forms so if a user edits in the map then none of the 123 calcs fire. Also clicking one by one would be painful. I will add an idea. thanks
... View more
10-21-2024
06:18 AM
|
1
|
0
|
1609
|
|
POST
|
Surprised I cannot seem to find a post on this. I am not seeing a way to wrap text in the attribute table of new map viewer? We set the form to multiline but it does not seem to pick it up. Not seeing any options under Fields button either. You can see it on a mouse over but having to mouseover row by row is painful. DougBrowning_0-1729193908273.png If there is nothing yet is there an Idea post out there yet? thanks
... View more
10-17-2024
12:40 PM
|
1
|
2
|
1673
|
|
POST
|
You don't need Arcade just make it a text hyperlink. Works better that way. You would need to swap out the item id above for your version of the form of course.
... View more
10-16-2024
12:09 PM
|
0
|
0
|
2067
|
|
POST
|
No you pretty much always have to cycle through the repeats. That is why I gave up on what you are trying to do. Its more complicated with no real benefit. I think it was position in a calc but not sure.
... View more
10-16-2024
12:08 PM
|
1
|
0
|
783
|
|
POST
|
It should work fine. Post a copy of your URL and how you are adding it to the popup.
... View more
10-16-2024
07:53 AM
|
0
|
3
|
2108
|
|
POST
|
position can cause looping in your form so watch out for that. In Connect open your form and then wait a minute or two and see if this symbol pops up in the upper right corner. DougBrowning_0-1729082246372.png I had to take position out of all my forms as it would loop to infinity and started to cause slow or crashing forms. It will seem ok at first, but if that symbol shows up do not ignore it.
... View more
10-16-2024
05:39 AM
|
1
|
2
|
3373
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 07-08-2026 07:34 AM | |
| 1 | 07-22-2026 11:26 AM | |
| 1 | 07-08-2026 03:46 PM | |
| 1 | 07-08-2026 03:08 PM | |
| 1 | 07-08-2026 03:15 PM |
| Online Status |
Offline
|
| Date Last Visited |
Tuesday
|