<?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: how can I make label using arcade that has multiple values in ArcGIS Online Questions</title>
    <link>https://community.esri.com/t5/arcgis-online-questions/how-can-i-make-label-using-arcade-that-has/m-p/520813#M26252</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That looks like it did the trick! Thank you so much. Im learning Arcade on the fly so this was stumping me.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 21 Aug 2019 22:07:10 GMT</pubDate>
    <dc:creator>ScottShenberger</dc:creator>
    <dc:date>2019-08-21T22:07:10Z</dc:date>
    <item>
      <title>how can I make label using arcade that has multiple values</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/how-can-i-make-label-using-arcade-that-has/m-p/520811#M26250</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am trying to create an arcade expression that will pull only part of an attribute field. We track multiple document numbers in a field called DocumentNumber. Each document is separated by an !. I want to create a label from just the first document number. For example, I can have a document number field that looks like PN 123-4567!FN 1234 or FN 4567!PN 7654-123 (although document numbers vary by length depending on type) I would like to create a label based on the first value of the document number field which is where I am struggling&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Aug 2019 21:48:12 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/how-can-i-make-label-using-arcade-that-has/m-p/520811#M26250</guid>
      <dc:creator>ScottShenberger</dc:creator>
      <dc:date>2019-08-21T21:48:12Z</dc:date>
    </item>
    <item>
      <title>Re: how can I make label using arcade that has multiple values</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/how-can-i-make-label-using-arcade-that-has/m-p/520812#M26251</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&amp;nbsp;&lt;A href="https://community.esri.com/migrated-users/8347"&gt;Scott Shenberger&lt;/A&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could you try this:&lt;/P&gt;&lt;PRE class="language-javascript line-numbers"&gt;&lt;CODE&gt;&lt;SPAN class="keyword token"&gt;return&lt;/SPAN&gt; &lt;SPAN class="token function"&gt;Split&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;$feature&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;DocumentNumber&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; &lt;SPAN class="string token"&gt;'!'&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;[&lt;/SPAN&gt;&lt;SPAN class="number token"&gt;0&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;]&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;;&lt;/SPAN&gt;‍&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Aug 2019 22:03:00 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/how-can-i-make-label-using-arcade-that-has/m-p/520812#M26251</guid>
      <dc:creator>XanderBakker</dc:creator>
      <dc:date>2019-08-21T22:03:00Z</dc:date>
    </item>
    <item>
      <title>Re: how can I make label using arcade that has multiple values</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/how-can-i-make-label-using-arcade-that-has/m-p/520813#M26252</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That looks like it did the trick! Thank you so much. Im learning Arcade on the fly so this was stumping me.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Aug 2019 22:07:10 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/how-can-i-make-label-using-arcade-that-has/m-p/520813#M26252</guid>
      <dc:creator>ScottShenberger</dc:creator>
      <dc:date>2019-08-21T22:07:10Z</dc:date>
    </item>
    <item>
      <title>Re: how can I make label using arcade that has multiple values</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/how-can-i-make-label-using-arcade-that-has/m-p/520814#M26253</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm trying to&amp;nbsp;create a similar expression, although I need the expression to then sum the values from inspection types that are coded into a survey123 form. The question is a &lt;EM&gt;select_multiple &lt;/EM&gt;type, because they may complete more than one inspection type during a single survey, but then I'd like to be able to summarize the number of EACH inspection in a Dashboard (now that Arcade is supported in indicators).&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;IMG class="image-1 jive-image" height="210" src="https://community.esri.com/legacyfs/online/488975_pastedImage_1.png" width="113" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a formula in Excel that will parse the field and sum the individual values, but I would like to keep things on the ESRI platform, if possible.&lt;/P&gt;&lt;P&gt;Excel formula to find all '100' (Annual) inspection types:&lt;IMG class="image-2 jive-image" src="https://community.esri.com/legacyfs/online/488976_pastedImage_3.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm not sure how to make the jump from Split to summing the values, or if another function (GroupBy?) might better achieve what I'm wanting.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Apr 2020 19:20:42 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/how-can-i-make-label-using-arcade-that-has/m-p/520814#M26253</guid>
      <dc:creator>BenBaker1</dc:creator>
      <dc:date>2020-04-16T19:20:42Z</dc:date>
    </item>
    <item>
      <title>Re: how can I make label using arcade that has multiple values</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/how-can-i-make-label-using-arcade-that-has/m-p/520815#M26254</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;A href="https://community.esri.com/people/bbaker_mhgis"&gt;bbaker_mhgis&lt;/A&gt;&amp;nbsp;,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Although the new ArcGIS Dashboard (beta) has support for Arcade in the indicators, I am not sure if you can do a count of all values that contain a certain string.&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Apr 2020 20:21:26 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/how-can-i-make-label-using-arcade-that-has/m-p/520815#M26254</guid>
      <dc:creator>XanderBakker</dc:creator>
      <dc:date>2020-04-16T20:21:26Z</dc:date>
    </item>
  </channel>
</rss>

