Skip to main content

All Questions

Tagged with
1 vote
1 answer
102 views

Arcade script to return color-coded value from attribute field

I am working in ArcGIS Pro pop-ups Expressions and I have parsed together an Arcade script to search an attribute field in ArcGIS Pro for some words, and then return the words color-coded into the pop-...
TheOmoSlide's user avatar
0 votes
1 answer
87 views

Removing line or row if value is empty or null in Arcade [duplicate]

I am trying to remove lines in a pop-up which have blank values or . Example below: var fieldz = { Category: DomainName($feature, "Category"), Project: $feature.ProjectName, Stat: $feature....
John Driessen's user avatar
1 vote
0 answers
319 views

ArcGIS Pro Pop-ups: How do I show all attributes in rows of a single table?

I have a pop-up configured to display a set of results for a selected location. Using Arcade expressions and HTML, I get a pop-up that looks like this: I need to show all of the rows for each Z range ...
mountainscaler's user avatar
3 votes
1 answer
804 views

How to call another Arcade expression?

I have been using Arcade expressions for custom popups. These are being authored in ArcGIS Pro for later deployment to AGOL. These expressions are all being named, can be successfully embedded in ...
Kelly Thomas's user avatar
  • 1,484
3 votes
1 answer
4k views

Using Arcade expression to obtain X and Y values from geometry of Map Service

I am trying to set up an expression for use in a pop-up in my portal web map in point feature class (image) service that was published referencing SDE Enterprise Feature Class. When building the ...
Jakub Sisak GeoGraphics's user avatar