<?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: Add Space Between Combined Fields in Field Calculator in ArcGIS Online Questions</title>
    <link>https://community.esri.com/t5/arcgis-online-questions/add-space-between-combined-fields-in-field/m-p/1240428#M49326</link>
    <description>&lt;P&gt;THIS WORKED &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
    <pubDate>Tue, 13 Dec 2022 00:25:29 GMT</pubDate>
    <dc:creator>AlexanderSymonds</dc:creator>
    <dc:date>2022-12-13T00:25:29Z</dc:date>
    <item>
      <title>Add Space Between Combined Fields in Field Calculator</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/add-space-between-combined-fields-in-field/m-p/47025#M2258</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In the ArcGIS Online field calculator I am trying to combine a few other fields into one (address field) and cannot figure out &lt;STRONG&gt;how to put a space between the fields&lt;/STRONG&gt;. I am sure it is something simple, but I am unable to find the answer elsewhere. Please help! I've tried everything I can think of.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you!!!&amp;nbsp;&lt;A href="https://community.esri.com/migrated-users/175497"&gt;AGOL Admin&lt;/A&gt;&amp;nbsp;fieldcalculator&amp;nbsp;&lt;A href="https://community.esri.com/t5/tag/arcgisonline/tg-p"&gt;#arcgisonline&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 May 2018 14:30:11 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/add-space-between-combined-fields-in-field/m-p/47025#M2258</guid>
      <dc:creator>JRAdams</dc:creator>
      <dc:date>2018-05-07T14:30:11Z</dc:date>
    </item>
    <item>
      <title>Re: Add Space Between Combined Fields in Field Calculator</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/add-space-between-combined-fields-in-field/m-p/47026#M2259</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I haven't used the AGOL field calculator, but can you include a space in quotes in the calculation?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;{field1} + " " + {field2}&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 May 2018 14:55:56 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/add-space-between-combined-fields-in-field/m-p/47026#M2259</guid>
      <dc:creator>JimmyKroon</dc:creator>
      <dc:date>2018-05-07T14:55:56Z</dc:date>
    </item>
    <item>
      <title>Re: Add Space Between Combined Fields in Field Calculator</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/add-space-between-combined-fields-in-field/m-p/47027#M2260</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Do you need to perform this with field calculator and store this within a field, or would creating an expression using Arcade get you up and running?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://developers.arcgis.com/arcade/function-reference/text_functions/" title="https://developers.arcgis.com/arcade/function-reference/text_functions/"&gt;Text Functions | ArcGIS for Developers&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://www.esri.com/arcgis-blog/products/arcgis-online/mapping/use-arcade-expressions-to-map-your-ideas/" title="https://www.esri.com/arcgis-blog/products/arcgis-online/mapping/use-arcade-expressions-to-map-your-ideas/"&gt;Use Arcade Expressions to Map Your Ideas&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://www.esri.com/arcgis-blog/products/js-api-arcgis/uncategorized/using-arcade-expressions-in-web-apps/" title="https://www.esri.com/arcgis-blog/products/js-api-arcgis/uncategorized/using-arcade-expressions-in-web-apps/"&gt;https://www.esri.com/arcgis-blog/products/js-api-arcgis/uncategorized/using-arcade-expressions-in-web-apps/&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Kelly&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 May 2018 16:09:03 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/add-space-between-combined-fields-in-field/m-p/47027#M2260</guid>
      <dc:creator>KellyGerrow</dc:creator>
      <dc:date>2018-05-07T16:09:03Z</dc:date>
    </item>
    <item>
      <title>Re: Add Space Between Combined Fields in Field Calculator</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/add-space-between-combined-fields-in-field/m-p/47028#M2261</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I've been trying to figure this one out with a concatenate but no luck:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CONCAT([Field1,Field2,Field3],' ')&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Throws an error of 'Unsafe sql expression is not allowed'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is from the online help as an example:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="" style="color: #1c00cf; background-color: #f8f8f8;"&gt;&lt;SPAN class="" style="color: #5c2699;"&gt;Concatenate&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN class="" style="color: #5c2699; background-color: #f8f8f8;"&gt;([&lt;SPAN class="" style="color: #c41a16;"&gt;&lt;SPAN class="" style="color: #c41a16;"&gt;'red'&lt;/SPAN&gt;&lt;/SPAN&gt;, &lt;SPAN class="" style="color: #c41a16;"&gt;&lt;SPAN class="" style="color: #c41a16;"&gt;'blue'&lt;/SPAN&gt;&lt;/SPAN&gt;, &lt;SPAN class="" style="color: #c41a16;"&gt;&lt;SPAN class="" style="color: #c41a16;"&gt;'green'&lt;/SPAN&gt;&lt;/SPAN&gt;], &lt;SPAN class="" style="color: #c41a16;"&gt;&lt;SPAN class="" style="color: #c41a16;"&gt;'/'&lt;/SPAN&gt;&lt;/SPAN&gt;)&amp;nbsp;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="" style="color: #5c2699; background-color: #f8f8f8;"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #f8f8f8; color: #3d3d3d;"&gt;Which is what I used to fashion my expression,&amp;nbsp;but it fails with the same error.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #f8f8f8; color: #3d3d3d;"&gt;Seems like adding a white space shouldn't need to be so difficult....&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 May 2018 17:30:40 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/add-space-between-combined-fields-in-field/m-p/47028#M2261</guid>
      <dc:creator>JoeBorgione</dc:creator>
      <dc:date>2018-05-07T17:30:40Z</dc:date>
    </item>
    <item>
      <title>Re: Add Space Between Combined Fields in Field Calculator</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/add-space-between-combined-fields-in-field/m-p/47029#M2262</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Joe,&amp;nbsp;&lt;/P&gt;&lt;P&gt;Ensure that your fields are referring to features in your to your feature data and that you use the full Concatenate when referring to the function.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check out the quick example in this web map:&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://www.arcgis.com/home/webmap/viewer.html?webmap=1267db066ab144e086f84801f5022ef6" title="https://www.arcgis.com/home/webmap/viewer.html?webmap=1267db066ab144e086f84801f5022ef6"&gt;https://www.arcgis.com/home/webmap/viewer.html?webmap=1267db066ab144e086f84801f5022ef6&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The All Dogs field was calculated using the following expression:&lt;/P&gt;&lt;P&gt;Concatenate([$feature.dog1,$feature.dog2,$feature.dog3], ' ')&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Kelly&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 May 2018 17:58:12 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/add-space-between-combined-fields-in-field/m-p/47029#M2262</guid>
      <dc:creator>KellyGerrow</dc:creator>
      <dc:date>2018-05-07T17:58:12Z</dc:date>
    </item>
    <item>
      <title>Re: Add Space Between Combined Fields in Field Calculator</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/add-space-between-combined-fields-in-field/m-p/47030#M2263</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Rats- doesn't work for me.&amp;nbsp; Sill getting the Unsafe sql expression not allowed....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Concatenate([$feature.STREAM,$feature.SITEID],' ')&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Just two fields with CONCAT seems okay:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CONCAT(STREAM,SITEID)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I must be missing something here.....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 May 2018 18:16:56 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/add-space-between-combined-fields-in-field/m-p/47030#M2263</guid>
      <dc:creator>JoeBorgione</dc:creator>
      <dc:date>2018-05-07T18:16:56Z</dc:date>
    </item>
    <item>
      <title>Re: Add Space Between Combined Fields in Field Calculator</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/add-space-between-combined-fields-in-field/m-p/47031#M2264</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Are you creating an expression or calculating a field?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you send me a link to your web map? Feel free to invite me to a group if you don't want to share the map publicly, Karate_KElly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Kelly&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 May 2018 18:19:59 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/add-space-between-combined-fields-in-field/m-p/47031#M2264</guid>
      <dc:creator>KellyGerrow</dc:creator>
      <dc:date>2018-05-07T18:19:59Z</dc:date>
    </item>
    <item>
      <title>Re: Add Space Between Combined Fields in Field Calculator</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/add-space-between-combined-fields-in-field/m-p/47032#M2265</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Pretty sure Kelly's suggestion is an Arcade expression not a field calculator expression. The ArcGIS help has a nesting example to concatenate three strings.&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;EM&gt;CONCAT('A', CONCAT(':', 'B'))&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;—result is 'A:B'&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Pretty cumbersome for a lot of fields. An Arcade expression&amp;nbsp;would be much better.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can also concatenate multiple fields in field calculator using +, but for me it works fine with only fields, or only strings, but not trying to concatenate fields and strings together. Weird.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 May 2018 18:21:21 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/add-space-between-combined-fields-in-field/m-p/47032#M2265</guid>
      <dc:creator>JimmyKroon</dc:creator>
      <dc:date>2018-05-07T18:21:21Z</dc:date>
    </item>
    <item>
      <title>Re: Add Space Between Combined Fields in Field Calculator</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/add-space-between-combined-fields-in-field/m-p/47033#M2266</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm just calculating a new field, following what the OP asked about.&amp;nbsp; I work&amp;nbsp; with addresses often so it sounded like something I'll be faced with sooner or later.&amp;nbsp; Invitation sent....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 May 2018 18:27:18 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/add-space-between-combined-fields-in-field/m-p/47033#M2266</guid>
      <dc:creator>JoeBorgione</dc:creator>
      <dc:date>2018-05-07T18:27:18Z</dc:date>
    </item>
    <item>
      <title>Re: Add Space Between Combined Fields in Field Calculator</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/add-space-between-combined-fields-in-field/m-p/47034#M2267</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Jimmy, I tried the nested approach and it got real ugly after two fields. I tried the + operator as well but that heads south too...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 May 2018 18:29:57 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/add-space-between-combined-fields-in-field/m-p/47034#M2267</guid>
      <dc:creator>JoeBorgione</dc:creator>
      <dc:date>2018-05-07T18:29:57Z</dc:date>
    </item>
    <item>
      <title>Re: Add Space Between Combined Fields in Field Calculator</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/add-space-between-combined-fields-in-field/m-p/47035#M2268</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Another reference, another fail:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="http://enterprise.arcgis.com/en/server/latest/get-started/windows/geoanalytics-calulate-field-expression.htm" title="http://enterprise.arcgis.com/en/server/latest/get-started/windows/geoanalytics-calulate-field-expression.htm"&gt;Use Arcade expressions with Calculate Field—Documentation | ArcGIS Enterprise&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;provides&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #4c4c4c; background-color: #ffffff; font-weight: 300;"&gt;Concatenate ([$features["fieldname"], "is", "great!"], ' ')&amp;nbsp;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #4c4c4c; background-color: #ffffff; font-weight: 300;"&gt;where&amp;nbsp;&lt;SPAN class="" style="font-size: 14.875px;"&gt;fieldname&lt;/SPAN&gt;&lt;SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;contains a value of&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN class="" style="font-size: 14.875px;"&gt;GeoAnalytics&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #4c4c4c; background-color: #ffffff; font-weight: 300;"&gt;and allegedly produces:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #4c4c4c; background-color: #ffffff; font-weight: 300;"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #4c4c4c; background-color: #ffffff; font-weight: 300;"&gt;&lt;SPAN&gt;GeoAnalytics is great!&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #4c4c4c; background-color: #ffffff; font-weight: 300;"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #4c4c4c; background-color: #ffffff; font-weight: 300;"&gt;&lt;SPAN&gt;I run:&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #4c4c4c; background-color: #ffffff; font-weight: 300;"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #4c4c4c; background-color: #ffffff; font-weight: 300;"&gt;&lt;SPAN&gt;Concatenate([$features["STREAM"],"is","great"],' ')&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #4c4c4c; background-color: #ffffff; font-weight: 300;"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #4c4c4c; background-color: #ffffff; font-weight: 300;"&gt;&lt;SPAN&gt;and it balks with Unsafe sql expression not allowed.....&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 May 2018 19:21:42 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/add-space-between-combined-fields-in-field/m-p/47035#M2268</guid>
      <dc:creator>JoeBorgione</dc:creator>
      <dc:date>2018-05-07T19:21:42Z</dc:date>
    </item>
    <item>
      <title>Re: Add Space Between Combined Fields in Field Calculator</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/add-space-between-combined-fields-in-field/m-p/47036#M2269</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Nope, that one doesn't work in AGOL. Thanks though!&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 May 2018 21:28:03 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/add-space-between-combined-fields-in-field/m-p/47036#M2269</guid>
      <dc:creator>JRAdams</dc:creator>
      <dc:date>2018-05-07T21:28:03Z</dc:date>
    </item>
    <item>
      <title>Re: Add Space Between Combined Fields in Field Calculator</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/add-space-between-combined-fields-in-field/m-p/47037#M2270</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I was trying to run as a field calc. Doesn't the Arcade only work on labeling or pop-ups (maybe symbology too?)&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 May 2018 21:30:05 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/add-space-between-combined-fields-in-field/m-p/47037#M2270</guid>
      <dc:creator>JRAdams</dc:creator>
      <dc:date>2018-05-07T21:30:05Z</dc:date>
    </item>
    <item>
      <title>Re: Add Space Between Combined Fields in Field Calculator</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/add-space-between-combined-fields-in-field/m-p/47038#M2271</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I was able to use Arcade on my test hosted feature with ArcGIS Pro. (Seems kind of lame that you can't do it right there in the&amp;nbsp; AGOL calculator....)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;$feature.STREAM+' '+$feature.STREAM+' '+$feature.STREAM&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;returned the value of&amp;nbsp;the STREAM field with a space between each one....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My guess is you can do the same thing with address components like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;$feature.HouseNumber+' '+$feature.StreetName+' '+$feature.City+' '+$feature.Zip&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;(whatever your field names are....)&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 May 2018 21:42:45 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/add-space-between-combined-fields-in-field/m-p/47038#M2271</guid>
      <dc:creator>JoeBorgione</dc:creator>
      <dc:date>2018-05-07T21:42:45Z</dc:date>
    </item>
    <item>
      <title>Re: Add Space Between Combined Fields in Field Calculator</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/add-space-between-combined-fields-in-field/m-p/47039#M2272</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Two methods of concatenating 3 variables with a space in this post. I'm going to summarize both methods so the solution is clear. For this example feel free to use the layer mentioned below. I have left it editable, so that you can test out the differences of the two methods . Using Arcade is the most straight forward and flexible depending on how you plan to use the created field.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Example Web Map and layer&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://www.arcgis.com/home/webmap/viewer.html?webmap=1267db066ab144e086f84801f5022ef6" title="https://www.arcgis.com/home/webmap/viewer.html?webmap=1267db066ab144e086f84801f5022ef6"&gt;https://www.arcgis.com/home/webmap/viewer.html?webmap=1267db066ab144e086f84801f5022ef6&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Create an Arcade expression for displaying in pop ups (or labels or symbology).&lt;/STRONG&gt; Arcade can be used to display formatted data as a new field in pop ups or for symbology. If you are using Arcade, any updates to existing data will be displayed in the expression as the expression is created at the time of the pop up to display up to date values.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Steps:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;1. Add layer to Web Map:&amp;nbsp;&lt;A class="link-titled" href="https://www.arcgis.com/home/item.html?id=7810a6a9ccd0406fb3b7ce7f10aac818" title="https://www.arcgis.com/home/item.html?id=7810a6a9ccd0406fb3b7ce7f10aac818"&gt;https://www.arcgis.com/home/item.html?id=7810a6a9ccd0406fb3b7ce7f10aac818&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;2. Configure Pop Up &amp;gt; Add Attribute Expression&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;3. Add Expression:&amp;nbsp;Concatenate([$feature.dog1,$feature.dog2,$feature.dog3], ' ')&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;4. Ensure the created expression is checked to display in pop up (all dogs in this example)&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Note: If you want to use this expression as a label or for symbolization, Click New Expression and then select the existing expression to use in web map&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;C&lt;/STRONG&gt;&lt;STRONG&gt;alculate a field value in a table.&lt;/STRONG&gt;&lt;EM&gt;&lt;STRONG&gt;&amp;nbsp;&lt;/STRONG&gt;&lt;/EM&gt;You can calculate a concatenated field using the calculate field to. This is great for one time changes to data sets. The data will be updated at the time of the calculation and then may need to be updated manually or by calculation if the contributing fields were to change.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Steps:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/STRONG&gt;1. Display data table in Map Viewer or on Data tab of item details page.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;2. Add a field to the table (Calculated Field)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;3. Ensure the Field is displaying in the table and select calculate&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;4. Enter the following calculation:&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;nbsp;CONCAT(dog1,CONCAT(' ', CONCAT(dog2,CONCAT(' ',dog3 ))))&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp;5. Verify that the calculated field displays correctly.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 May 2018 21:57:58 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/add-space-between-combined-fields-in-field/m-p/47039#M2272</guid>
      <dc:creator>KellyGerrow</dc:creator>
      <dc:date>2018-05-07T21:57:58Z</dc:date>
    </item>
    <item>
      <title>Re: Add Space Between Combined Fields in Field Calculator</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/add-space-between-combined-fields-in-field/m-p/47040#M2273</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I got that to work in the data tab view.&amp;nbsp; But, I can't seem to apply a calculation to a selected field in AGOL. Everytime I use the calculator it is applied to all fields, not just the selected one....&lt;/P&gt;&lt;P&gt;&lt;IMG class="image-1 jive-image" src="https://community.esri.com/legacyfs/online/405909_pastedImage_1.png" /&gt;(first row selected, right?&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="image-2 jive-image" height="449" src="https://community.esri.com/legacyfs/online/405910_pastedImage_2.png" width="457" /&gt;&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;results with all fields now valued with 'joe'&lt;/P&gt;&lt;P&gt;&lt;IMG class="image-3 jive-image" src="https://community.esri.com/legacyfs/online/405956_pastedImage_3.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 May 2018 22:28:37 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/add-space-between-combined-fields-in-field/m-p/47040#M2273</guid>
      <dc:creator>JoeBorgione</dc:creator>
      <dc:date>2018-05-07T22:28:37Z</dc:date>
    </item>
    <item>
      <title>Re: Add Space Between Combined Fields in Field Calculator</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/add-space-between-combined-fields-in-field/m-p/47041#M2274</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey Joe,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If using the calculate option in ArcGIS Online, you need to apply a specific filter in order to only calculate specific fields. Can you log an idea about calculating fields based on table selection on &lt;A href="https://community.esri.com/space/2167"&gt;ArcGIS Ideas&lt;/A&gt;‌. I think this would be helpful to others also:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://doc.arcgis.com/en/arcgis-online/create-maps/work-with-fields.htm#ESRI_SECTION1_28F344E2E80C410A98D443FF301DF989" title="https://doc.arcgis.com/en/arcgis-online/create-maps/work-with-fields.htm#ESRI_SECTION1_28F344E2E80C410A98D443FF301DF989"&gt;Work with fields—ArcGIS Online Help | ArcGIS&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Kelly&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 May 2018 15:20:54 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/add-space-between-combined-fields-in-field/m-p/47041#M2274</guid>
      <dc:creator>KellyGerrow</dc:creator>
      <dc:date>2018-05-10T15:20:54Z</dc:date>
    </item>
    <item>
      <title>Re: Add Space Between Combined Fields in Field Calculator</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/add-space-between-combined-fields-in-field/m-p/47042#M2275</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Vote early and vote often!&amp;nbsp;&amp;nbsp;&lt;A href="https://community.esri.com/ideas/14979" target="_blank"&gt;https://community.esri.com/ideas/14979&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.esri.com/migrated-users/3063" target="_blank"&gt;Kelly Gerrow&lt;/A&gt;‌&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Jun 2021 08:17:40 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/add-space-between-combined-fields-in-field/m-p/47042#M2275</guid>
      <dc:creator>JoeBorgione</dc:creator>
      <dc:date>2021-06-22T08:17:40Z</dc:date>
    </item>
    <item>
      <title>Re: Add Space Between Combined Fields in Field Calculator</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/add-space-between-combined-fields-in-field/m-p/47043#M2276</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is field calculation in AGOL restricted to Arcade?&lt;/P&gt;&lt;P&gt;Then is the best suggestion is to do the 'work' of field concatenation in ArcGIS PRO or ArcMap?&amp;nbsp; (where you have options, like superior Python &lt;IMG src="https://community.esri.com/legacyfs/online/emoticons/wink.png" /&gt;)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 May 2018 18:40:58 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/add-space-between-combined-fields-in-field/m-p/47043#M2276</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2018-05-10T18:40:58Z</dc:date>
    </item>
    <item>
      <title>Re: Add Space Between Combined Fields in Field Calculator</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/add-space-between-combined-fields-in-field/m-p/47044#M2277</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dan- if a a feature service is hosted on AGOL, you are limited to playing by the AGOL rules. I've done python calculations (my preference; your influence) in ArcGIS Pro on feature services hosted on our own portal....&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.esri.com/migrated-users/3116"&gt;Dan Patterson&lt;/A&gt;‌&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 May 2018 20:23:51 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/add-space-between-combined-fields-in-field/m-p/47044#M2277</guid>
      <dc:creator>JoeBorgione</dc:creator>
      <dc:date>2018-05-10T20:23:51Z</dc:date>
    </item>
  </channel>
</rss>

