<?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: Append text to preceed entries from field crew in Survey123 in ArcGIS Survey123 Questions</title>
    <link>https://community.esri.com/t5/arcgis-survey123-questions/append-text-to-preceed-entries-from-field-crew-in/m-p/816890#M14857</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sandy,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;One way to accomplish this is by designing the form using Survey123 Connect and utilizing the calculation column for a question. Take a look at the attached&amp;nbsp;XLSForm to get an idea.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The first question in the form is integer, so, the user would enter the numeric value as you desire '1234'.&amp;nbsp; The second question is a text type as the result will need to be stored as a alphanumeric string.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have placed a formula in the calculation column in for this question which concatenates the first value '1234' with a '-' and a series of predefined letters 'ABCD'.&amp;nbsp; It looks like this...&lt;/P&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;P&gt;concat('ABCD', '-', ${example})&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;${example} is referencing the value from the first integer&amp;nbsp;question, which has a field name of example.&amp;nbsp; If it is not important for the survey submitter to actually see the '-ABCD' part, you could actually make the question type 'hidden'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Refer to these documentation resources for further information related to formulas and question types...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://doc.arcgis.com/en/survey123/desktop/create-surveys/xlsformformulas.htm"&gt;Survey123 - Formulas&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://doc.arcgis.com/en/survey123/desktop/create-surveys/xlsformessentials.htm#ESRI_SECTION1_7D01DF0EF9E24EC281FFDD321ED14FA8"&gt;Question Types&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best,&lt;/P&gt;&lt;P&gt;Brandon&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 03 May 2019 20:50:22 GMT</pubDate>
    <dc:creator>BrandonArmstrong</dc:creator>
    <dc:date>2019-05-03T20:50:22Z</dc:date>
    <item>
      <title>Append text to preceed entries from field crew in Survey123</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/append-text-to-preceed-entries-from-field-crew-in/m-p/816889#M14856</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have the user enter a number (in a text field) and I want to automatically add some constant text to what is actually stored because this field will allow me to then easily join this table with my GIS data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Example:&amp;nbsp; They enter &lt;STRONG&gt;1234&lt;/STRONG&gt; but I want the final entry in the field to be &amp;nbsp; &lt;STRONG&gt;ABCD-1234&lt;/STRONG&gt;.&amp;nbsp;&amp;nbsp; &lt;STRONG&gt;ABCD-&lt;/STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; is a constant addition.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm very new to Survey123 (actually creating in Sruvey123 Connect) so I'm not sure which tab or field to use for this operation.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sandy&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 May 2019 18:57:57 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/append-text-to-preceed-entries-from-field-crew-in/m-p/816889#M14856</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2019-05-03T18:57:57Z</dc:date>
    </item>
    <item>
      <title>Re: Append text to preceed entries from field crew in Survey123</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/append-text-to-preceed-entries-from-field-crew-in/m-p/816890#M14857</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sandy,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;One way to accomplish this is by designing the form using Survey123 Connect and utilizing the calculation column for a question. Take a look at the attached&amp;nbsp;XLSForm to get an idea.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The first question in the form is integer, so, the user would enter the numeric value as you desire '1234'.&amp;nbsp; The second question is a text type as the result will need to be stored as a alphanumeric string.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have placed a formula in the calculation column in for this question which concatenates the first value '1234' with a '-' and a series of predefined letters 'ABCD'.&amp;nbsp; It looks like this...&lt;/P&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;P&gt;concat('ABCD', '-', ${example})&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;${example} is referencing the value from the first integer&amp;nbsp;question, which has a field name of example.&amp;nbsp; If it is not important for the survey submitter to actually see the '-ABCD' part, you could actually make the question type 'hidden'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Refer to these documentation resources for further information related to formulas and question types...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://doc.arcgis.com/en/survey123/desktop/create-surveys/xlsformformulas.htm"&gt;Survey123 - Formulas&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://doc.arcgis.com/en/survey123/desktop/create-surveys/xlsformessentials.htm#ESRI_SECTION1_7D01DF0EF9E24EC281FFDD321ED14FA8"&gt;Question Types&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best,&lt;/P&gt;&lt;P&gt;Brandon&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 May 2019 20:50:22 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/append-text-to-preceed-entries-from-field-crew-in/m-p/816890#M14857</guid>
      <dc:creator>BrandonArmstrong</dc:creator>
      <dc:date>2019-05-03T20:50:22Z</dc:date>
    </item>
  </channel>
</rss>

