<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Is there arcade global variable for map series titles in ArcGIS Pro Questions</title>
    <link>https://community.esri.com/t5/arcgis-pro-questions/is-there-arcade-global-variable-for-map-series/m-p/127607#M5373</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am attemting to change symbology based on map series title using arcade in pro.&amp;nbsp; However, I dont see any globals related to layout.&amp;nbsp; Am I dreaming too big here?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="457875" class="image-1 jive-image" src="https://community.esri.com/legacyfs/online/457875_pastedImage_1.png" /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;/P&gt;&lt;P&gt;for example, I have four pages in series, the spatial extent is &lt;SPAN style="font-size: 11.5pt; color: #3d3d3d; background: white;"&gt;identical. I have similar columns&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="457876" class="image-2 jive-image" src="https://community.esri.com/legacyfs/online/457876_pastedImage_3.png" /&gt;&lt;/P&gt;&lt;P&gt;when the page is changed I want to show only that data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I thhik in the symbology for that layer...&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="457877" class="image-3 jive-image" src="https://community.esri.com/legacyfs/online/457877_pastedImage_4.png" /&gt;&lt;/P&gt;&lt;P&gt;In the "field" I can add arcade code to match the title to the column.&amp;nbsp; I just dont see a way to reference layout items.&lt;/P&gt;&lt;P&gt;I appreciate any help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for example&lt;/P&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&lt;CODE&gt;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')&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;where map series title is 1996-2000 and the column is named F_Effort_prop_user_year_bin___96_00.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;however "$map.series"&amp;nbsp; is not an actuall thing, is there a reference I can use here?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 11 Dec 2021 07:13:46 GMT</pubDate>
    <dc:creator>jasongraham</dc:creator>
    <dc:date>2021-12-11T07:13:46Z</dc:date>
    <item>
      <title>Is there arcade global variable for map series titles</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/is-there-arcade-global-variable-for-map-series/m-p/127607#M5373</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am attemting to change symbology based on map series title using arcade in pro.&amp;nbsp; However, I dont see any globals related to layout.&amp;nbsp; Am I dreaming too big here?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="457875" class="image-1 jive-image" src="https://community.esri.com/legacyfs/online/457875_pastedImage_1.png" /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;/P&gt;&lt;P&gt;for example, I have four pages in series, the spatial extent is &lt;SPAN style="font-size: 11.5pt; color: #3d3d3d; background: white;"&gt;identical. I have similar columns&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="457876" class="image-2 jive-image" src="https://community.esri.com/legacyfs/online/457876_pastedImage_3.png" /&gt;&lt;/P&gt;&lt;P&gt;when the page is changed I want to show only that data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I thhik in the symbology for that layer...&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="457877" class="image-3 jive-image" src="https://community.esri.com/legacyfs/online/457877_pastedImage_4.png" /&gt;&lt;/P&gt;&lt;P&gt;In the "field" I can add arcade code to match the title to the column.&amp;nbsp; I just dont see a way to reference layout items.&lt;/P&gt;&lt;P&gt;I appreciate any help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for example&lt;/P&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&lt;CODE&gt;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')&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;where map series title is 1996-2000 and the column is named F_Effort_prop_user_year_bin___96_00.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;however "$map.series"&amp;nbsp; is not an actuall thing, is there a reference I can use here?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 11 Dec 2021 07:13:46 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/is-there-arcade-global-variable-for-map-series/m-p/127607#M5373</guid>
      <dc:creator>jasongraham</dc:creator>
      <dc:date>2021-12-11T07:13:46Z</dc:date>
    </item>
  </channel>
</rss>

