I have the following Arcade in my symbolisation through AGOL and when I add it, it stops drawing in Explorer.
Is Arcade Symbology not supported in Explorer for ArcGIS yet?
if($feature.hasfault == 'no'){
return 'greentick'
} else {
if($feature.responsive != NULL) {
return 'redcross'
} else {
if ($feature.highpriority != NULL) {
return 'redcross'
}else {
if ($feature.lowpriority != NULL) {
return 'yellowcircle'
}
}
}
}
Solved! Go to Solution.
Hi all,
Unfortunately, arcade based symbology is not supported in Explorer yet. It will be there with our next release.
Thanks,
Heather
It potentially may not be supported yet but this is all I could find https://community.esri.com/message/693427-re-new-explorer-ios-beta-release-available?commentID=69342...
Carmel
Hi all,
Unfortunately, arcade based symbology is not supported in Explorer yet. It will be there with our next release.
Thanks,
Heather
Thanks for the info,
Peter