|
POST
|
I love using SQL views to summarize my data for use in Dashboards and Experience Builder. However, I keep running into the problem of not having a unique identifier for Pro to use. Here's an example query: SELECT CONTENT_AREA, COUNT(CONTENT_AREA) AS Count
FROM SDE.Dataset
GROUP BY CONTENT_AREA That gives me a nice table that looks like this: CONTENT_AREA Count Metric1 99 Metric2 2 Metric3 73 This query gives me the numbers I need, but Pro can't add it to the map because there is no unique identifier. In other queries that don't use the GROUP BY clause, I can use this trick: CAST(ROW_NUMBER() OVER(ORDER BY (SELECT NULL)) AS INT) AS OBJECTID ... but this doesn't work in Pro unless I include OBJECTID in the GROUP BY clause.
... View more
03-03-2022
12:29 PM
|
0
|
8
|
9372
|
|
POST
|
Thank you, @ShengdiZhang . Unfortunately, the table widget in Experience Builder does not honor that setting. I already have the time suppressed in the Map Viewer, but it still displays in the table widget.
... View more
02-18-2022
07:04 AM
|
4
|
0
|
7291
|
|
POST
|
@ShengdiZhang - that won't resolve my problem. I'm asking about hiding the time in a date/time field. I don't want to hide the entire field, but rather just the time. (See screenshot in original post.)
... View more
02-17-2022
06:23 AM
|
0
|
7
|
7310
|
|
POST
|
I'm using the Table widget in Experience Builder (the online version, not developer edition). My date fields are displaying the time, and I'm wondering if there is a way to hide that? Time is irrelevant for this dataset - they just need to track the date.
... View more
02-16-2022
09:47 AM
|
5
|
37
|
16641
|
|
POST
|
FANTASTIC! Thank you, @ShengdiZhang. That definitely fits the experience that we want.
... View more
02-15-2022
08:43 AM
|
0
|
0
|
10024
|
|
POST
|
After looking through the list of Arcade operators, I don't see an alternative to OR. I need to make a statement along these lines, and it doesn't seem to work: IIf(textField=='Yes' OR IsEmpty(dateField), 'TRUE', 'FALSE') If I replace OR with &&, the expression works. Is there an alternative to OR in Arcade?
... View more
02-11-2022
11:11 AM
|
0
|
4
|
4696
|
|
POST
|
Oh my gosh. I feel foolish! Thank you for the syntax correction! I was moving back and forth between Arcade and SQL and got my operators mixed up.
... View more
02-11-2022
10:15 AM
|
0
|
0
|
1362
|
|
POST
|
I need to write an Arcade statement that evaluates the values in more than one field before deciding if the expression is true or false. I'm testing in Pro without success, but since my end product will be in ArcGIS Online, I thought I'd post in this community. The expression is basically like this: IIf(textField=='Yes' and IsEmpty(dateField), 'TRUE', 'FALSE') In Pro, I keep getting an error message saying Close parenthesis expected. I tried wrapping the whole expression in parentheses like this: IIf((textField=='Yes' and IsEmpty(dateField)), 'TRUE', 'FALSE') But I still get the same error message. Is it possible that IIf() cannot evaluate true/false when the statement has multiple clauses?
... View more
02-11-2022
08:30 AM
|
0
|
2
|
1392
|
|
IDEA
|
This is a request to enhance how the List widget action behaves when a user clicks on a location in the Map widget. When you click on a location in the map, the List widget is set to draw a heavy black box around the associated card for that location. However, the List only scrolls up far enough to get that selected card at the bottom of the List. I'd like to have the List widget scroll up far enough that the selected item is at the top of the List. While testing the UX with people in my organization, the consensus was that they did not know that they needed to scroll down to find their selection. They wanted it to jump to the top. For reference: I posted this as a question to the Esri Experience Builder Community site. https://community.esri.com/t5/arcgis-experience-builder-questions/experience-builder-select-in-the-map-widget-should/m-p/1137147 I put in a Help Desk ticket to confirm that the behavior cannot be modified (Esri Case #02990311). Their response: "Unfortunately that is the expected behavior and can't be altered with settings. The list widget only loads a small portion of the data when opening to help with browser loading performance (loading the full list widget will be slow on some computers when loading the experience). As the list widget is scrolled down, the list populates with more data. However, when points are selected in the map which have not been loaded in the list they become the new "bottom" value on the list and show up on the bottom. When the list is fully loaded by scrolling to the bottom first, this behavior does not occur except for "William Newton Hospital" which is the true bottom of the data. The list cannot be reordered when selections are made as it is a reflection of the order of the data in the hosted feature service."
... View more
02-08-2022
07:32 AM
|
1
|
0
|
814
|
|
POST
|
Experience Builder users - please tell me that I'm missing something with the Action settings! Here is my site (under development) https://experience.arcgis.com/experience/590b624f1a8c46e68821463e829b95c5 When you click on a location in the map, the List widget is set to draw a heavy black box around the associated card for that location. However, the List only scrolls up far enough to get that selected card at the bottom of the List. It looks like this: I'd like to have the List widget scroll up far enough that the selected item is at the top of the List. Surely I am missing an Action setting somewhere? It should look like this: As an alternative, I could live with the List filtering so that the selected location is the only one in the list, and when you deselect, all of the locations appear again.
... View more
01-25-2022
02:03 PM
|
0
|
4
|
10157
|
|
POST
|
After speaking to tech support, I've learned that this is a known bug. There isn't a great workaround, but I found that by changing from a pop-up with a list of fields (which creates a table) to a custom pop-up with just text, the issue is much less pronounced. I'm not 100% sure that it's fixed, but testing yesterday yielded good results. I just ended up doing something like this in the custom config: Field One: {field1} Field Two: {field2} Field Three: {field3} The downside is that fields with long names tend to wrap onto another line and the value gets a bit lost in the visual field, but it's better than cutting off half of the pop-up!
... View more
12-16-2021
07:17 AM
|
1
|
0
|
1753
|
|
POST
|
I have an ongoing issue with pop-ups running off the edge of maps when the map is embedded in a website . In this particular case, it is a web map (Classic) embedded in an Experience Builder scrolling page. When you click on some locations, the pop-up is cut off by the edge of the map. Here is a screen shot (the data is not approved for public consumption, so I had to black it out). Screenshot of pop-up running off the edge of an embedded map. As an alternative, I tried to turn off pop-ups in Experience Builder and use the Feature Info widget instead. To get the Feature Info widget to filter, you have to enable the Selection tool in the map. That's not a problem per se, but there is no way to automatically activate that tool. The user has to know to click on the select tool first to activate it. Further, when you make a selection (even with the point selection tool), you don't get one location. You get the location you clicked, plus everything within an unspecified buffer. So, it's really not a good alternative to the in-map pop-up. I've had this same problem when embedding web maps and web maps inside Civics Plus web pages and found no solution. I could potentially convert this particular project to Experience Builder Developer Edition and try to tinker with the source code, but I have to believe that I'm not the first person to experience this issue!
... View more
12-09-2021
01:44 PM
|
2
|
1
|
1845
|
|
POST
|
Thank you, Dan! That's exactly what I needed. I am pleased to find that it works on query layers without any modifications, too.
... View more
12-06-2021
09:52 AM
|
0
|
0
|
1367
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 12-16-2021 07:17 AM | |
| 6 | 4 weeks ago | |
| 1 | 06-27-2024 01:11 PM | |
| 1 | 07-15-2021 01:53 PM | |
| 2 | 01-09-2026 07:45 AM |
| Online Status |
Offline
|
| Date Last Visited |
10 hours ago
|