<?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: Another concat formula issue-- why won't it run? in ArcGIS Survey123 Questions</title>
    <link>https://community.esri.com/t5/arcgis-survey123-questions/another-concat-formula-issue-why-won-t-it-run/m-p/806423#M12162</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There looks to have been a small issue with the lookupCode3 question- the was a &amp;nbsp;missed parenthesis:&lt;/P&gt;&lt;P&gt;concat(${Shade} , '_', string(${maxRFMTemp2}), '_', string(${FDFM2}))&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 12 Jun 2017 23:10:42 GMT</pubDate>
    <dc:creator>JamesTedrick</dc:creator>
    <dc:date>2017-06-12T23:10:42Z</dc:date>
    <item>
      <title>Another concat formula issue-- why won't it run?</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/another-concat-formula-issue-why-won-t-it-run/m-p/806422#M12161</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm having problems&amp;nbsp;getting a concat function to combine three variables so I can move onto a pulldata() function.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In Line29 of the attached Survey123 XLSForm, I can get the concat function to run with the first&amp;nbsp;two variables (e.g., concat(${Shade} , '_', string(${maxRFMTemp2}))), however, when I add the third variable, which is critical for the subsequent pulldata() function, the process dies (e.g.&amp;nbsp;concat(${Shade} , '_', string(${maxRFMTemp2},'_',string(${FDFM2})))).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FWIW, I expect the pulldata() function in the following line will&amp;nbsp;be:&amp;nbsp;&lt;/P&gt;&lt;P&gt;pulldata("ProbabilityOfIgnition", "PIG", "Code", ${lookupCode3})&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for any help.&lt;/P&gt;&lt;P&gt;Best,&lt;/P&gt;&lt;P&gt;Scott&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Jun 2017 22:27:25 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/another-concat-formula-issue-why-won-t-it-run/m-p/806422#M12161</guid>
      <dc:creator>deleted-user-57QLt_-7NcdX</dc:creator>
      <dc:date>2017-06-12T22:27:25Z</dc:date>
    </item>
    <item>
      <title>Re: Another concat formula issue-- why won't it run?</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/another-concat-formula-issue-why-won-t-it-run/m-p/806423#M12162</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There looks to have been a small issue with the lookupCode3 question- the was a &amp;nbsp;missed parenthesis:&lt;/P&gt;&lt;P&gt;concat(${Shade} , '_', string(${maxRFMTemp2}), '_', string(${FDFM2}))&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Jun 2017 23:10:42 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/another-concat-formula-issue-why-won-t-it-run/m-p/806423#M12162</guid>
      <dc:creator>JamesTedrick</dc:creator>
      <dc:date>2017-06-12T23:10:42Z</dc:date>
    </item>
    <item>
      <title>Re: Another concat formula issue-- why won't it run?</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/another-concat-formula-issue-why-won-t-it-run/m-p/806424#M12163</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks James, I knew it had to be embarrassingly simple. &amp;nbsp;That said, understanding what exactly the "string" call is doing remains a mystery to me. &amp;nbsp;For example, other concat functions I've used worked fine without the use of that mid-function end-parenthesis. &amp;nbsp;Regardless, thanks for the catch!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Jun 2017 14:18:32 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/another-concat-formula-issue-why-won-t-it-run/m-p/806424#M12163</guid>
      <dc:creator>deleted-user-57QLt_-7NcdX</dc:creator>
      <dc:date>2017-06-13T14:18:32Z</dc:date>
    </item>
    <item>
      <title>Re: Another concat formula issue-- why won't it run?</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/another-concat-formula-issue-why-won-t-it-run/m-p/806425#M12164</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Scott,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The string() function converts an answer of another type (integer or decimal) into text so that it can be concatenated together. &amp;nbsp;This is perhaps more understandable when using '+' instead of concat (which, in the mobile app, does the same thing for text as concat):&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;(Numbers): 5 + 5 = 10&lt;/P&gt;&lt;P&gt;(Text): "5" + 5 = "55" (the second 5 is auto-converted to text and then concatenated together)&lt;/P&gt;&lt;P&gt;(Numbers converted): string(5) + 5 = "55" (the first 5 is made text, and then concatenated with an auto-converted second 5)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;All of the above work in the&amp;nbsp;mobile application; it's&amp;nbsp;somewhat permissive in automatically conversion&amp;nbsp;The new webform we are releasing is not permissive and requires explicit conversion.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Jun 2017 16:29:39 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/another-concat-formula-issue-why-won-t-it-run/m-p/806425#M12164</guid>
      <dc:creator>JamesTedrick</dc:creator>
      <dc:date>2017-06-13T16:29:39Z</dc:date>
    </item>
  </channel>
</rss>

