<?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 Pro map vs web map popup display in ArcGIS Pro Questions</title>
    <link>https://community.esri.com/t5/arcgis-pro-questions/pro-map-vs-web-map-popup-display/m-p/1312080#M71455</link>
    <description>&lt;P&gt;This is somewhat related to&amp;nbsp;&lt;A href="https://community.esri.com/t5/arcgis-online-questions/pop-ups-configured-in-arcgis-pro-change-when-the/m-p/1306845#M53271" target="_self"&gt;Pop-ups configured in ArcGIS Pro change when the feature service is added into a new Map Viewer?&lt;/A&gt; as well as another thread I've been fighting for months&amp;nbsp;&lt;A href="https://community.esri.com/t5/arcgis-online-questions/bolded-strings-within-arcade-if-then-else/m-p/1273737#M51173" target="_self"&gt;Bolded strings within Arcade if – then--else expression&lt;/A&gt;&lt;/P&gt;&lt;P&gt;I have an Arcade if-then-else statement written for a popup (just a text snippet below)&lt;/P&gt;&lt;LI-SPOILER&gt;&lt;P&gt;//Precinct 01&lt;BR /&gt;//01-01&lt;BR /&gt;if($feature.PRECINCT_T =='01'&amp;amp;&amp;amp;$feature.SPLIT_TXT=='01'){&lt;BR /&gt;return "01 West The Dalles"+TextFormatting.NewLine+TextFormatting.NewLine+"Federal Races"+TextFormatting.NewLine+TextFormatting.NewLine+"US Representative 2nd District"+TextFormatting.NewLine+TextFormatting.NewLine+"Statewide Partisan"+TextFormatting.NewLine+TextFormatting.NewLine+"Senate District 26"+TextFormatting.NewLine+TextFormatting.NewLine+"House District 52"+TextFormatting.NewLine+TextFormatting.NewLine+"Statewide Nonpartisan"+TextFormatting.NewLine+TextFormatting.NewLine+"Circuit Court District 07"+TextFormatting.NewLine+TextFormatting.NewLine+"District Attorney"+TextFormatting.NewLine+TextFormatting.NewLine+"Wasco County Elected Positions"+TextFormatting.NewLine+TextFormatting.NewLine+"City of The Dalles"+TextFormatting.NewLine+TextFormatting.NewLine+"Soil &amp;amp; Water Conservation District"+TextFormatting.NewLine+TextFormatting.NewLine+"N W Co PUD Subdivision #3"+TextFormatting.NewLine+TextFormatting.NewLine+"Columbia Gorge Community College"+TextFormatting.NewLine+TextFormatting.NewLine+"Columbia Gorge ESD Zone #4 - At Large"+TextFormatting.NewLine+TextFormatting.NewLine+"Columbia Gorge Education Service District Zone 2"+TextFormatting.NewLine+TextFormatting.NewLine+"N Wasco County School District #21 Zone 4"+TextFormatting.NewLine+TextFormatting.NewLine+"Mid Columbia Fire and Rescue"+TextFormatting.NewLine+TextFormatting.NewLine+"Wasco County Library Service District"+TextFormatting.NewLine+TextFormatting.NewLine+"Northern Wasco County Parks &amp;amp; Recreation"+TextFormatting.NewLine+TextFormatting.NewLine+"Port of The Dalles"+TextFormatting.NewLine+TextFormatting.NewLine+"Northern Oregon Corrections"+TextFormatting.NewLine+TextFormatting.NewLine+"Wasco County 4-H and Extension Service District"&lt;BR /&gt;}&lt;BR /&gt;//01.02&lt;BR /&gt;else if ($feature.PRECINCT_T =='01'&amp;amp;&amp;amp;$feature.SPLIT_TXT=='02') {&lt;BR /&gt;return "01 West The Dalles"+TextFormatting.NewLine+TextFormatting.NewLine+ "Federal Races"+TextFormatting.NewLine+TextFormatting.NewLine+"US Representative 2nd District"+TextFormatting.NewLine+TextFormatting.NewLine+"Statewide Partisan"+TextFormatting.NewLine+TextFormatting.NewLine+"Senate District 26"+TextFormatting.NewLine+TextFormatting.NewLine+"House District 52"+TextFormatting.NewLine+TextFormatting.NewLine+"Statewide Nonpartisan"+TextFormatting.NewLine+TextFormatting.NewLine+"Circuit Court District 07"+TextFormatting.NewLine+TextFormatting.NewLine+"District Attorney"+TextFormatting.NewLine+TextFormatting.NewLine+"Wasco County Elected Positions"+TextFormatting.NewLine+TextFormatting.NewLine+"City of The Dalles"+TextFormatting.NewLine+TextFormatting.NewLine+"Soil &amp;amp; Water Conservation District"+TextFormatting.NewLine+TextFormatting.NewLine+"Chenowith Water PUD Subdivision #4"+TextFormatting.NewLine+TextFormatting.NewLine+"N W Co PUD Subdivision #3"+TextFormatting.NewLine+TextFormatting.NewLine+"Columbia Gorge Community College"+TextFormatting.NewLine+TextFormatting.NewLine+"Columbia Gorge ESD Zone #4 - At Large"+TextFormatting.NewLine+TextFormatting.NewLine+"Columbia Gorge Education Service District Zone 2"+TextFormatting.NewLine+TextFormatting.NewLine+"N Wasco County School District #21 Zone 3"+TextFormatting.NewLine+TextFormatting.NewLine+"Mid Columbia Fire and Rescue"+TextFormatting.NewLine+TextFormatting.NewLine+"Wasco County Library Service District"+TextFormatting.NewLine+TextFormatting.NewLine+"Northern Wasco County Parks &amp;amp; Recreation"+TextFormatting.NewLine+TextFormatting.NewLine+"Port of The Dalles"+TextFormatting.NewLine+TextFormatting.NewLine+"Northern Oregon Corrections"+TextFormatting.NewLine+TextFormatting.NewLine+"Wasco County 4-H and Extension Service District"&lt;BR /&gt;}&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;/LI-SPOILER&gt;&lt;P&gt;Which does this in Pro (ignore the bolding, I know that part won't work in the web map)&lt;/P&gt;&lt;LI-SPOILER&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="proversion.JPG" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/76370i2194B7CFC411ED13/image-size/medium?v=v2&amp;amp;px=400" role="button" title="proversion.JPG" alt="proversion.JPG" /&gt;&lt;/span&gt;&lt;P&gt; &lt;/P&gt;&lt;/LI-SPOILER&gt;&lt;P&gt;And this when it is exported as either a web map or service (again, ignore the bolding, I know that won't work)&lt;/P&gt;&lt;LI-SPOILER&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="web version.JPG" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/76371iD510282464FF0E9C/image-size/medium?v=v2&amp;amp;px=400" role="button" title="web version.JPG" alt="web version.JPG" /&gt;&lt;/span&gt;&lt;P&gt; &lt;/P&gt;&lt;/LI-SPOILER&gt;&lt;P&gt;Presumably there is a way to create popups in Pro that will look the same on a web map? Having to guess what it'll look like then repeatedly exporting to a web map and hoping it'll work seems a little clunky.&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Tycho&lt;/P&gt;</description>
    <pubDate>Wed, 26 Jul 2023 16:00:48 GMT</pubDate>
    <dc:creator>TychoGranville</dc:creator>
    <dc:date>2023-07-26T16:00:48Z</dc:date>
    <item>
      <title>Pro map vs web map popup display</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/pro-map-vs-web-map-popup-display/m-p/1312080#M71455</link>
      <description>&lt;P&gt;This is somewhat related to&amp;nbsp;&lt;A href="https://community.esri.com/t5/arcgis-online-questions/pop-ups-configured-in-arcgis-pro-change-when-the/m-p/1306845#M53271" target="_self"&gt;Pop-ups configured in ArcGIS Pro change when the feature service is added into a new Map Viewer?&lt;/A&gt; as well as another thread I've been fighting for months&amp;nbsp;&lt;A href="https://community.esri.com/t5/arcgis-online-questions/bolded-strings-within-arcade-if-then-else/m-p/1273737#M51173" target="_self"&gt;Bolded strings within Arcade if – then--else expression&lt;/A&gt;&lt;/P&gt;&lt;P&gt;I have an Arcade if-then-else statement written for a popup (just a text snippet below)&lt;/P&gt;&lt;LI-SPOILER&gt;&lt;P&gt;//Precinct 01&lt;BR /&gt;//01-01&lt;BR /&gt;if($feature.PRECINCT_T =='01'&amp;amp;&amp;amp;$feature.SPLIT_TXT=='01'){&lt;BR /&gt;return "01 West The Dalles"+TextFormatting.NewLine+TextFormatting.NewLine+"Federal Races"+TextFormatting.NewLine+TextFormatting.NewLine+"US Representative 2nd District"+TextFormatting.NewLine+TextFormatting.NewLine+"Statewide Partisan"+TextFormatting.NewLine+TextFormatting.NewLine+"Senate District 26"+TextFormatting.NewLine+TextFormatting.NewLine+"House District 52"+TextFormatting.NewLine+TextFormatting.NewLine+"Statewide Nonpartisan"+TextFormatting.NewLine+TextFormatting.NewLine+"Circuit Court District 07"+TextFormatting.NewLine+TextFormatting.NewLine+"District Attorney"+TextFormatting.NewLine+TextFormatting.NewLine+"Wasco County Elected Positions"+TextFormatting.NewLine+TextFormatting.NewLine+"City of The Dalles"+TextFormatting.NewLine+TextFormatting.NewLine+"Soil &amp;amp; Water Conservation District"+TextFormatting.NewLine+TextFormatting.NewLine+"N W Co PUD Subdivision #3"+TextFormatting.NewLine+TextFormatting.NewLine+"Columbia Gorge Community College"+TextFormatting.NewLine+TextFormatting.NewLine+"Columbia Gorge ESD Zone #4 - At Large"+TextFormatting.NewLine+TextFormatting.NewLine+"Columbia Gorge Education Service District Zone 2"+TextFormatting.NewLine+TextFormatting.NewLine+"N Wasco County School District #21 Zone 4"+TextFormatting.NewLine+TextFormatting.NewLine+"Mid Columbia Fire and Rescue"+TextFormatting.NewLine+TextFormatting.NewLine+"Wasco County Library Service District"+TextFormatting.NewLine+TextFormatting.NewLine+"Northern Wasco County Parks &amp;amp; Recreation"+TextFormatting.NewLine+TextFormatting.NewLine+"Port of The Dalles"+TextFormatting.NewLine+TextFormatting.NewLine+"Northern Oregon Corrections"+TextFormatting.NewLine+TextFormatting.NewLine+"Wasco County 4-H and Extension Service District"&lt;BR /&gt;}&lt;BR /&gt;//01.02&lt;BR /&gt;else if ($feature.PRECINCT_T =='01'&amp;amp;&amp;amp;$feature.SPLIT_TXT=='02') {&lt;BR /&gt;return "01 West The Dalles"+TextFormatting.NewLine+TextFormatting.NewLine+ "Federal Races"+TextFormatting.NewLine+TextFormatting.NewLine+"US Representative 2nd District"+TextFormatting.NewLine+TextFormatting.NewLine+"Statewide Partisan"+TextFormatting.NewLine+TextFormatting.NewLine+"Senate District 26"+TextFormatting.NewLine+TextFormatting.NewLine+"House District 52"+TextFormatting.NewLine+TextFormatting.NewLine+"Statewide Nonpartisan"+TextFormatting.NewLine+TextFormatting.NewLine+"Circuit Court District 07"+TextFormatting.NewLine+TextFormatting.NewLine+"District Attorney"+TextFormatting.NewLine+TextFormatting.NewLine+"Wasco County Elected Positions"+TextFormatting.NewLine+TextFormatting.NewLine+"City of The Dalles"+TextFormatting.NewLine+TextFormatting.NewLine+"Soil &amp;amp; Water Conservation District"+TextFormatting.NewLine+TextFormatting.NewLine+"Chenowith Water PUD Subdivision #4"+TextFormatting.NewLine+TextFormatting.NewLine+"N W Co PUD Subdivision #3"+TextFormatting.NewLine+TextFormatting.NewLine+"Columbia Gorge Community College"+TextFormatting.NewLine+TextFormatting.NewLine+"Columbia Gorge ESD Zone #4 - At Large"+TextFormatting.NewLine+TextFormatting.NewLine+"Columbia Gorge Education Service District Zone 2"+TextFormatting.NewLine+TextFormatting.NewLine+"N Wasco County School District #21 Zone 3"+TextFormatting.NewLine+TextFormatting.NewLine+"Mid Columbia Fire and Rescue"+TextFormatting.NewLine+TextFormatting.NewLine+"Wasco County Library Service District"+TextFormatting.NewLine+TextFormatting.NewLine+"Northern Wasco County Parks &amp;amp; Recreation"+TextFormatting.NewLine+TextFormatting.NewLine+"Port of The Dalles"+TextFormatting.NewLine+TextFormatting.NewLine+"Northern Oregon Corrections"+TextFormatting.NewLine+TextFormatting.NewLine+"Wasco County 4-H and Extension Service District"&lt;BR /&gt;}&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;/LI-SPOILER&gt;&lt;P&gt;Which does this in Pro (ignore the bolding, I know that part won't work in the web map)&lt;/P&gt;&lt;LI-SPOILER&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="proversion.JPG" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/76370i2194B7CFC411ED13/image-size/medium?v=v2&amp;amp;px=400" role="button" title="proversion.JPG" alt="proversion.JPG" /&gt;&lt;/span&gt;&lt;P&gt; &lt;/P&gt;&lt;/LI-SPOILER&gt;&lt;P&gt;And this when it is exported as either a web map or service (again, ignore the bolding, I know that won't work)&lt;/P&gt;&lt;LI-SPOILER&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="web version.JPG" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/76371iD510282464FF0E9C/image-size/medium?v=v2&amp;amp;px=400" role="button" title="web version.JPG" alt="web version.JPG" /&gt;&lt;/span&gt;&lt;P&gt; &lt;/P&gt;&lt;/LI-SPOILER&gt;&lt;P&gt;Presumably there is a way to create popups in Pro that will look the same on a web map? Having to guess what it'll look like then repeatedly exporting to a web map and hoping it'll work seems a little clunky.&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Tycho&lt;/P&gt;</description>
      <pubDate>Wed, 26 Jul 2023 16:00:48 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/pro-map-vs-web-map-popup-display/m-p/1312080#M71455</guid>
      <dc:creator>TychoGranville</dc:creator>
      <dc:date>2023-07-26T16:00:48Z</dc:date>
    </item>
  </channel>
</rss>

