Layer Not Drawing When Symbolised with Arcade

719
3
Jump to solution
07-19-2018 06:34 PM
PeterTQFES
Occasional Contributor

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'
            }
        }
    }
}
Peter T, Brisbane
Tags (1)
0 Kudos
1 Solution

Accepted Solutions
HeatherMcCracken
Esri Contributor

Hi all,

Unfortunately, arcade based symbology is not supported in Explorer yet. It will be there with our next release.

Thanks,

Heather

View solution in original post

3 Replies
CarmelConnolly
Esri Regular Contributor

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 

0 Kudos
HeatherMcCracken
Esri Contributor

Hi all,

Unfortunately, arcade based symbology is not supported in Explorer yet. It will be there with our next release.

Thanks,

Heather

PeterTQFES
Occasional Contributor

Thanks for the info,

Peter

Peter T, Brisbane
0 Kudos