<?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: AGOL popup displays 'no info avail' when using arcade expression in ArcGIS Online Questions</title>
    <link>https://community.esri.com/t5/arcgis-online-questions/agol-popup-displays-no-info-avail-when-using/m-p/1032954#M38790</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/414177"&gt;@aroininen&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;In your example, you are returning a featureset that will display the test as you can see, but it will not show in the pop-up. You need to loop through the resulting features and form a text that can be displayed in the pop-up.&lt;/P&gt;&lt;P&gt;Please have a look at this post where you will find and example of how to do this:&amp;nbsp;&lt;A href="https://community.esri.com/t5/comunidad-esri-colombia-ecuador/incluir-reportes-estad%C3%ADsticas-en-las-ventanas-emergentes-con/ta-p/915653" target="_blank"&gt;https://community.esri.com/t5/comunidad-esri-colombia-ecuador/incluir-reportes-estad%C3%ADsticas-en-las-ventanas-emergentes-con/ta-p/915653&lt;/A&gt;&amp;nbsp;(the post is in Spanish but&amp;nbsp; it contains some code blocks that show the way to process the information) or have a look at this blog post by Paul Barker:&amp;nbsp;&lt;A href="https://www.esri.com/arcgis-blog/products/arcgis-online/mapping/whats-new-in-arcade/" target="_blank"&gt;https://www.esri.com/arcgis-blog/products/arcgis-online/mapping/whats-new-in-arcade/&lt;/A&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 04 Mar 2021 17:15:20 GMT</pubDate>
    <dc:creator>XanderBakker</dc:creator>
    <dc:date>2021-03-04T17:15:20Z</dc:date>
    <item>
      <title>AGOL popup displays 'no info avail' when using arcade expression</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/agol-popup-displays-no-info-avail-when-using/m-p/1032945#M38789</link>
      <description>&lt;P&gt;Hello again folks&lt;/P&gt;&lt;P&gt;I created a Groupby expression in arcade that shows the results I want and it works when I test&lt;/P&gt;&lt;P&gt;GroupBy($layer, ['PRStatus'], [ { name: 'Total', expression: 'PRStatus', statistic: 'count' } ])&lt;/P&gt;&lt;P&gt;When I add this expression to the popup I get a "No Information available" result, other fields are not displayed either&lt;/P&gt;&lt;P&gt;I would like to display the summery of&amp;nbsp; the PR status field for the whole dataset (not the ROWID if possible)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks again for your time&lt;/P&gt;&lt;P&gt;Aaron&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;results from TEST:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="aroininen_0-1614876999033.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/7509i4CFCD674856DFDF9/image-size/medium?v=v2&amp;amp;px=400" role="button" title="aroininen_0-1614876999033.png" alt="aroininen_0-1614876999033.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;when I add this expression to the popup I get this result, other fields are not displayed either&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="aroininen_1-1614877246785.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/7510iD49CE1DEA2122F25/image-size/medium?v=v2&amp;amp;px=400" role="button" title="aroininen_1-1614877246785.png" alt="aroininen_1-1614877246785.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;popup&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="aroininen_2-1614877272719.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/7511iA51F6197D5F3712A/image-size/medium?v=v2&amp;amp;px=400" role="button" title="aroininen_2-1614877272719.png" alt="aroininen_2-1614877272719.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 04 Mar 2021 17:06:00 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/agol-popup-displays-no-info-avail-when-using/m-p/1032945#M38789</guid>
      <dc:creator>aroininen</dc:creator>
      <dc:date>2021-03-04T17:06:00Z</dc:date>
    </item>
    <item>
      <title>Re: AGOL popup displays 'no info avail' when using arcade expression</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/agol-popup-displays-no-info-avail-when-using/m-p/1032954#M38790</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/414177"&gt;@aroininen&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;In your example, you are returning a featureset that will display the test as you can see, but it will not show in the pop-up. You need to loop through the resulting features and form a text that can be displayed in the pop-up.&lt;/P&gt;&lt;P&gt;Please have a look at this post where you will find and example of how to do this:&amp;nbsp;&lt;A href="https://community.esri.com/t5/comunidad-esri-colombia-ecuador/incluir-reportes-estad%C3%ADsticas-en-las-ventanas-emergentes-con/ta-p/915653" target="_blank"&gt;https://community.esri.com/t5/comunidad-esri-colombia-ecuador/incluir-reportes-estad%C3%ADsticas-en-las-ventanas-emergentes-con/ta-p/915653&lt;/A&gt;&amp;nbsp;(the post is in Spanish but&amp;nbsp; it contains some code blocks that show the way to process the information) or have a look at this blog post by Paul Barker:&amp;nbsp;&lt;A href="https://www.esri.com/arcgis-blog/products/arcgis-online/mapping/whats-new-in-arcade/" target="_blank"&gt;https://www.esri.com/arcgis-blog/products/arcgis-online/mapping/whats-new-in-arcade/&lt;/A&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 04 Mar 2021 17:15:20 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/agol-popup-displays-no-info-avail-when-using/m-p/1032954#M38790</guid>
      <dc:creator>XanderBakker</dc:creator>
      <dc:date>2021-03-04T17:15:20Z</dc:date>
    </item>
    <item>
      <title>Re: AGOL popup displays 'no info avail' when using arcade expression</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/agol-popup-displays-no-info-avail-when-using/m-p/1033367#M38803</link>
      <description>&lt;P&gt;Thank so much this helped!!&lt;/P&gt;</description>
      <pubDate>Fri, 05 Mar 2021 14:34:24 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/agol-popup-displays-no-info-avail-when-using/m-p/1033367#M38803</guid>
      <dc:creator>aroininen</dc:creator>
      <dc:date>2021-03-05T14:34:24Z</dc:date>
    </item>
    <item>
      <title>Re: AGOL popup displays 'no info avail' when using arcade expression</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/agol-popup-displays-no-info-avail-when-using/m-p/1296601#M52653</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/1108"&gt;@XanderBakker&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;Could you please expand a bit on this with quick and dirty example?&lt;/P&gt;&lt;P&gt;I could manage to output values with this code:&lt;/P&gt;&lt;P&gt;&lt;EM&gt;var woNumber = $feature["wonumber"]&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;var woStagesSet = FeatureSetByName($map,"DdditionalDataset", ['wo', 't_code', 't_name'], false)&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;var filteredEQNumberSet = Filter(woStagesSet, 'wo = @woNumber')&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;var textForPopup = ''&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;for (var k in filteredEQNumberSet){&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;textForPopup += k.wo + k.t_code + k.t_name + TextFormatting.NewLine &lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;}&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;return textForPopup&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;But the output looks not formatted and with no spaces. Ideally I would like to get the output as a table.&lt;/P&gt;&lt;P&gt;Could you please advise how to do this?&lt;/P&gt;&lt;P&gt;Thank you!&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;</description>
      <pubDate>Wed, 07 Jun 2023 11:33:46 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/agol-popup-displays-no-info-avail-when-using/m-p/1296601#M52653</guid>
      <dc:creator>Sergio</dc:creator>
      <dc:date>2023-06-07T11:33:46Z</dc:date>
    </item>
  </channel>
</rss>

