BLOG
|
As a note, you can also pull the schema from a feature set and avoid typing out all the field definitions. This can be done using the Schema() function to get the schema, which includes an array of fields and the geometry type. // Get a feature set by portal item (need to define parameters)
var fs1 = FeatureSetByPortalItem(p, itemID, layerID, fields, false);
// Get the schema from the feature set
var fs1Schema = Schema(fs1);
var fs1Fields = fs1Schema.fields;
var fs1GeomType = fs1Schema.geometryType;
//Create empty dictionary with the same schema
var dict = {
'fields': fs1Fields,
'geometryType': fs1GeomType,
'features': []
};
// After adding features, return it as a feature set
return FeatureSet(dict);
... View more
07-24-2024
09:03 AM
|
2
|
0
|
827
|
POST
|
Hi @OussamaMerhi, You can use the Schema() function to get the schema, which includes an array of fields. // From above example
//Pull PointObject data
var fs1 = FeatureSetByPortalItem(p, itemID_points, layerID_points, fields_points, false);
// Get the schema from the feature set
var fs1Schema = Schema(fs1);
var fs1Fields = fs1Schema.fields;
var fs1GeomType = fs1Schema.geometryType
//Create empty dictionary
var dict = {
'fields': fs1Fields,
'geometryType': fs1GeomType,
'features': []
};
... View more
07-24-2024
08:54 AM
|
1
|
0
|
636
|
POST
|
Hi @ISP_graynic and @CMSchelde , Actively today in ArcGIS Online you can configure actions from a List (among others) in mobile views. In Enterprise 11.3 this functionality will be available. We are working on full Action parity between views (adding Serial Chart and Pie Chart) for a coming release.
... View more
05-09-2024
12:28 PM
|
1
|
0
|
707
|
IDEA
|
With the February release of ArcGIS Online, splash screen is now supported in ArcGIS Dashboards. See the What's New blog for more info. For ArcGIS Enterprise, it is targeted for the 11.3 release.
... View more
02-29-2024
10:26 AM
|
0
|
0
|
523
|
IDEA
|
11-28-2023
11:29 AM
|
0
|
0
|
673
|
POST
|
Hi @ArielLow2146 and others, We pushed an update to the mobile view logic. It is now based on your device/computer's screen size (instead of the browser's window size). If you could check again, that would be great. Thanks, Dave
... View more
11-01-2023
07:04 AM
|
2
|
0
|
2289
|
POST
|
Hi @TimKuhn2 , Thank you for the details. The team is working on an update for the next release that better handles these scale/zoom situations. Dave
... View more
10-17-2023
10:05 AM
|
0
|
0
|
2384
|
POST
|
Those impacted, could you provide the computer/device make and model, screen resolution, and browser used? Also, if you are able to share the link to the dashboard, that would help. If you are unable to share details in this thread, please reach out to Esri tech support and report this bug.
... View more
09-15-2023
10:02 AM
|
2
|
1
|
2589
|
POST
|
The team is considering opening up action support on elements in mobile views for the next release. Regarding the download workflow, source data download isn't yet available on Enterprise services (but is targeted for Enterprise 11.2).
... View more
08-09-2023
12:18 PM
|
0
|
1
|
726
|
POST
|
Hi Ariel, What is the screen size of the device? Only if the device is 600px or less should it open the mobile view. Dave
... View more
08-09-2023
12:10 PM
|
2
|
1
|
2696
|
POST
|
This workflow just got easier. You can now create a desktop view and a mobile view within a single dashboard. The mobile view is optimized for viewing on phones.
... View more
06-29-2023
04:10 PM
|
0
|
0
|
973
|
POST
|
We are excited to announce dashboard mobile views. Within your dashboard you can create another layout that is optimized for viewing on phones. Dave
... View more
06-29-2023
04:07 PM
|
1
|
1
|
1102
|
IDEA
|
Hi @LiisiPark, We are excited to announce dashboard mobile views. Within your dashboard you can create another layout that is optimized for viewing on phones. Dave
... View more
06-29-2023
04:05 PM
|
0
|
0
|
828
|
POST
|
Hi @KerryKang, Mobile views are designed to load on devices up to 600px wide. So, most tablets would load the desktop view. If neither view is loading, that sounds like a bug. Please contact Support so we can get the details. Thanks, Dave
... View more
06-29-2023
04:00 PM
|
0
|
0
|
1295
|
POST
|
Hi @CMSchelde Glad to hear you are already making use of mobile views. Thanks for the feedback. We are considering support for actions in the List element for the next release.
... View more
06-15-2023
01:00 PM
|
1
|
4
|
1362
|
Title | Kudos | Posted |
---|---|---|
1 | 07-24-2024 08:54 AM | |
1 | 06-15-2023 12:31 PM | |
2 | 07-24-2024 09:03 AM | |
1 | 05-09-2024 12:28 PM | |
2 | 11-01-2023 07:04 AM |
Online Status |
Offline
|
Date Last Visited |
11-01-2024
06:20 PM
|