<?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: Relates only showing numeric fields? in ArcGIS Pro Questions</title>
    <link>https://community.esri.com/t5/arcgis-pro-questions/relates-only-showing-numeric-fields/m-p/1634021#M97332</link>
    <description>&lt;P&gt;Some pop up elements will only support numeric values when working with related data.&lt;/P&gt;&lt;P&gt;This is because it will do a statistical aggregation e.g. count or sum, that doesn't work for other field types.&lt;/P&gt;&lt;P&gt;E.g. adding a chart or field attribute.&lt;/P&gt;&lt;P&gt;You can show related data using a related records element. It'll show a list of related data.&lt;/P&gt;&lt;P&gt;You can add an arcade element or text element with arcade expressions, and drill down into your related data using featuresets.&lt;/P&gt;</description>
    <pubDate>Thu, 17 Jul 2025 20:35:24 GMT</pubDate>
    <dc:creator>ChristopherCounsell</dc:creator>
    <dc:date>2025-07-17T20:35:24Z</dc:date>
    <item>
      <title>Relates only showing numeric fields?</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/relates-only-showing-numeric-fields/m-p/1633755#M97293</link>
      <description>&lt;P&gt;I asked this in the comments of another post, but it wasn't relevant, so I wanted to ask here.&lt;/P&gt;&lt;P&gt;I related a map layer to a standalone table and want to get a pop-up that includes data from both. This is working for the most part, but text data from the standalone table isn't popping up as an option, only numeric data. i.e. I can choose to display a Field that states '5', but not one that says 'ABC'. Has anyone had this happen before? Do you know why/how to get all of the fields to show, not just the numeric one?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This is what shows under the Relate in the Configure Pop-up Window:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="EmilyC_0-1752720116824.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/136674iC0B74577C066FF4C/image-size/medium?v=v2&amp;amp;px=400" role="button" title="EmilyC_0-1752720116824.png" alt="EmilyC_0-1752720116824.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;And this is what the Standalone table looks like:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="EmilyC_1-1752720212323.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/136675iF0DE8B79A490E022/image-size/medium?v=v2&amp;amp;px=400" role="button" title="EmilyC_1-1752720212323.png" alt="EmilyC_1-1752720212323.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="EmilyC_3-1752720306747.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/136677i54FC77843A1B3245/image-size/medium?v=v2&amp;amp;px=400" role="button" title="EmilyC_3-1752720306747.png" alt="EmilyC_3-1752720306747.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;So yeah, only the numbers are options (except CNTY_FIPS, which is okay). Does anyone know why?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 17 Jul 2025 02:47:55 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/relates-only-showing-numeric-fields/m-p/1633755#M97293</guid>
      <dc:creator>EmilyC</dc:creator>
      <dc:date>2025-07-17T02:47:55Z</dc:date>
    </item>
    <item>
      <title>Re: Relates only showing numeric fields?</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/relates-only-showing-numeric-fields/m-p/1634021#M97332</link>
      <description>&lt;P&gt;Some pop up elements will only support numeric values when working with related data.&lt;/P&gt;&lt;P&gt;This is because it will do a statistical aggregation e.g. count or sum, that doesn't work for other field types.&lt;/P&gt;&lt;P&gt;E.g. adding a chart or field attribute.&lt;/P&gt;&lt;P&gt;You can show related data using a related records element. It'll show a list of related data.&lt;/P&gt;&lt;P&gt;You can add an arcade element or text element with arcade expressions, and drill down into your related data using featuresets.&lt;/P&gt;</description>
      <pubDate>Thu, 17 Jul 2025 20:35:24 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/relates-only-showing-numeric-fields/m-p/1634021#M97332</guid>
      <dc:creator>ChristopherCounsell</dc:creator>
      <dc:date>2025-07-17T20:35:24Z</dc:date>
    </item>
    <item>
      <title>Re: Relates only showing numeric fields?</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/relates-only-showing-numeric-fields/m-p/1634304#M97372</link>
      <description>&lt;P&gt;&lt;SPAN&gt;For those looking for what I did, instead of a join/relate, I ended up creating a Relationship Class as well as an intermediate 'Junction' table that had a column from both of the other layers. With this, I did a One-to-Many Relationship class between the Junction table and each of the original tables. To do this, I made sure to create a new .gdb to put all three of these layers in, so they could communicate with each other. Once this was done, the two original layers could talk to themselves seamlessly, and I was able to configure pop-ups on my map layer to include data from both. Also, as a caution, make sure the map layer you are editing is the one from the new .gdb (right click layer -&amp;gt; add to current map). Even if you copied this new file from the original map data, you still need to add the new data to the Contents pane and then configure that new layer.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 18 Jul 2025 19:35:19 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/relates-only-showing-numeric-fields/m-p/1634304#M97372</guid>
      <dc:creator>EmilyC</dc:creator>
      <dc:date>2025-07-18T19:35:19Z</dc:date>
    </item>
  </channel>
</rss>

