POST
|
Out of curiosity, brought the map service into Pro to see what happened if I rotated the map frame... and the labels didn't right themselves, they were upside down. Not quite sure why they are right side up in a web map, but not in Pro. Incidentally I brought the web map from the original test into Pro -- and same thing, the labels were upside down. Still a little puzzled, but does seem like a limitation of the map server?
... View more
05-21-2025
01:52 PM
|
0
|
0
|
293
|
POST
|
Hello! We are puzzled with a labeling situation in printed web maps. Here's the situation -- We want to give our user the ability to create their own map exhibits with a web app The labeling and symbology of some layers is a little complicated, so we're using map image layers To get things just so... the users sometimes rotate the maps, to get the area of interest to fit best for a letter sized page Here's the puzzle -- when the map is rotated -- those labels look great in the web map. they rotate just fine BUT - once the map is printed, they might be upside down Here's a simple example of my rotated web map -- labels looking as expected -- and the output pdf from the print request, everything is upside down. Is there a setting in the print service or map service that would queue the map service to get those labels to align with the rotated map frame in the export web map request? environment: portal / server version 11.3 thanks for any assistance you can offer!
... View more
05-20-2025
05:22 PM
|
0
|
1
|
364
|
POST
|
thanks @ChristopherCounsell ! I appreciate you taking a look -- the 2=1 came about because I was confused why it was always updating the date to Now even when it was already populated, so wanted it to skip that part and that's when I realized -- is it not even getting the date?? Thank you for the tip on edit mode also! I wound up going down that rabbit hole last night as well -- and all the visibility stuff ... I realized that even if values are hidden those calculations are getting executed which i hadn't expected ... learning a lot!
... View more
04-25-2025
05:46 AM
|
0
|
0
|
594
|
POST
|
Thanks @Allen_Zhang Does seem like an Attribute_only vs map thing. Did a similar test with a feature layer instead of stand alone table this morning and saw the same behavior (just a simple pass through of the value with the arcade calculation) and they didn't pass through in attribute only mode, but did in the map side. bummer! i have a Survery123 version of the logic that works great - the UX isn't quite as nice as the edit widget but will get the job done! appreciate your help!
... View more
04-25-2025
05:42 AM
|
0
|
0
|
594
|
POST
|
aaah... dang. This is a stand alone table. hmm... I have a different field with a calculation that is working great -- just this date field that's causing me trouble.
... View more
04-24-2025
07:08 PM
|
0
|
2
|
651
|
POST
|
Hello! Not sure if it's me or something else on this one, but I need your help! For our workflow, I want to populate a date field with the current date and time IF (1) it should be populated based on other choices and (2) it's not already populated. What I've noticed seems to be happening is that even if the date has a value, when the arcade is evaluated in Experience Builder, the value is coming back empty. This might be a bug... Here's the arcade for the Check Out Time in the following screenshots. var checkOutTime = $feature.CheckOut;
var attendance = $feature.Attendance;
var checkOut = $feature.CheckOutChoice;
if(attendance=='Present' && checkOut == 'Yes'){
if (2 == 1){
checkOutTime = Now();
}
}
return checkOutTime; In this example, both the check in and check out time are populated. Here's how the edit form looks in the web map. And here's the same record in the edit widget in Experience Builder. Since the check out date is coming through as null -- i'm thinking that the value isn't getting sent to the arcade expression maybe? The values are being shown as expected in the pop up displays .. Thanks for any ideas you might have!
... View more
04-24-2025
05:45 PM
|
0
|
6
|
699
|
POST
|
Checking in on this -- i think i've run into this as well. Edit form calculations work as expected in the web map, but not in the editor widget in experience builder... wondering if perhaps the necessary updates are still on the road map?
... View more
04-24-2025
05:16 PM
|
0
|
0
|
925
|
POST
|
Hello! This has been a pain point for us as well -- once the multiselect data is captured, it's a challenge to work with. A solution we've used for one of our use cases with multiselects is to normalize the data as it's captured --- For example -- we have the single field that is multi select, but then behind the scenes, we have individual columns that are just a toggle -- yes or no. If one of the choices is ticked on - the column turns Yes. if not - it's no. The user doesn't see it -- they have a simple user experience filling out the form, but behind the scenes we split it out so that in their dashboard they can slice and dice the data how they expect to be able to. In this case, the multiselects are related to the single record so it makes sense to have the information on the same row -- not sure if that is what's going on with your data. And, depending on the number of choices in the multiselect (and if the list regularly changes and probably other variables), this may or may not be a good option -- but with S123, it's pretty easy to implement so the data munching happens when it's captured and the app configs are easy.
... View more
02-27-2025
08:10 PM
|
1
|
1
|
819
|
POST
|
hi @beaniid -- no 😩 i still need to report to Esri. We worked around it with two different applications --- then embedded the mobile version into the desktop version --- so it's still one app for the end user ... i'll comment back here once i get it reported.
... View more
02-20-2025
08:47 AM
|
0
|
1
|
1156
|
IDEA
|
Hello everybody -- One of our customers pointed out that the Feature Info widget "always looks clickable no matter where my mouse is". We would love for the widget to behave like Details Widget in Dashboards does ... here's an example app demonstrating the issue: https://experience.arcgis.com/experience/36d11f8c830c444fa6bd6799b7bf4766/ It seems like the pointer is being explicitly set to the 'Link Select' style. The expected behavior is that if the mouse is not over a clickable link / object (like a photo to enlarge), then it would look like a 'Normal Select' pointer ... Thanks for the consideration!
... View more
02-06-2025
10:25 AM
|
9
|
0
|
278
|
POST
|
for the curious -- another option and the one we'll go with
... View more
01-18-2025
10:06 AM
|
0
|
0
|
410
|
POST
|
That's clever -- i will present to our customer to see what they think -- thank you!
... View more
01-17-2025
11:14 AM
|
0
|
0
|
448
|
Title | Kudos | Posted |
---|---|---|
1 | 02-27-2025 08:10 PM | |
9 | 02-06-2025 10:25 AM | |
1 | 05-08-2023 04:20 PM | |
4 | 03-31-2023 09:57 AM | |
1 | 11-29-2022 08:34 AM |
Online Status |
Offline
|
Date Last Visited |
Wednesday
|