<?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: Issue with hidden field type and bind::esriFieldType in ArcGIS Survey123 Questions</title>
    <link>https://community.esri.com/t5/arcgis-survey123-questions/issue-with-hidden-field-type-and-bind/m-p/769999#M3532</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;So hidden questions by default hold text values. I have two hidden questions but I need them decimal and one question as date. I tried the following:&lt;/P&gt;&lt;P&gt;bind::esri:fieldType set it to esriFieldTypedecimal for decimal&lt;/P&gt;&lt;P&gt;bind::esri:fieldType set it to esriFieldTypedate for date&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and also&lt;/P&gt;&lt;P&gt;bind::type set to decimal&lt;/P&gt;&lt;P&gt;bind::type set to date&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When I exported it to excel I got for both "System.Byte[]"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there any solution?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 04 Oct 2018 21:20:55 GMT</pubDate>
    <dc:creator>OussamaMerhi</dc:creator>
    <dc:date>2018-10-04T21:20:55Z</dc:date>
    <item>
      <title>Issue with hidden field type and bind::esriFieldType</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/issue-with-hidden-field-type-and-bind/m-p/769996#M3529</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am creating a creel survey form and am currently having issues using the hidden field type and the bind:esriFieldType.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In my form, I have a repeat question about whether or not each interview was accepted, declined, or missed. I then have three integer fields within the repeat that contain if statements making each of these options a 1 if picked and a 0 if not picked.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #1f497d;"&gt;If(${Interview}=’Accepted’,1,0)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #1f497d;"&gt;If(${Interview}=’Declined’,1,0)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #1f497d;"&gt;If(${Interview}=’Missed’,1,0)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I then have three more integer fields outside of the repeat that take the sum of the total accepted, total missed, and total declined interviews.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #1f497d;"&gt;Sum(${AcceptedYN})&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #1f497d;"&gt;Sum(${DeclinedYN})&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #1f497d;"&gt;Sum(${MissedYN})&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If i leave these six fields as integers, this works perfectly, but I am stuck seeing these fields in my form. I face issues when I try to hide these fields.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="image-1 jive-image" src="https://community.esri.com/legacyfs/online/397383_pastedImage_2.png" style="width: 620px; height: 236px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When I set the field type to hidden, and then set the bind:esriFieldType as esriFieldTypeInteger for these fields, it does not honor the esriFieldType. Instead, it treats the field as boolean. Instead of adding 1+1+0+1+0+1 and displaying 4, it displays 110101.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm&amp;nbsp;probably&amp;nbsp;missing something simple. I've been staring at this too long!&lt;/P&gt;&lt;P&gt;Thanks for the help!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Feb 2018 18:25:01 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/issue-with-hidden-field-type-and-bind/m-p/769996#M3529</guid>
      <dc:creator>HaleyNelson</dc:creator>
      <dc:date>2018-02-23T18:25:01Z</dc:date>
    </item>
    <item>
      <title>Re: Issue with hidden field type and bind::esriFieldType</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/issue-with-hidden-field-type-and-bind/m-p/769997#M3530</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Haley,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In addition to the esrifieldtype, you also need to add a column called bind::type (this will be present starting in the 2.7 templates) and provide the value integer to the hidden questions. &amp;nbsp;Hidden questions by default hold text values.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Feb 2018 20:44:16 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/issue-with-hidden-field-type-and-bind/m-p/769997#M3530</guid>
      <dc:creator>JamesTedrick</dc:creator>
      <dc:date>2018-02-23T20:44:16Z</dc:date>
    </item>
    <item>
      <title>Re: Issue with hidden field type and bind::esriFieldType</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/issue-with-hidden-field-type-and-bind/m-p/769998#M3531</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks a million!&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Feb 2018 21:20:08 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/issue-with-hidden-field-type-and-bind/m-p/769998#M3531</guid>
      <dc:creator>HaleyNelson</dc:creator>
      <dc:date>2018-02-23T21:20:08Z</dc:date>
    </item>
    <item>
      <title>Re: Issue with hidden field type and bind::esriFieldType</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/issue-with-hidden-field-type-and-bind/m-p/769999#M3532</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;So hidden questions by default hold text values. I have two hidden questions but I need them decimal and one question as date. I tried the following:&lt;/P&gt;&lt;P&gt;bind::esri:fieldType set it to esriFieldTypedecimal for decimal&lt;/P&gt;&lt;P&gt;bind::esri:fieldType set it to esriFieldTypedate for date&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and also&lt;/P&gt;&lt;P&gt;bind::type set to decimal&lt;/P&gt;&lt;P&gt;bind::type set to date&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When I exported it to excel I got for both "System.Byte[]"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there any solution?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Oct 2018 21:20:55 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/issue-with-hidden-field-type-and-bind/m-p/769999#M3532</guid>
      <dc:creator>OussamaMerhi</dc:creator>
      <dc:date>2018-10-04T21:20:55Z</dc:date>
    </item>
  </channel>
</rss>

