|
POST
|
Hi Dee, Are the images stored in ArcGIS Online or elsewhere? I have come across this limitation before. If they are stored externally and you have instead set up Document Links, check your Hub site Settings for this option:
... View more
10-27-2022
08:41 AM
|
0
|
0
|
7017
|
|
POST
|
We are experiencing the same issue (see attached image). Worth noting that the filters I am trying to set do not involve numbers. An error occurred while applying the filter. TypeError: Cannot use 'in' operator to search for 'name' in [search term here]
... View more
10-27-2022
06:26 AM
|
0
|
0
|
7247
|
|
IDEA
|
Agreed. We need this functionality, and are currently having to combine some elements from Exp. Builder and some from Web AppBuilder to achieve our desired workflow.
... View more
10-27-2022
02:22 AM
|
0
|
0
|
13017
|
|
POST
|
This is great. If using Connect to publish the survey (via pulldata("@layer")) , am I right in thinking that this will only work in a connected environment?
... View more
10-27-2022
01:58 AM
|
0
|
0
|
6440
|
|
IDEA
|
Experience Builder allows you to choose an Organization Shared theme when building experiences, with the Organizational shared theme set in ArcGIS Online. However, the Shared theme settings in ArcGIS Online do not allow a font to be set, and the Organization Shared theme in Experience Builder cannot be edited to choose a default font. Please enable default font selection when the Organization Shared theme is being used.
... View more
10-27-2022
01:18 AM
|
18
|
4
|
1890
|
|
BLOG
|
@Jianxia Great that the Table widget not honours the popup in terms of field alias, but the Table does not honour the Date settings from the popup in terms of hiding the time. For example, here are the popup settings via the Visualisation of the layer with time turned off: But the dates in the table still appear with the time showing. Is there another way to disable this?
... View more
10-21-2022
07:24 AM
|
1
|
0
|
2751
|
|
IDEA
|
@JustinPrather are there any updates on this functionality being implemented? We would really like to have this.
... View more
10-14-2022
08:17 AM
|
0
|
0
|
1704
|
|
POST
|
Thanks, I managed to get it working, but by week instead of day.
... View more
10-13-2022
01:36 AM
|
0
|
0
|
2146
|
|
POST
|
Thank you for your help on this. Testing the code you provided shows this works with my data too. However in Dashboards, when I click Done, it shows thee is an issue with the Data expression and doesn't let me use it for the Serial Chart. Hovering on the warning symbol shows the warning: "Unable to execute Arcade script" I'm assuming I need to return a FeatureSet rather than a value. Do I need to create a data schema (as suggested in this thread: https://community.esri.com/t5/arcgis-dashboards-questions/arcgis-dashboard-data-expression-quot-unable-to/td-p/1052347)? In my case, I will need to return the number of records per unique day of the year.
... View more
10-12-2022
09:12 AM
|
0
|
0
|
2159
|
|
POST
|
Hello, I am looking for a way to use Arcade in Dashboards to return the day of the year from a date field. Due to the lack of Globals in Arcade for Dashboards, I have first called the FeatureSet using FeatureSetByPortalItem. var p = 'https://www.arcgis.com'
var itemId = '998628deb4b144e8a17afd9ab606d700' // note this is an example ID from a different service
var fs = FeatureSetByPortalItem(Portal(p), itemId, 0, ['*'], false) I am then looking for a way to use either the ISOWeek or Text functions (Text(date, DDD) to return the week or day from a date field within the FeatureSet. So far I've been unsuccessful in finding a way to pull out the date field (called RecordDate_rep) from the FeatureSet to then call the week/day functions mentioned above. I presume I'm missing something obvious, but any help is appreciated. I was then attempting something like this, but it doesn't work, returning "Execution Error:Runtime Error: Cannot call member property on object of this type.": var dat = fs.RecordDate; // extract Date field from FeatureSet
var day = Text(dat, 'DDD'); // Format date as day of year
return day; // output day of year @XanderBakker if you are able to assist on this I would greatly appreciate it.
... View more
10-12-2022
08:20 AM
|
0
|
4
|
2216
|
|
IDEA
|
Thanks. My question was more general than just Survey123, as a method for tagging records by user wouldn't necessarily require Survey123 to be involved.
... View more
10-10-2022
03:14 AM
|
0
|
0
|
2223
|
|
IDEA
|
Yes I agree that is a problem. I raised that issue on this forum some time ago but so far no response from ESRI: https://community.esri.com/t5/arcgis-online-questions/manually-assign-features-to-a-user-via-arcgis/m-p/1096662
... View more
10-10-2022
01:34 AM
|
0
|
0
|
2231
|
|
IDEA
|
In the Settings of the hosted view layer, you can change "What features can editors see?" to "Editors can only see their own features". Note that confusingly this is in the Editing menu, so you will need to Enable editing, update the settings mentioned above, Save, and then disable editing again if you don't want them to have editing permissions.
... View more
10-07-2022
02:21 AM
|
0
|
0
|
2252
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 03-24-2026 03:17 AM | |
| 1 | 05-27-2020 02:34 AM | |
| 1 | 01-07-2026 09:19 AM | |
| 3 | 10-20-2025 01:36 AM | |
| 1 | 02-24-2021 10:05 AM |
| Online Status |
Offline
|
| Date Last Visited |
a week ago
|