<?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 Re: Can I label a grid component within a Pro Layout? in Mapping Questions</title>
    <link>https://community.esri.com/t5/mapping-questions/can-i-label-a-grid-component-within-a-pro-layout/m-p/1042044#M8324</link>
    <description>&lt;P&gt;I think I was able to achieve what you are asking for. Let me know if you have any questions&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.esri.com/t5/arcgis-pro-questions/populate-street-name-index-using-arcade/m-p/1034158#M38271" target="_blank"&gt;Solved: Re: Populate Street Name Index using Arcade - Esri Community&lt;/A&gt;&lt;/P&gt;</description>
    <pubDate>Tue, 30 Mar 2021 17:53:16 GMT</pubDate>
    <dc:creator>SarahHartholt</dc:creator>
    <dc:date>2021-03-30T17:53:16Z</dc:date>
    <item>
      <title>Can I label a grid component within a Pro Layout?</title>
      <link>https://community.esri.com/t5/mapping-questions/can-i-label-a-grid-component-within-a-pro-layout/m-p/365475#M3899</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Simply want to know if my layout grid in ArcGIS Pro which is a alphanumeric grid [REFERENCE GRID] can be labeled in my map series dynamically.&amp;nbsp; I can use arcade to label feature objects that fall within a current map frame extent but where do I levearge the &lt;STRONG&gt;GRID&lt;/STRONG&gt; it associates with in this case a reference grid which is alphanumeric?&amp;nbsp; How can this be done?&amp;nbsp; &amp;nbsp;I would think you need to leverage the label component of the grid maybe?&amp;nbsp; anyone have any thoughts?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Jul 2020 23:57:00 GMT</pubDate>
      <guid>https://community.esri.com/t5/mapping-questions/can-i-label-a-grid-component-within-a-pro-layout/m-p/365475#M3899</guid>
      <dc:creator>mneer</dc:creator>
      <dc:date>2020-07-28T23:57:00Z</dc:date>
    </item>
    <item>
      <title>Re: Can I label a grid component within a Pro Layout?</title>
      <link>https://community.esri.com/t5/mapping-questions/can-i-label-a-grid-component-within-a-pro-layout/m-p/365476#M3900</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This sounds like it might be a good case for the new custom grids (&lt;A class="link-titled" href="https://pro.arcgis.com/en/pro-app/help/layouts/custom-grids.htm" title="https://pro.arcgis.com/en/pro-app/help/layouts/custom-grids.htm"&gt;Custom grids—ArcGIS Pro | Documentation&lt;/A&gt;)&amp;nbsp;available in Pro 2.6.&amp;nbsp;If you create a grid feature class for the entire map area using the Grid Index Features tool (&lt;A class="link-titled" href="https://pro.arcgis.com/en/pro-app/tool-reference/cartography/grid-index-features.htm" title="https://pro.arcgis.com/en/pro-app/tool-reference/cartography/grid-index-features.htm"&gt;Grid Index Features (Cartography)—ArcGIS Pro | Documentation&lt;/A&gt;) you can use a custom grid to draw the reference grid labels on your map. Custom grids use existing line or polygon features as the grid lines, then let you label the grid outside of the map frame using a column in the feature or an Arcade expression. Using a custom grid, I was able to create this alpha numeric grid:&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="501689" class="image-1 jive-image" src="https://community.esri.com/legacyfs/online/501689_pastedImage_9.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Aubri K&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Jul 2020 13:49:45 GMT</pubDate>
      <guid>https://community.esri.com/t5/mapping-questions/can-i-label-a-grid-component-within-a-pro-layout/m-p/365476#M3900</guid>
      <dc:creator>AubriOtis</dc:creator>
      <dc:date>2020-07-29T13:49:45Z</dc:date>
    </item>
    <item>
      <title>Re: Can I label a grid component within a Pro Layout?</title>
      <link>https://community.esri.com/t5/mapping-questions/can-i-label-a-grid-component-within-a-pro-layout/m-p/365477#M3901</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think we are close here.&amp;nbsp; What I'm looking for is the example of arcade language that would leverage the &lt;STRONG&gt;Grid Index Feature&lt;/STRONG&gt; and the corresponding feature objects within my map series pages in this case restaurants.&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Example:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;NAME&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; LOCATOIN&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;McDonalds ...B1&lt;/P&gt;&lt;P&gt;Burger King ...C2, A2&lt;/P&gt;&lt;P&gt;Taco Bell …D2&lt;/P&gt;&lt;P&gt;Wendys .. A2, D3&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Currently I can use dynamic text labeling by leveraging the "attribute table"&amp;nbsp; setting the Map Frame, Table, and Query to Visible Rows, and even do a advanced expression in the field calculator, but am only able to successfully leverage but just one feature at a time.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If I have a feature polygon&amp;nbsp;restaurants and feature polygon grid index with values A1, B2, C3 etc - I should be able to label in ArcGIS Pro where those two&amp;nbsp;intersect&amp;nbsp;dynamically only the fly right?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Jul 2020 14:26:18 GMT</pubDate>
      <guid>https://community.esri.com/t5/mapping-questions/can-i-label-a-grid-component-within-a-pro-layout/m-p/365477#M3901</guid>
      <dc:creator>mneer</dc:creator>
      <dc:date>2020-07-29T14:26:18Z</dc:date>
    </item>
    <item>
      <title>Re: Can I label a grid component within a Pro Layout?</title>
      <link>https://community.esri.com/t5/mapping-questions/can-i-label-a-grid-component-within-a-pro-layout/m-p/365478#M3902</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ah, okay I think I understand now. I can make this work, as long the page number is stored in the polygon class I want to report on (in your case, restaurants). To do that I ran an intersect of the polygon and the grid index:&lt;/P&gt;&lt;P&gt;&lt;IMG class="image-1 jive-image" src="https://community.esri.com/legacyfs/online/501690_pastedImage_1.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then, using the new feature class for the polygon area containing the grid number I inserted Value Dynamic Text showing Visible Rows with this Arcade expression:&amp;nbsp;&lt;/P&gt;&lt;P&gt;$feature.City_Name + "... " + $feature.PageName + TextFormatting.NewLine&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;That worked for me, I got the names to update on every page in the map series.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Note: If you use TextFormatting.NewLine to show each restaurant on a new line, be sure that your Delimiter is cleared. It defaults to a space, which throws off the alignment for the new lines.&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Jul 2020 14:44:36 GMT</pubDate>
      <guid>https://community.esri.com/t5/mapping-questions/can-i-label-a-grid-component-within-a-pro-layout/m-p/365478#M3902</guid>
      <dc:creator>AubriOtis</dc:creator>
      <dc:date>2020-07-29T14:44:36Z</dc:date>
    </item>
    <item>
      <title>Re: Can I label a grid component within a Pro Layout?</title>
      <link>https://community.esri.com/t5/mapping-questions/can-i-label-a-grid-component-within-a-pro-layout/m-p/365479#M3903</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This is helpful, but not really 100% what I'm looking for.&amp;nbsp; But extreemly close - I was hoping&amp;nbsp;&lt;SPAN style="text-decoration: underline;"&gt;not&lt;/SPAN&gt; to make a new feature class to acquire the&amp;nbsp;intended results.&amp;nbsp; &amp;nbsp;Another slight hicup is if my Alpha Numeric Grid Size (If it is to small)&amp;nbsp; I get the following:&lt;/P&gt;&lt;P&gt;&lt;EM&gt;* please know that&amp;nbsp;although&amp;nbsp;the following output&amp;nbsp; is correct in its output nature it is really not what I am intending to show dynamically with Pro dynamic text.&lt;/EM&gt;&lt;/P&gt;&lt;P style="background-color: #ffffff; border: 0px;"&gt;&lt;/P&gt;&lt;P style="background-color: #ffffff; border: 0px;"&gt;&lt;STRONG style="border: 0px; font-weight: bold;"&gt;&amp;lt;A&amp;gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="background-color: #ffffff; border: 0px;"&gt;&lt;/P&gt;&lt;P style="background-color: #ffffff; border: 0px;"&gt;&lt;STRONG style="border: 0px; font-weight: bold;"&gt;NAME&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; LOCATOIN&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="background-color: #ffffff; border: 0px;"&gt;McDonalds ...A1&lt;/P&gt;&lt;P style="background-color: #ffffff; border: 0px;"&gt;McDonalds ...B1&lt;/P&gt;&lt;P style="background-color: #ffffff; border: 0px;"&gt;McDonalds ...A2&lt;/P&gt;&lt;P style="background-color: #ffffff; border: 0px;"&gt;McDonalds ...B2&lt;/P&gt;&lt;P style="background-color: #ffffff; border: 0px;"&gt;&lt;SPAN&gt;Burger King ...C2&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="background-color: #ffffff; border: 0px;"&gt;Burger King ...B2&lt;/P&gt;&lt;P style="background-color: #ffffff; border: 0px;"&gt;&lt;SPAN&gt;Burger King ...B3&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="background-color: #ffffff; border: 0px;"&gt;&lt;SPAN style="background-color: #ffffff; "&gt;Burger King ...C3&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="background-color: #ffffff; border: 0px;"&gt;&lt;SPAN style="background-color: #ffffff; "&gt;Taco Bell ...D1&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="background-color: #ffffff; border: 0px;"&gt;Taco Bell …D2&lt;/P&gt;&lt;P style="background-color: #ffffff; border: 0px;"&gt;Wendys ...A1&lt;/P&gt;&lt;P style="background-color: #ffffff; border: 0px;"&gt;Wendys .. A2&lt;/P&gt;&lt;P style="background-color: #ffffff; border: 0px;"&gt;&lt;/P&gt;&lt;P style="background-color: #ffffff; border: 0px;"&gt;now, this out put is what I'm hoping for - something like such:&lt;/P&gt;&lt;P style="background-color: #ffffff; border: 0px;"&gt;&lt;/P&gt;&lt;P style="background-color: #ffffff; border: 0px;"&gt;&lt;STRONG&gt;&amp;lt;B&amp;gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="background-color: #ffffff; border: 0px;"&gt;&lt;/P&gt;&lt;P style="background-color: #ffffff; border: 0px;"&gt;&lt;STRONG style="border: 0px; font-weight: bold;"&gt;NAME&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; LOCATOIN&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="background-color: #ffffff; border: 0px;"&gt;McDonalds ...A1, A2, B1, B2&amp;nbsp;&lt;/P&gt;&lt;P style="background-color: #ffffff; border: 0px;"&gt;&lt;/P&gt;&lt;P style="background-color: #ffffff; border: 0px;"&gt;&lt;SPAN&gt;Burger King ...B2, B3, C2, C3&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="background-color: #ffffff; border: 0px;"&gt;&lt;SPAN style="background-color: #ffffff; "&gt;Taco Bell ...D1, D2&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="background-color: #ffffff; border: 0px;"&gt;Wendys ...A1, A2&lt;/P&gt;&lt;P style="background-color: #ffffff; border: 0px;"&gt;&lt;/P&gt;&lt;P style="background-color: #ffffff; border: 0px;"&gt;&lt;STRONG&gt;&amp;lt;A&amp;gt;&lt;/STRONG&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;SPAN&gt;$feature.City_Name + "... " + $feature.PageName &lt;STRONG&gt;+ TextFormatting.NewLine&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="background-color: #ffffff; border: 0px;"&gt;&lt;SPAN&gt;&lt;STRONG&gt;&amp;lt;B&amp;gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;SPAN style="background-color: #ffffff; font-weight: 400;"&gt;$feature.City_Name + "... " + $feature.PageName&amp;nbsp; &amp;nbsp; (&amp;nbsp; If $feature.City_Name = $feature.City_Name then just label the $feature.PageName Else +TextFormating.NewLine + $feature.City_Name&amp;nbsp; + "..." so on and so forth kind of thing.&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="background-color: #ffffff; border: 0px;"&gt;&lt;SPAN&gt;&lt;STRONG style="background-color: #ffffff; font-weight: 400; "&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;nbsp;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="background-color: #ffffff; border: 0px;"&gt;&lt;SPAN&gt;&lt;STRONG style="background-color: #ffffff; font-weight: 400; "&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Jul 2020 20:12:49 GMT</pubDate>
      <guid>https://community.esri.com/t5/mapping-questions/can-i-label-a-grid-component-within-a-pro-layout/m-p/365479#M3903</guid>
      <dc:creator>mneer</dc:creator>
      <dc:date>2020-07-29T20:12:49Z</dc:date>
    </item>
    <item>
      <title>Re: Can I label a grid component within a Pro Layout?</title>
      <link>https://community.esri.com/t5/mapping-questions/can-i-label-a-grid-component-within-a-pro-layout/m-p/365480#M3904</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Unfortunately, I don't think an Arcade expression can get the result you want. The Arcade expression for dynamic text is applied to each individual row, it can't read through all the rows in the table and aggregate them. To do that, you'd need to manipulate the data so the table column listed all the pages with a McDonalds. The Summarize tool might be able to do that, although I'm not sure.&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Jul 2020 14:03:38 GMT</pubDate>
      <guid>https://community.esri.com/t5/mapping-questions/can-i-label-a-grid-component-within-a-pro-layout/m-p/365480#M3904</guid>
      <dc:creator>AubriOtis</dc:creator>
      <dc:date>2020-07-30T14:03:38Z</dc:date>
    </item>
    <item>
      <title>Re: Can I label a grid component within a Pro Layout?</title>
      <link>https://community.esri.com/t5/mapping-questions/can-i-label-a-grid-component-within-a-pro-layout/m-p/365481#M3905</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you again for your kind help Aubri.&amp;nbsp;&amp;nbsp;Maybe in the future ESRI software will accommodate this.&amp;nbsp; I'll keep my eye out for it.&amp;nbsp; &lt;IMG src="https://community.esri.com/legacyfs/online/emoticons/happy.png" /&gt;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Jul 2020 14:38:43 GMT</pubDate>
      <guid>https://community.esri.com/t5/mapping-questions/can-i-label-a-grid-component-within-a-pro-layout/m-p/365481#M3905</guid>
      <dc:creator>mneer</dc:creator>
      <dc:date>2020-07-30T14:38:43Z</dc:date>
    </item>
    <item>
      <title>Re: Can I label a grid component within a Pro Layout?</title>
      <link>https://community.esri.com/t5/mapping-questions/can-i-label-a-grid-component-within-a-pro-layout/m-p/1042044#M8324</link>
      <description>&lt;P&gt;I think I was able to achieve what you are asking for. Let me know if you have any questions&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.esri.com/t5/arcgis-pro-questions/populate-street-name-index-using-arcade/m-p/1034158#M38271" target="_blank"&gt;Solved: Re: Populate Street Name Index using Arcade - Esri Community&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 30 Mar 2021 17:53:16 GMT</pubDate>
      <guid>https://community.esri.com/t5/mapping-questions/can-i-label-a-grid-component-within-a-pro-layout/m-p/1042044#M8324</guid>
      <dc:creator>SarahHartholt</dc:creator>
      <dc:date>2021-03-30T17:53:16Z</dc:date>
    </item>
    <item>
      <title>Re: Can I label a grid component within a Pro Layout?</title>
      <link>https://community.esri.com/t5/mapping-questions/can-i-label-a-grid-component-within-a-pro-layout/m-p/1674063#M8623</link>
      <description>&lt;P&gt;Hey was just curious how you were able to make your custom grid Alpha-Numeric, I cannot figure this part out&lt;/P&gt;</description>
      <pubDate>Thu, 18 Dec 2025 19:39:17 GMT</pubDate>
      <guid>https://community.esri.com/t5/mapping-questions/can-i-label-a-grid-component-within-a-pro-layout/m-p/1674063#M8623</guid>
      <dc:creator>AustinRussin</dc:creator>
      <dc:date>2025-12-18T19:39:17Z</dc:date>
    </item>
  </channel>
</rss>

