<?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 Get 3 attributes into 1attribute column in final data model in ArcGIS Survey123 Questions</title>
    <link>https://community.esri.com/t5/arcgis-survey123-questions/get-3-attributes-into-1attribute-column-in-final/m-p/1294213#M49578</link>
    <description>&lt;P&gt;I have three attribute fields and I am trying to populate them into one field in the final data model. The goal is to clean up the export table from 3 columns to one when I am collecting the same information for all three entries. However, they are being captured differently in the survey. One is an integer value input and the other 2 are calculated fields.&lt;/P&gt;&lt;P&gt;I'd like to get :&amp;nbsp;target_value_numeric,&amp;nbsp;calculated_target_value,&amp;nbsp;calculated_unemployed_target_value to one field say final_target_value&lt;/P&gt;&lt;P&gt;What is the best process to do so?&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="dwold_0-1685474095338.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/71959i6721852998A6D0BC/image-size/medium?v=v2&amp;amp;px=400" role="button" title="dwold_0-1685474095338.png" alt="dwold_0-1685474095338.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/16421"&gt;@DougBrowning&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/251557"&gt;@ZacharySutherby&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/165412"&gt;@BarbaraWebster1&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/363906"&gt;@jcarlson&lt;/a&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 30 May 2023 19:18:24 GMT</pubDate>
    <dc:creator>dwold</dc:creator>
    <dc:date>2023-05-30T19:18:24Z</dc:date>
    <item>
      <title>Get 3 attributes into 1attribute column in final data model</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/get-3-attributes-into-1attribute-column-in-final/m-p/1294213#M49578</link>
      <description>&lt;P&gt;I have three attribute fields and I am trying to populate them into one field in the final data model. The goal is to clean up the export table from 3 columns to one when I am collecting the same information for all three entries. However, they are being captured differently in the survey. One is an integer value input and the other 2 are calculated fields.&lt;/P&gt;&lt;P&gt;I'd like to get :&amp;nbsp;target_value_numeric,&amp;nbsp;calculated_target_value,&amp;nbsp;calculated_unemployed_target_value to one field say final_target_value&lt;/P&gt;&lt;P&gt;What is the best process to do so?&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="dwold_0-1685474095338.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/71959i6721852998A6D0BC/image-size/medium?v=v2&amp;amp;px=400" role="button" title="dwold_0-1685474095338.png" alt="dwold_0-1685474095338.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/16421"&gt;@DougBrowning&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/251557"&gt;@ZacharySutherby&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/165412"&gt;@BarbaraWebster1&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/363906"&gt;@jcarlson&lt;/a&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 30 May 2023 19:18:24 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/get-3-attributes-into-1attribute-column-in-final/m-p/1294213#M49578</guid>
      <dc:creator>dwold</dc:creator>
      <dc:date>2023-05-30T19:18:24Z</dc:date>
    </item>
    <item>
      <title>Re: Get 3 attributes into 1attribute column in final data model</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/get-3-attributes-into-1attribute-column-in-final/m-p/1294545#M49604</link>
      <description>&lt;P&gt;A few things that may help:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;You can use the concat() function to concatenate multiple strings/numbers together. For example:&lt;/LI&gt;&lt;/UL&gt;&lt;P class="lia-align-center"&gt;&lt;STRONG&gt;concat(${textQuestion}, " ", ${calculateQuestion}, " ", ${integerQuestion})&lt;/STRONG&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Note question types do not need a value in the &lt;EM&gt;name&lt;/EM&gt; column. Keep the &lt;EM&gt;name&lt;/EM&gt; empty in your note question and you will save a field in the feature layer. If you have published the survey already, the field will remain, but you can delete the field.&amp;nbsp;&amp;nbsp;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="IsmaelChivite_0-1685547534044.png" style="width: 999px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/72043i122334C4643B5570/image-size/large?v=v2&amp;amp;px=999" role="button" title="IsmaelChivite_0-1685547534044.png" alt="IsmaelChivite_0-1685547534044.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;If you set the value of &lt;EM&gt;bind::esriFieldType&lt;/EM&gt; to &lt;EM&gt;null&lt;/EM&gt;, your question will not have a corresponding field in the feature layer when you publish the survey.&amp;nbsp; Again, if you have published your survey already, it is too late to set this value, but you could remove the field from your layer.&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="IsmaelChivite_1-1685547716250.png" style="width: 999px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/72045i8B1091763FD594A3/image-size/large?v=v2&amp;amp;px=999" role="button" title="IsmaelChivite_1-1685547716250.png" alt="IsmaelChivite_1-1685547716250.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;The &lt;EM&gt;coalesce()&lt;/EM&gt; function may be useful too. It takes two values and returns the first one that is not empty.&lt;/LI&gt;&lt;/UL&gt;&lt;P class="lia-align-center"&gt;&lt;STRONG&gt;coalesce(${question1},${question2})&lt;/STRONG&gt;&lt;/P&gt;&lt;P class="lia-align-center"&gt;&lt;STRONG&gt;coalesce(${question1},coalesce($question2},${question3}))&lt;/STRONG&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 31 May 2023 15:45:29 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/get-3-attributes-into-1attribute-column-in-final/m-p/1294545#M49604</guid>
      <dc:creator>IsmaelChivite</dc:creator>
      <dc:date>2023-05-31T15:45:29Z</dc:date>
    </item>
    <item>
      <title>Re: Get 3 attributes into 1attribute column in final data model</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/get-3-attributes-into-1attribute-column-in-final/m-p/1294939#M49626</link>
      <description>&lt;P&gt;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/2929"&gt;@IsmaelChivite&lt;/a&gt;&amp;nbsp;the coalesce function worked perfectly! Thank you for the tip, I greatly appreciate it!&lt;/P&gt;</description>
      <pubDate>Thu, 01 Jun 2023 13:24:03 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/get-3-attributes-into-1attribute-column-in-final/m-p/1294939#M49626</guid>
      <dc:creator>dwold</dc:creator>
      <dc:date>2023-06-01T13:24:03Z</dc:date>
    </item>
  </channel>
</rss>

