Is there arcade global variable for map series titles

471
0
08-23-2019 11:21 AM
jasongraham
New Contributor III

I am attemting to change symbology based on map series title using arcade in pro.  However, I dont see any globals related to layout.  Am I dreaming too big here?

                 

for example, I have four pages in series, the spatial extent is identical. I have similar columns

when the page is changed I want to show only that data.

I thhik in the symbology for that layer...

In the "field" I can add arcade code to match the title to the column.  I just dont see a way to reference layout items.

I appreciate any help.

for example

Decode( $map.series 
  '1996-2000','$feature.F_Effort_prop_user_year_bin___96_00',
  '2001-2005','$feature.F_Effort_prop_user_year_bin___01_05',
  '2006-2010','$feature.F_Effort_prop_user_year_bin___06_10',
  '2011-2016','$feature.F_Effort_prop_user_year_bin___11_16',
'none')

where map series title is 1996-2000 and the column is named F_Effort_prop_user_year_bin___96_00.

however "$map.series"  is not an actuall thing, is there a reference I can use here?

Tags (3)
0 Replies